library(rpart)
library(rpart.plot)
library(tidyverse)
## Warning: package 'tidyverse' was built under R version 4.3.2
## Warning: package 'tidyr' was built under R version 4.3.2
## Warning: package 'readr' was built under R version 4.3.2
## Warning: package 'purrr' was built under R version 4.3.2
## Warning: package 'dplyr' was built under R version 4.3.2
## Warning: package 'forcats' was built under R version 4.3.2
## Warning: package 'lubridate' was built under R version 4.3.2
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ dplyr 1.1.4 ✔ readr 2.1.4
## ✔ forcats 1.0.0 ✔ stringr 1.5.0
## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1
## ✔ lubridate 1.9.3 ✔ tidyr 1.3.0
## ✔ purrr 1.0.2
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag() masks stats::lag()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
El Inventario de Depresión Ansiedad y Estrés (Depression Anxiety and Stress Scale - DASS) es un set the 3 escalas auto-administrables diseñadas para medir los estados emocionales negativos de depresión, ansiedad y estrés. Cada escala individual consta de 14 items, siendo un total de 42 para todo el cuestionario. A su vez, cada escala está dividida en sub-escalas de 2 a 5 items de contenido similar. (… continuar texto https://www2.psy.unsw.edu.au/dass/over.htm)
## Q1A Q1I Q1E Q2A Q2I Q2E Q3A Q3I Q3E Q4A Q4I Q4E Q5A Q5I Q5E Q6A Q6I
## 1 4 28 3890 4 25 2122 2 16 1944 4 8 2044 4 34 2153 4 33
## 2 4 2 8118 1 36 2890 2 35 4777 3 28 3090 4 10 5078 4 40
## 3 3 7 5784 1 33 4373 4 41 3242 1 13 6470 4 11 3927 3 9
## 4 2 23 5081 3 11 6837 2 37 5521 1 27 4556 3 28 3269 3 26
## 5 2 36 3215 2 13 7731 3 5 4156 4 10 2802 4 2 5628 2 9
## 6 1 18 6116 1 28 3193 2 2 12542 1 8 6150 3 40 6428 1 4
## Q6E Q7A Q7I Q7E Q8A Q8I Q8E Q9A Q9I Q9E Q10A Q10I Q10E Q11A Q11I Q11E
## 1 2416 4 10 2818 4 13 2259 2 21 5541 1 38 4441 4 31 2451
## 2 2790 3 18 3408 4 1 8342 3 37 916 2 32 1537 2 21 3926
## 3 3704 1 17 4550 3 5 3021 2 32 5864 4 21 3722 2 10 3424
## 4 3231 4 2 7138 2 19 3079 3 31 9650 3 17 4179 2 5 5928
## 5 6522 4 34 2374 4 11 3054 4 7 2975 3 14 3524 2 33 3033
## 6 17001 1 33 2944 3 7 8626 3 14 9639 2 20 6175 1 34 6008
## Q12A Q12I Q12E Q13A Q13I Q13E Q14A Q14I Q14E Q15A Q15I Q15E Q16A Q16I Q16E
## 1 4 24 3325 4 14 1416 4 37 5021 4 27 2342 4 39 2480
## 2 2 25 3691 4 26 2004 4 4 8888 3 27 4109 3 19 4058
## 3 1 36 3236 4 23 2489 1 34 7290 4 12 6587 4 22 3627
## 4 1 21 2838 1 20 2560 4 29 5139 2 22 3597 2 35 3336
## 5 4 23 2132 4 17 1314 4 16 3181 4 26 2249 3 19 2623
## 6 2 21 9267 1 41 5290 3 1 25694 2 9 7634 4 37 8513
## Q17A Q17I Q17E Q18A Q18I Q18E Q19A Q19I Q19E Q20A Q20I Q20E Q21A Q21I Q21E
## 1 3 6 2476 4 35 1627 3 17 9050 3 30 7001 1 11 4719
## 2 4 12 3692 2 6 3373 1 23 6015 1 16 3023 2 22 2670
## 3 4 38 2905 2 18 2998 2 8 10233 1 16 4258 4 28 2888
## 4 3 10 4506 1 14 2695 1 25 8128 2 15 3125 1 6 4061
## 5 4 35 3093 4 38 7098 4 37 1938 4 15 3502 3 32 4776
## 6 2 25 9078 1 15 4381 1 23 6647 2 36 6250 1 39 3842
## Q22A Q22I Q22E Q23A Q23I Q23E Q24A Q24I Q24E Q25A Q25I Q25E Q26A Q26I Q26E
## 1 4 20 2984 4 36 1313 4 42 2444 4 1 9880 4 2 4695
## 2 3 3 5727 1 39 3641 2 33 2670 2 7 7649 3 11 2537
## 3 3 4 59592 2 3 11732 4 2 8834 2 29 7358 1 30 4928
## 4 1 40 4272 1 12 4029 1 9 5630 1 18 30631 2 24 9870
## 5 3 18 4463 4 4 2436 2 40 4047 4 31 3787 4 42 2102
## 6 1 16 7876 1 27 3124 2 12 6836 1 31 12063 1 3 9264
## Q27A Q27I Q27E Q28A Q28I Q28E Q29A Q29I Q29E Q30A Q30I Q30E Q31A Q31I Q31E
## 1 4 5 1677 3 4 6723 4 3 5953 2 26 8062 4 12 5560
## 2 3 5 2907 4 9 1685 3 41 4726 3 17 6063 2 20 3307
## 3 2 15 3036 1 19 4127 2 37 3934 2 26 10782 4 1 8273
## 4 4 4 2411 1 16 9478 3 1 7618 3 32 12639 3 34 5378
## 5 2 1 12351 4 3 2410 2 22 5056 4 39 3343 3 27 3012
## 6 1 35 3957 1 42 2537 3 17 10880 2 5 8462 2 32 5615
## Q32A Q32I Q32E Q33A Q33I Q33E Q34A Q34I Q34E Q35A Q35I Q35E Q36A Q36I Q36E
## 1 4 7 3032 2 29 3316 3 40 3563 4 23 5594 4 41 1477
## 2 3 14 4995 3 38 2505 2 34 2540 2 31 4359 3 15 3925
## 3 3 39 3501 1 27 3824 4 25 2141 3 6 17461 4 24 1557
## 4 1 41 8923 2 38 2977 4 3 5620 1 7 16760 1 8 6427
## 5 4 20 3520 4 8 1868 4 25 2536 3 24 3725 4 30 2130
## 6 1 30 11412 4 6 5112 1 29 3070 3 10 13377 2 38 4506
## Q37A Q37I Q37E Q38A Q38I Q38E Q39A Q39I Q39E Q40A Q40I Q40E Q41A Q41I Q41E
## 1 1 18 3885 2 9 5265 4 19 1892 3 22 4228 4 32 1574
## 2 4 13 4609 2 30 3755 2 42 2323 1 24 5713 2 8 1334
## 3 4 40 4446 4 42 1883 2 35 5790 2 14 4432 1 20 2203
## 4 2 39 3760 1 13 4112 3 42 2769 4 33 4432 4 30 3643
## 5 3 29 3952 3 21 10694 3 41 3231 4 12 3604 4 28 1950
## 6 2 24 17227 2 13 7844 1 26 20253 1 22 8528 1 11 4370
## Q42A Q42I Q42E country source introelapse testelapse surveyelapse TIPI1
## 1 4 15 2969 IN 2 19 167 166 1
## 2 2 29 5562 US 2 1 193 186 6
## 3 4 31 5768 PL 2 5 271 122 2
## 4 2 36 3698 US 2 3 261 336 1
## 5 3 6 6265 MY 2 1766 164 157 2
## 6 2 19 10310 US 2 4 349 213 2
## TIPI2 TIPI3 TIPI4 TIPI5 TIPI6 TIPI7 TIPI8 TIPI9 TIPI10 VCL1 VCL2 VCL3 VCL4
## 1 5 7 7 7 7 7 5 1 1 1 0 0 1
## 2 5 4 7 5 4 7 7 1 5 1 1 0 1
## 3 5 2 2 5 6 5 5 3 2 1 0 0 1
## 4 1 7 4 6 4 6 1 6 1 1 0 0 1
## 5 5 3 6 5 5 5 6 3 3 1 1 0 1
## 6 1 6 1 7 7 7 2 6 7 1 1 0 1
## VCL5 VCL6 VCL7 VCL8 VCL9 VCL10 VCL11 VCL12 VCL13 VCL14 VCL15 VCL16 education
## 1 1 0 1 0 0 1 0 0 0 1 1 1 2
## 2 1 0 0 0 0 1 0 0 0 1 1 1 2
## 3 1 0 0 0 0 0 1 0 0 1 1 1 2
## 4 1 0 0 0 0 1 0 0 0 1 1 1 1
## 5 1 0 0 1 0 1 0 0 1 1 1 1 3
## 6 1 0 0 0 0 1 0 0 0 0 1 1 2
## urban gender engnat age screensize uniquenetworklocation hand religion
## 1 3 2 2 16 1 1 1 12
## 2 3 2 1 16 2 1 2 7
## 3 3 2 2 17 2 1 1 4
## 4 3 2 1 13 2 1 2 4
## 5 2 2 2 19 2 2 3 10
## 6 3 2 2 20 2 1 1 4
## orientation race voted married familysize major
## 1 1 10 2 1 2
## 2 0 70 2 1 4
## 3 3 60 1 1 3
## 4 5 70 2 1 5 biology
## 5 1 10 2 1 4 Psychology
## 6 1 70 2 1 4
Para nuestro caso de estudio, nos interesa el scoring total en cada escala (Depresión, Ansiedad y Estrés respectivamente). Si bien los autores plantean que no son independientes, sino que están hasta cierto punto correlacionadas, vamos a evaluar el grado de severidad para cada caso. Dado que nuestro dataset contiene el score individual marcado para cada pregunta, calcularemos tres columnas adicionales con el score total de cada estado respectivamente. Asimismo, como en este caso los valores van de 1 a 4, y en el DASS original se puntuan de 0 a 3, vamos a restar 1 a todos los valores.
#Creamos las columnas que nos interesan
columnas_respuesta <- c("Q1A", "Q2A", "Q3A", "Q4A", "Q5A", "Q6A", "Q7A", "Q8A", "Q9A", "Q10A", "Q11A", "Q12A", "Q13A", "Q14A", "Q15A", "Q16A", "Q17A", "Q18A", "Q19A", "Q20A", "Q21A", "Q22A", "Q23A", "Q24A", "Q25A", "Q26A", "Q27A", "Q28A", "Q29A", "Q30A", "Q31A", "Q32A", "Q33A", "Q34A", "Q35A", "Q36A", "Q37A", "Q38A", "Q39A", "Q40A", "Q41A", "Q42A")
# Restar 1 a las 42 columnas al mismo tiempo
df[, columnas_respuesta] <- df[, columnas_respuesta] - 1
df$Ansiedad <- rowSums(df[, c("Q2A", "Q4A", "Q7A", "Q9A", "Q15A", "Q19A", "Q20A", "Q23A", "Q25A", "Q28A", "Q30A", "Q36A", "Q40A", "Q41A")])
df$Depresion <- rowSums(df[, c("Q3A", "Q5A", "Q10A", "Q13A", "Q16A", "Q17A", "Q21A", "Q24A", "Q26A", "Q31A", "Q34A", "Q37A", "Q38A", "Q42A")])
df$Stress <- rowSums(df[, c("Q1A", "Q6A", "Q8A", "Q11A", "Q12A", "Q14A", "Q18A", "Q22A", "Q27A", "Q29A", "Q32A", "Q33A", "Q35A", "Q39A")])
#Sabemos ademas que el valor máximo de cada escala es 3 para cada pregunta, y son 14 preguntas, en total 42 puntos es el valor maximo en cada escala.
#Calculamos entonces la proporcion sobre el total maximo
df$Ansiedad_perc <- df$Ansiedad / 42
df$Depresion_perc <- df$Depresion / 42
df$Stress_perc <- df$Stress / 42
head(df[, c("Ansiedad", "Ansiedad_perc", "Depresion", "Depresion_perc", "Stress", "Stress_perc")])
## Ansiedad Ansiedad_perc Depresion Depresion_perc Stress Stress_perc
## 1 34 0.8095238 27 0.6428571 40 0.9523810
## 2 17 0.4047619 24 0.5714286 27 0.6428571
## 3 12 0.2857143 39 0.9285714 17 0.4047619
## 4 17 0.4047619 16 0.3809524 16 0.3809524
## 5 40 0.9523810 32 0.7619048 29 0.6904762
## 6 6 0.1428571 13 0.3095238 12 0.2857143
También vamos a construir 4 categorias de Severidad para cada Target. Depresion: 0-9 normal, 10-13 leve, 14-20 moderado, 21-42 severo Ansiedad: 0-7 normal, 8-9 leve, 10-14 moderado, 15-42 severo Stress: 0-14 normal, 15-18 leve, 19-25 moderado, 26-42 severo
Información tomada de la hoja de información de DASS: https://static1.squarespace.com/static/5934abbb1b631ba4718d4c2d/t/604d2386f36aae7a6f01fb67/1615668113669/DASS+23+Information+Sheet.2.25.21.docx.pdf
df <- df %>%
mutate(
Depresion_cat = case_when(
between(Depresion, 0, 9) ~ "Normal",
between(Depresion, 10, 13) ~ "Leve",
between(Depresion, 14, 20) ~ "Moderado",
between(Depresion, 21, 42) ~ "Severo",
TRUE ~ NA_character_
),
Ansiedad_cat = case_when(
between(Ansiedad, 0, 7) ~ "Normal",
between(Ansiedad, 8, 9) ~ "Leve",
between(Ansiedad, 10, 14) ~ "Moderado",
between(Ansiedad, 15, 42) ~ "Severo",
TRUE ~ NA_character_
),
Stress_cat = case_when(
between(Stress, 0, 14) ~ "Normal",
between(Stress, 15, 18) ~ "Leve",
between(Stress, 19, 25) ~ "Moderado",
between(Stress, 26, 42) ~ "Severo",
TRUE ~ NA_character_
)
)
Además de esto, contamos con la escala de Ten Item Personality Inventory, que contiene 10 preguntas que se responden con números del 1 al 7. En base al manual de dicho inventario, debemos recodificar algunas respuestas de la siguiente manera:
Para los items 2, 4, 6, 8 y 10, codificar a la inversa: 7 como 1, 6 como 2, 5 como 3, etc.
# Columnas a codificar
columnas_a_codificar <- c("TIPI2", "TIPI4", "TIPI6", "TIPI8", "TIPI10")
# Codificación inversa
df <- df %>%
mutate(across(all_of(columnas_a_codificar), ~if_else(. %in% c(1, 2, 3, 4, 5, 6, 7), recode(., `7` = 1, `6` = 2, `5` = 3, `4` = 4, `3` = 5, `2` = 6, `1` = 7), .)))
## Warning: There were 5 warnings in `mutate()`.
## The first warning was:
## ℹ In argument: `across(...)`.
## Caused by warning:
## ! Unreplaced values treated as NA as `.x` is not compatible.
## Please specify replacements exhaustively or supply `.default`.
## ℹ Run `dplyr::last_dplyr_warnings()` to see the 4 remaining warnings.
Ahora vamos a calcular las sumas de cada rasgo de Personalidad: Extroversion, Agreeableness, Conscientiousness, Emotional Stability, Openness, y sus respectivos valores porcentuales (máximo es 7)
df$Extraversion <- (df$TIPI1 + df$TIPI6) / 2
df$Extraversion_perc <- df$Extraversion / 7
df$Agreeableness <- (df$TIPI2 + df$TIPI7) / 2
df$Agreeableness_perc <- df$Agreeableness / 7
df$Conscientiousness <- (df$TIPI3 + df$TIPI8) / 2
df$Conscientiousness_perc <- df$Conscientiousness / 7
df$EmotionalStability <- (df$TIPI4 + df$TIPI9) / 2
df$EmotionalStability_perc <- df$EmotionalStability / 7
df$Openness <- (df$TIPI5 + df$TIPI10) / 2
df$Openness_perc <- df$Openness / 7
head(df[, c("Extraversion", "Extraversion_perc", "Agreeableness", "Agreeableness_perc", "Conscientiousness", "Conscientiousness_perc", "EmotionalStability", "EmotionalStability_perc", "Openness", "Openness_perc")])
## Extraversion Extraversion_perc Agreeableness Agreeableness_perc
## 1 1.0 0.1428571 5.0 0.7142857
## 2 5.0 0.7142857 5.0 0.7142857
## 3 2.0 0.2857143 4.0 0.5714286
## 4 2.5 0.3571429 6.5 0.9285714
## 5 2.5 0.3571429 4.0 0.5714286
## 6 1.5 0.2142857 7.0 1.0000000
## Conscientiousness Conscientiousness_perc EmotionalStability
## 1 5.0 0.7142857 1.0
## 2 2.5 0.3571429 1.0
## 3 2.5 0.3571429 4.5
## 4 7.0 1.0000000 5.0
## 5 2.5 0.3571429 2.5
## 6 6.0 0.8571429 6.5
## EmotionalStability_perc Openness Openness_perc
## 1 0.1428571 7.0 1.0000000
## 2 0.1428571 4.0 0.5714286
## 3 0.6428571 5.5 0.7857143
## 4 0.7142857 6.5 0.9285714
## 5 0.3571429 5.0 0.7142857
## 6 0.9285714 4.0 0.5714286
Ademas vamos a filtrar aquellos valores que en VCL6, VCL9 y VCL12 tengan como respuesta un “1” ya que son preguntas-señuelo que nos indican que la persona no estaba concentrada, o contestó al azar, o no podemos asegurar que haya comprendido correctamente las consignas. Lo mismo haremos en los casos donde todas las preguntas VCL sean 0, ya que también indicaría que esos resultados no son confiables.
library(ggplot2)
# Calculamos la proporción de datos que vamos a eliminar
prop_condicion <- df %>%
filter(VCL6 == 1 | VCL9 == 1 | VCL12 == 1 | (VCL1 == 0 & VCL2 == 0 & VCL3 == 0 & VCL4 == 0 & VCL5 == 0 & VCL6 == 0 & VCL7 == 0 & VCL8 == 0 & VCL9 == 0 & VCL10 == 0 & VCL11 == 0 & VCL12 == 0)) %>%
nrow() / nrow(df)
# Filtrar las filas que cumplen la condición y actualizar el dataframe
df_filtrado <- df %>%
filter(!(VCL6 == 1 | VCL9 == 1 | VCL12 == 1 | (VCL1 == 0 & VCL2 == 0 & VCL3 == 0 & VCL4 == 0 & VCL5 == 0 & VCL6 == 0 & VCL7 == 0 & VCL8 == 0 & VCL9 == 0 & VCL10 == 0 & VCL11 == 0 & VCL12 == 0)))
# Muestra los primeros registros del dataframe filtrado
head(df_filtrado)
## Q1A Q1I Q1E Q2A Q2I Q2E Q3A Q3I Q3E Q4A Q4I Q4E Q5A Q5I Q5E Q6A Q6I
## 1 3 28 3890 3 25 2122 1 16 1944 3 8 2044 3 34 2153 3 33
## 2 3 2 8118 0 36 2890 1 35 4777 2 28 3090 3 10 5078 3 40
## 3 2 7 5784 0 33 4373 3 41 3242 0 13 6470 3 11 3927 2 9
## 4 1 23 5081 2 11 6837 1 37 5521 0 27 4556 2 28 3269 2 26
## 5 1 36 3215 1 13 7731 2 5 4156 3 10 2802 3 2 5628 1 9
## 6 0 18 6116 0 28 3193 1 2 12542 0 8 6150 2 40 6428 0 4
## Q6E Q7A Q7I Q7E Q8A Q8I Q8E Q9A Q9I Q9E Q10A Q10I Q10E Q11A Q11I Q11E
## 1 2416 3 10 2818 3 13 2259 1 21 5541 0 38 4441 3 31 2451
## 2 2790 2 18 3408 3 1 8342 2 37 916 1 32 1537 1 21 3926
## 3 3704 0 17 4550 2 5 3021 1 32 5864 3 21 3722 1 10 3424
## 4 3231 3 2 7138 1 19 3079 2 31 9650 2 17 4179 1 5 5928
## 5 6522 3 34 2374 3 11 3054 3 7 2975 2 14 3524 1 33 3033
## 6 17001 0 33 2944 2 7 8626 2 14 9639 1 20 6175 0 34 6008
## Q12A Q12I Q12E Q13A Q13I Q13E Q14A Q14I Q14E Q15A Q15I Q15E Q16A Q16I Q16E
## 1 3 24 3325 3 14 1416 3 37 5021 3 27 2342 3 39 2480
## 2 1 25 3691 3 26 2004 3 4 8888 2 27 4109 2 19 4058
## 3 0 36 3236 3 23 2489 0 34 7290 3 12 6587 3 22 3627
## 4 0 21 2838 0 20 2560 3 29 5139 1 22 3597 1 35 3336
## 5 3 23 2132 3 17 1314 3 16 3181 3 26 2249 2 19 2623
## 6 1 21 9267 0 41 5290 2 1 25694 1 9 7634 3 37 8513
## Q17A Q17I Q17E Q18A Q18I Q18E Q19A Q19I Q19E Q20A Q20I Q20E Q21A Q21I Q21E
## 1 2 6 2476 3 35 1627 2 17 9050 2 30 7001 0 11 4719
## 2 3 12 3692 1 6 3373 0 23 6015 0 16 3023 1 22 2670
## 3 3 38 2905 1 18 2998 1 8 10233 0 16 4258 3 28 2888
## 4 2 10 4506 0 14 2695 0 25 8128 1 15 3125 0 6 4061
## 5 3 35 3093 3 38 7098 3 37 1938 3 15 3502 2 32 4776
## 6 1 25 9078 0 15 4381 0 23 6647 1 36 6250 0 39 3842
## Q22A Q22I Q22E Q23A Q23I Q23E Q24A Q24I Q24E Q25A Q25I Q25E Q26A Q26I Q26E
## 1 3 20 2984 3 36 1313 3 42 2444 3 1 9880 3 2 4695
## 2 2 3 5727 0 39 3641 1 33 2670 1 7 7649 2 11 2537
## 3 2 4 59592 1 3 11732 3 2 8834 1 29 7358 0 30 4928
## 4 0 40 4272 0 12 4029 0 9 5630 0 18 30631 1 24 9870
## 5 2 18 4463 3 4 2436 1 40 4047 3 31 3787 3 42 2102
## 6 0 16 7876 0 27 3124 1 12 6836 0 31 12063 0 3 9264
## Q27A Q27I Q27E Q28A Q28I Q28E Q29A Q29I Q29E Q30A Q30I Q30E Q31A Q31I Q31E
## 1 3 5 1677 2 4 6723 3 3 5953 1 26 8062 3 12 5560
## 2 2 5 2907 3 9 1685 2 41 4726 2 17 6063 1 20 3307
## 3 1 15 3036 0 19 4127 1 37 3934 1 26 10782 3 1 8273
## 4 3 4 2411 0 16 9478 2 1 7618 2 32 12639 2 34 5378
## 5 1 1 12351 3 3 2410 1 22 5056 3 39 3343 2 27 3012
## 6 0 35 3957 0 42 2537 2 17 10880 1 5 8462 1 32 5615
## Q32A Q32I Q32E Q33A Q33I Q33E Q34A Q34I Q34E Q35A Q35I Q35E Q36A Q36I Q36E
## 1 3 7 3032 1 29 3316 2 40 3563 3 23 5594 3 41 1477
## 2 2 14 4995 2 38 2505 1 34 2540 1 31 4359 2 15 3925
## 3 2 39 3501 0 27 3824 3 25 2141 2 6 17461 3 24 1557
## 4 0 41 8923 1 38 2977 3 3 5620 0 7 16760 0 8 6427
## 5 3 20 3520 3 8 1868 3 25 2536 2 24 3725 3 30 2130
## 6 0 30 11412 3 6 5112 0 29 3070 2 10 13377 1 38 4506
## Q37A Q37I Q37E Q38A Q38I Q38E Q39A Q39I Q39E Q40A Q40I Q40E Q41A Q41I Q41E
## 1 0 18 3885 1 9 5265 3 19 1892 2 22 4228 3 32 1574
## 2 3 13 4609 1 30 3755 1 42 2323 0 24 5713 1 8 1334
## 3 3 40 4446 3 42 1883 1 35 5790 1 14 4432 0 20 2203
## 4 1 39 3760 0 13 4112 2 42 2769 3 33 4432 3 30 3643
## 5 2 29 3952 2 21 10694 2 41 3231 3 12 3604 3 28 1950
## 6 1 24 17227 1 13 7844 0 26 20253 0 22 8528 0 11 4370
## Q42A Q42I Q42E country source introelapse testelapse surveyelapse TIPI1
## 1 3 15 2969 IN 2 19 167 166 1
## 2 1 29 5562 US 2 1 193 186 6
## 3 3 31 5768 PL 2 5 271 122 2
## 4 1 36 3698 US 2 3 261 336 1
## 5 2 6 6265 MY 2 1766 164 157 2
## 6 1 19 10310 US 2 4 349 213 2
## TIPI2 TIPI3 TIPI4 TIPI5 TIPI6 TIPI7 TIPI8 TIPI9 TIPI10 VCL1 VCL2 VCL3 VCL4
## 1 3 7 1 7 1 7 3 1 7 1 0 0 1
## 2 3 4 1 5 4 7 1 1 3 1 1 0 1
## 3 3 2 6 5 2 5 3 3 6 1 0 0 1
## 4 7 7 4 6 4 6 7 6 7 1 0 0 1
## 5 3 3 2 5 3 5 2 3 5 1 1 0 1
## 6 7 6 7 7 1 7 6 6 1 1 1 0 1
## VCL5 VCL6 VCL7 VCL8 VCL9 VCL10 VCL11 VCL12 VCL13 VCL14 VCL15 VCL16 education
## 1 1 0 1 0 0 1 0 0 0 1 1 1 2
## 2 1 0 0 0 0 1 0 0 0 1 1 1 2
## 3 1 0 0 0 0 0 1 0 0 1 1 1 2
## 4 1 0 0 0 0 1 0 0 0 1 1 1 1
## 5 1 0 0 1 0 1 0 0 1 1 1 1 3
## 6 1 0 0 0 0 1 0 0 0 0 1 1 2
## urban gender engnat age screensize uniquenetworklocation hand religion
## 1 3 2 2 16 1 1 1 12
## 2 3 2 1 16 2 1 2 7
## 3 3 2 2 17 2 1 1 4
## 4 3 2 1 13 2 1 2 4
## 5 2 2 2 19 2 2 3 10
## 6 3 2 2 20 2 1 1 4
## orientation race voted married familysize major Ansiedad Depresion
## 1 1 10 2 1 2 34 27
## 2 0 70 2 1 4 17 24
## 3 3 60 1 1 3 12 39
## 4 5 70 2 1 5 biology 17 16
## 5 1 10 2 1 4 Psychology 40 32
## 6 1 70 2 1 4 6 13
## Stress Ansiedad_perc Depresion_perc Stress_perc Depresion_cat Ansiedad_cat
## 1 40 0.8095238 0.6428571 0.9523810 Severo Severo
## 2 27 0.4047619 0.5714286 0.6428571 Severo Severo
## 3 17 0.2857143 0.9285714 0.4047619 Severo Moderado
## 4 16 0.4047619 0.3809524 0.3809524 Moderado Severo
## 5 29 0.9523810 0.7619048 0.6904762 Severo Severo
## 6 12 0.1428571 0.3095238 0.2857143 Leve Normal
## Stress_cat Extraversion Extraversion_perc Agreeableness Agreeableness_perc
## 1 Severo 1.0 0.1428571 5.0 0.7142857
## 2 Severo 5.0 0.7142857 5.0 0.7142857
## 3 Leve 2.0 0.2857143 4.0 0.5714286
## 4 Leve 2.5 0.3571429 6.5 0.9285714
## 5 Severo 2.5 0.3571429 4.0 0.5714286
## 6 Normal 1.5 0.2142857 7.0 1.0000000
## Conscientiousness Conscientiousness_perc EmotionalStability
## 1 5.0 0.7142857 1.0
## 2 2.5 0.3571429 1.0
## 3 2.5 0.3571429 4.5
## 4 7.0 1.0000000 5.0
## 5 2.5 0.3571429 2.5
## 6 6.0 0.8571429 6.5
## EmotionalStability_perc Openness Openness_perc
## 1 0.1428571 7.0 1.0000000
## 2 0.1428571 4.0 0.5714286
## 3 0.6428571 5.5 0.7857143
## 4 0.7142857 6.5 0.9285714
## 5 0.3571429 5.0 0.7142857
## 6 0.9285714 4.0 0.5714286
Asimismo, quitaremos todos aquellos registros donde todas las respuestas tengan el mismo valor.
filas_con_mismo_valor <- apply(df_filtrado[, grep("^Q\\d+A$", colnames(df_filtrado))], 1, function(x) length(unique(x)) == 1)
# Filtrar el dataframe
df_filtrado <- df_filtrado[!filas_con_mismo_valor, ]
cat("Número de filas después de limpiar:", nrow(df_filtrado), "\n")
## Número de filas después de limpiar: 32505
columnas_personales <- c("education", "urban", "gender", "engnat", "age", "hand", "religion", "orientation", "race", "voted", "married", "familysize")
columnas_duracion <- c("testelapse", "surveyelapse")
columnas_interesantes <- c("Depresion","Ansiedad","Stress", "Extraversion", "Agreeableness", "Conscientiousness", "EmotionalStability", "Openness")
cat("Summary interesantes: ")
## Summary interesantes:
summary(df_filtrado[, columnas_interesantes])
## Depresion Ansiedad Stress Extraversion Agreeableness
## Min. : 0.0 Min. : 0.00 Min. : 0 Min. :0.000 Min. :0.000
## 1st Qu.:11.0 1st Qu.: 8.00 1st Qu.:13 1st Qu.:2.000 1st Qu.:4.000
## Median :20.0 Median :15.00 Median :21 Median :3.500 Median :4.500
## Mean :20.9 Mean :15.79 Mean :21 Mean :3.424 Mean :4.512
## 3rd Qu.:31.0 3rd Qu.:23.00 3rd Qu.:29 3rd Qu.:4.500 3rd Qu.:5.500
## Max. :42.0 Max. :42.00 Max. :42 Max. :7.000 Max. :7.000
## Conscientiousness EmotionalStability Openness
## Min. :0.000 Min. :0.000 Min. :0.000
## 1st Qu.:3.000 1st Qu.:2.000 1st Qu.:3.500
## Median :4.000 Median :3.000 Median :4.500
## Mean :4.168 Mean :3.191 Mean :4.533
## 3rd Qu.:5.500 3rd Qu.:4.000 3rd Qu.:5.500
## Max. :7.000 Max. :7.000 Max. :7.000
cat("Summary duracion: ")
## Summary duracion:
summary(df_filtrado[,columnas_duracion])
## testelapse surveyelapse
## Min. : 14 Min. : 1
## 1st Qu.: 167 1st Qu.: 147
## Median : 216 Median : 187
## Mean : 3012 Mean : 4995
## 3rd Qu.: 299 3rd Qu.: 249
## Max. :20829721 Max. :20828454
cat("Summary personales: ")
## Summary personales:
summary(df_filtrado[,columnas_personales])
## education urban gender engnat
## Min. :0.000 Min. :0.000 Min. :0.000 Min. :0.000
## 1st Qu.:2.000 1st Qu.:2.000 1st Qu.:2.000 1st Qu.:1.000
## Median :3.000 Median :2.000 Median :2.000 Median :2.000
## Mean :2.516 Mean :2.224 Mean :1.793 Mean :1.657
## 3rd Qu.:3.000 3rd Qu.:3.000 3rd Qu.:2.000 3rd Qu.:2.000
## Max. :4.000 Max. :3.000 Max. :3.000 Max. :2.000
## age hand religion orientation
## Min. : 13.00 Min. :0.000 Min. : 0.000 Min. :0.000
## 1st Qu.: 18.00 1st Qu.:1.000 1st Qu.: 4.000 1st Qu.:1.000
## Median : 21.00 Median :1.000 Median :10.000 Median :1.000
## Mean : 23.54 Mean :1.128 Mean : 7.651 Mean :1.632
## 3rd Qu.: 25.00 3rd Qu.:1.000 3rd Qu.:10.000 3rd Qu.:2.000
## Max. :1998.00 Max. :3.000 Max. :12.000 Max. :5.000
## race voted married familysize
## Min. :10.00 Min. :0.000 Min. :0.000 Min. : 0.00
## 1st Qu.:10.00 1st Qu.:1.000 1st Qu.:1.000 1st Qu.: 2.00
## Median :10.00 Median :2.000 Median :1.000 Median : 3.00
## Mean :30.45 Mean :1.713 Mean :1.153 Mean : 3.53
## 3rd Qu.:60.00 3rd Qu.:2.000 3rd Qu.:1.000 3rd Qu.: 5.00
## Max. :70.00 Max. :2.000 Max. :3.000 Max. :99.00
Estas medidas nos permiten observar que hay datos máximos que llaman la atención. Para asegurar que los datos sean confiables, vamos a filtrar aquellos que sean outliers en tiempo (testelapse, surveyelapse), y también aquellos donde todas las respuestas hayan sido con el mismo puntaje (todas 4, o todas 1, o todas 2, o todas 3, etc)
columnas_duracion <- c("testelapse", "sum_T_elapsed", "surveyelapse")
df_filtrado$sum_T_elapsed <- rowSums(df_filtrado[, grep("^Q\\d+E$", colnames(df_filtrado))])
df_filtrado$sum_T_elapsed <- df_filtrado$sum_T_elapsed / 1000
df_filtrado[,columnas_duracion]
## testelapse sum_T_elapsed surveyelapse
## 1 167 157.622 166
## 2 193 168.927 186
## 3 271 270.194 122
## 4 261 253.531 336
## 5 164 163.402 157
## 6 349 348.041 213
## 7 45459 45458.075 170
## 8 120 116.857 140
## 9 162 156.695 167
## 10 511 111.826 121
## 11 113 112.454 148
## 12 175 174.640 162
## 13 148 142.700 108
## 14 99 98.718 151
## 15 128 127.739 89
## 16 280 265.310 234
## 17 182 181.710 123
## 18 236 191.045 158
## 19 223 222.916 230
## 20 254 214.763 162
## 21 209 207.993 365
## 22 142 141.846 168
## 23 121 120.470 171
## 24 147 146.795 122
## 25 139 132.523 147
## 26 180 180.084 112
## 27 179 175.702 234
## 28 145 144.230 114
## 29 291 289.841 482
## 30 642 640.933 125
## 31 148 134.149 160
## 32 320 318.766 260
## 33 366 285.029 187
## 34 151 144.592 88
## 35 278 271.591 113
## 36 156 155.068 138
## 37 966 965.625 168
## 38 165 144.950 267
## 39 165 157.575 168
## 40 229 129.482 165
## 41 545 475.801 234
## 42 140 139.487 127
## 43 168 167.569 146
## 44 173 156.384 193
## 45 299 288.099 79
## 46 135 134.526 145
## 47 176 175.424 169
## 48 146 134.695 117
## 49 369 350.399 319
## 50 213 207.843 239
## 51 192 181.351 171
## 52 235 234.507 221
## 53 221 220.726 183
## 54 228 224.562 150
## 55 3386 3374.881 584
## 56 176 176.119 218
## 57 172 154.301 124
## 58 216 194.919 158
## 59 198 176.601 136
## 60 613 612.552 58
## 61 113 108.274 69
## 62 1342 951.103 194
## 63 155 154.433 119
## 64 147 146.160 177
## 65 155 151.459 118
## 66 176 175.525 107
## 67 246 246.147 179
## 68 1164 734.633 191
## 69 225 224.831 160
## 70 165 164.921 606
## 71 180 180.208 126
## 72 246 207.347 257
## 73 168 164.643 142
## 74 162 151.338 125
## 75 176 154.513 181
## 76 652 650.790 290
## 77 644 643.522 243
## 78 134 130.922 131
## 79 303 302.229 102
## 80 972 603.119 191
## 81 398 382.575 180
## 82 487 428.122 374
## 83 381 380.732 268
## 84 189 187.657 85
## 85 244 234.437 163
## 86 130 129.689 125
## 87 115 115.079 171
## 88 77 76.356 78
## 89 111 111.163 103
## 90 298 277.904 256
## 91 121 119.940 96
## 92 159 158.351 78
## 93 215 214.591 179
## 94 364 348.945 272
## 95 192 174.069 79
## 96 137 128.057 153
## 97 144 143.669 100
## 98 240 203.955 96
## 99 152 151.267 67
## 100 148 137.697 159
## 101 151 150.233 124
## 102 164 164.055 169
## 103 174 158.230 159
## 104 132 120.999 112
## 105 141 132.339 126
## 106 407 406.069 269
## 107 172 145.668 295
## 108 179 178.161 199
## 109 192 191.767 194
## 110 89 87.929 88
## 111 413 298.395 156
## 112 236 234.690 752
## 113 245 243.562 205
## 114 343 341.867 256
## 115 355 355.506 171
## 116 399 397.250 314
## 117 160 159.616 122
## 118 188 186.705 156
## 119 231 230.098 136
## 120 157 150.920 126
## 121 315 306.774 311
## 122 320 280.328 313
## 123 117 117.206 123
## 124 216 207.424 148
## 125 89 82.502 121
## 126 149 148.457 81
## 127 169 157.378 246
## 128 168 164.421 70
## 129 195 187.633 118
## 130 159 144.716 108
## 131 120 120.093 102
## 132 177 156.848 84
## 133 129 127.074 138
## 134 297 272.053 213
## 135 126 126.196 170
## 136 166 164.656 149
## 137 178 177.690 141
## 138 232 202.213 191
## 139 380 372.792 133
## 140 136 135.795 97
## 141 207 180.304 147
## 142 115 114.538 124
## 143 143 142.879 119
## 144 256 252.183 231
## 145 313 313.073 247
## 146 179 175.534 210
## 147 252 251.284 193
## 148 442 423.990 386
## 149 141 140.392 67
## 150 145 144.383 147
## 151 180 166.258 168
## 152 167 166.840 148
## 153 303 301.957 152
## 154 172 162.279 145
## 155 246 245.300 143
## 156 187 186.402 96
## 157 255 243.023 363
## 158 147 145.999 127
## 159 302 299.032 238
## 160 98 84.644 53
## 161 154 153.398 148
## 162 359 359.068 364
## 163 173 168.771 209
## 164 108 95.897 150
## 165 244 224.089 254724
## 166 104 98.966 156
## 167 329 297.370 197
## 168 246 244.916 170
## 169 194 186.470 119
## 170 94 93.863 96
## 171 393 375.150 260
## 172 130 129.718 131
## 173 302 301.294 171
## 174 569 523.098 112
## 175 134 115.675 222
## 176 142 141.856 97
## 177 215 205.460 216
## 178 263 262.509 139
## 179 352 351.577 101
## 180 242 212.407 183
## 181 217 215.610 125
## 182 179 178.726 187
## 183 95 95.183 69
## 184 405 352.407 152
## 185 186 160.305 171
## 186 305 292.125 186
## 187 345 343.199 271
## 188 192 192.399 199
## 189 192 130.522 186
## 190 306 304.563 273
## 191 181 177.551 232
## 192 118 118.277 104
## 193 158 158.231 171
## 194 212 210.019 200
## 195 204 200.787 103
## 196 101 99.935 95
## 197 135 134.527 117
## 198 849 847.028 129
## 199 162 160.789 158
## 200 219 218.589 259
## 201 207 206.140 92
## 202 600 587.468 183
## 203 150 148.877 117
## 204 192 191.239 156
## 205 104 94.428 104
## 206 133 132.561 90
## 207 168 166.994 135
## 208 161 160.653 154
## 209 187 186.218 224
## 210 164 154.556 216
## 211 142 141.697 134
## 212 97 96.066 131
## 213 141 140.367 90
## 214 222 213.946 162
## 215 139 130.217 70
## 216 180 179.477 158
## 217 248 215.661 283
## 219 122 121.404 139
## 220 205 204.644 127
## 221 129 106.176 105
## 222 238 215.948 207
## 223 164 163.667 204
## 224 182 178.136 141
## 225 479 478.696 161
## 226 161 159.794 103
## 227 201 185.868 167
## 228 179 157.809 91
## 229 160 159.788 147
## 230 214 195.420 160
## 231 412 412.139 108
## 232 203 202.251 184
## 233 132 116.701 92
## 234 76 75.536 85
## 235 205 185.751 152
## 236 249 234.177 189
## 237 188 179.248 110
## 238 230 229.251 243
## 239 144 132.479 124
## 240 278 277.003 148
## 241 135 128.400 65
## 242 181 169.443 130
## 243 213 210.355 159
## 244 2359 2340.160 141
## 245 216 186.815 140
## 246 304 278.433 301
## 247 459 174.542 194
## 248 204 202.215 121
## 249 5706 5704.819 149
## 250 197 197.121 171
## 251 186 185.362 78
## 252 142 141.543 130
## 253 222 197.302 159
## 254 157 156.901 206
## 255 422 420.411 212
## 256 263 225.156 256
## 257 225 190.554 217
## 258 158 157.768 209
## 259 223 180.636 152
## 260 235 198.292 75
## 261 167 166.910 78
## 262 156 146.600 129
## 263 165 163.728 140
## 264 1895 187.894 334
## 265 128 125.842 67
## 266 301 279.654 216
## 267 168 167.410 104
## 269 179 175.142 254
## 270 118 117.658 138
## 271 294 293.155 268
## 272 640 601.478 174
## 273 213 190.093 214
## 274 262 261.373 923
## 275 199 180.215 157
## 276 160 159.600 111
## 277 195 189.616 196
## 278 420 393.311 249
## 279 851 231.660 413
## 280 350 349.471 153
## 281 144 132.972 182
## 282 144 134.886 132
## 283 605 599.323 140
## 284 328 322.891 120
## 285 128 127.999 69
## 286 227 226.267 218
## 287 350 346.806 188
## 288 192 191.556 135
## 289 94 93.959 102
## 290 124 123.530 85
## 291 284 283.112 140
## 292 409 398.776 274
## 293 139 139.045 118
## 294 249 232.162 187
## 295 2282 156.323 110
## 296 172 171.646 140
## 297 321 319.925 300
## 299 57 56.160 108
## 300 191 179.159 164
## 301 247 220.709 66
## 302 129 125.019 111
## 303 417 415.988 269
## 304 423 421.759 366
## 305 164 149.401 272
## 306 137 136.733 160
## 307 105 104.648 88
## 308 128 127.516 138
## 309 191 190.093 149
## 310 186 175.683 261
## 311 201 174.411 157
## 312 232 231.252 94
## 313 117 116.022 130
## 314 143 135.962 114
## 315 121 120.973 78
## 316 208 208.269 147
## 317 136 135.362 109
## 318 364 364.029 128
## 319 162 161.672 120
## 320 193 192.644 159
## 321 312 302.314 149
## 322 189 163.983 201
## 323 266 265.555 141
## 324 410 346.459 242
## 325 374 372.831 264
## 326 136 131.156 142
## 327 186 184.738 167
## 328 139 138.104 91
## 329 213 211.361 151
## 330 261 254.101 180
## 331 195 148.990 173
## 332 187 195.899 141
## 333 150 150.180 148
## 334 188 187.411 386
## 335 226 225.161 356
## 336 199 193.785 142
## 337 139 138.451 131
## 338 189 188.799 175
## 339 301 300.481 111
## 340 131 126.173 141
## 341 241 224.775 200
## 342 325 149.382 158
## 343 164 157.013 135
## 344 140 139.510 118
## 345 105 103.827 149
## 346 232 202.383 125
## 347 121 121.389 110
## 348 330 322.871 350
## 349 152 151.714 126
## 350 322 321.626 157
## 351 152 149.991 159
## 352 3000 1632.838 13
## 353 313 312.997 245
## 354 140 138.737 138
## 355 177 175.760 115
## 356 248 241.565 256
## 357 161 154.003 181
## 358 130 129.988 107
## 359 149 147.208 122
## 360 329 268.479 228
## 361 254 254.175 191
## 362 344 343.231 81
## 363 106 105.742 111
## 364 170 170.025 123
## 365 168 167.279 414
## 366 283 159.109 114
## 367 139 138.883 106
## 368 326 318.956 334
## 369 265 264.594 114
## 370 132 131.409 127
## 371 155 155.120 134
## 372 206 205.666 145
## 373 177 162.273 129
## 374 3708 3708.527 116
## 375 366 354.848 149
## 376 304 303.080 264
## 377 285 279.455 172
## 378 158 156.773 132
## 379 88 79.163 79
## 380 330 329.859 225
## 381 324 309.180 523
## 382 170 156.349 156
## 383 161 159.115 78
## 384 208 201.256 149
## 385 221 215.509 209
## 386 144 143.392 95
## 387 165 164.642 94
## 388 223 217.487 164
## 389 180 170.724 149
## 391 179 179.035 149
## 392 131 123.029 94
## 393 188 187.558 88
## 394 173 143.451 86
## 395 283 282.506 108
## 396 176 175.989 117
## 397 237 224.677 118
## 398 299 298.310 237
## 399 195 168.952 138
## 400 145 134.651 238
## 401 102 101.497 129
## 402 212 210.996 213
## 403 252 229.183 184
## 404 273 266.693 212
## 405 865 845.930 285
## 406 130 128.711 79
## 407 210 209.594 184
## 408 111 110.486 102
## 409 186 186.312 260
## 410 95 94.501 148
## 411 112 111.585 73
## 412 143 142.304 59
## 413 81 78.323 70
## 414 237 236.273 186
## 415 243 237.978 190
## 416 143 137.195 113
## 417 141 144.473 84
## 418 124 119.582 120
## 419 364 354.019 196
## 420 189 163.092 157
## 421 213 195.208 130
## 422 513 479.372 286
## 423 392 392.108 234
## 424 4736 525.246 207
## 425 138 138.471 170
## 426 187 181.739 87
## 427 934 925.840 115
## 428 187 187.336 179
## 429 268 266.430 99
## 430 82 81.056 83
## 431 192 191.870 144
## 432 150 144.107 59
## 433 126 117.689 81
## 434 102 101.343 98
## 435 2310 2295.349 121
## 436 211 210.267 128
## 437 192 189.879 106
## 438 174 152.865 347
## 439 411 407.873 7032
## 440 198 197.436 172
## 441 367 362.107 280
## 442 310 309.957 258
## 443 132 118.713 133
## 444 683 492.499 229
## 445 140 138.083 111
## 446 159 158.485 145
## 447 311 311.411 231
## 448 158 157.900 169
## 449 592 117.468 94
## 450 149 148.463 148
## 451 212 189.627 214
## 452 187 184.103 168
## 453 269 251.114 88
## 454 207 206.261 26338
## 455 237 236.951 129
## 456 179 178.133 85
## 457 454 371.479 157
## 458 140 125.228 99
## 459 1933 1920.963 304
## 460 181 180.517 115
## 461 137 114.438 99
## 462 193 155.517 146
## 463 215 215.254 110
## 464 181 180.286 120
## 465 135 135.226 141
## 466 148 145.410 140
## 467 200 199.659 168
## 468 100 94.946 127
## 469 221 220.992 146
## 470 201 201.147 93
## 471 278 244.803 161
## 472 112 111.267 100
## 473 145 144.946 130
## 474 152 151.944 142
## 475 116 116.254 126
## 476 248 247.490 159
## 477 119 119.233 140
## 478 118 118.382 60
## 479 192 163.811 215
## 480 139 125.984 189
## 481 220 180.307 198
## 482 130 123.863 226
## 483 283 253.656 127
## 484 174 174.058 1201
## 485 172 171.486 149
## 486 211 210.827 140
## 488 297 296.462 166
## 489 144 143.655 134
## 490 186 185.102 182
## 491 156 156.136 150
## 492 211 194.355 102
## 493 147 146.464 131
## 494 151 142.944 171
## 495 272 272.385 237
## 496 321 320.035 134
## 497 225 223.860 134
## 498 179 173.446 134
## 499 143 142.513 194
## 500 450 407.902 268
## 501 124 118.143 158
## 502 199 199.106 190
## 503 126 126.228 136
## 504 180 179.428 181
## 505 279 279.216 160
## 506 165 161.567 99
## 507 209 208.466 239
## 508 197 195.909 190
## 509 304 288.722 324
## 510 214 195.324 145
## 511 155 143.198 140
## 512 267 266.514 320
## 513 104 104.017 127
## 514 203 202.624 200
## 515 264 249.062 252
## 516 128 127.482 124
## 517 137 135.964 135
## 518 216 201.549 134
## 519 2046 2010.465 336
## 520 326 325.671 169
## 521 298 297.261 533
## 522 105 104.878 108
## 523 172 170.981 156
## 524 136 134.623 113
## 525 207 178.153 213
## 526 161 160.281 118
## 527 276 247.484 265
## 528 102 101.875 491
## 529 1534 1506.488 245
## 530 152 151.317 115
## 531 128 127.348 129
## 532 194 189.078 170
## 533 165 164.878 83
## 534 225 216.584 135
## 535 106 104.718 122
## 536 114 108.324 96
## 537 315 315.466 217
## 538 134 133.516 318
## 539 93 92.784 70
## 540 179 171.572 183
## 541 127 126.741 63
## 542 133 132.785 158
## 543 213 196.276 133
## 544 166 145.346 191
## 545 159 158.528 209
## 546 214 182.290 205
## 547 201 199.331 100
## 548 310 310.436 142
## 549 280 280.204 151
## 550 437 174.569 179
## 551 288 287.692 241
## 552 106 106.112 218
## 553 253 252.008 200
## 554 302 272.622 212
## 555 356 319.412 379
## 556 185 184.290 73
## 557 178 177.159 197
## 558 167 166.493 171
## 559 211 210.114 151
## 560 158 157.724 229
## 561 372 276.898 476
## 562 420 419.973 414
## 563 167 167.007 201
## 564 188 185.302 126
## 565 131 130.128 67
## 566 279 274.268 119
## 567 250 250.496 82
## 568 234 210.948 149
## 569 124 112.169 79
## 570 93 92.670 69
## 571 160 159.634 104
## 572 177 169.612 153
## 573 199 192.099 150
## 574 179 178.433 83
## 575 91 89.520 74
## 576 173 172.483 151
## 577 230 229.851 144
## 578 262 262.156 106
## 579 240 238.683 137
## 580 694 656.419 199
## 581 148 147.346 170
## 582 216 208.926 122
## 583 372 334.129 241
## 584 185 177.848 166
## 585 205 203.819 79
## 586 155 152.615 456
## 587 149 144.953 128
## 588 127 126.498 122
## 589 161 130.861 116
## 590 184 183.191 167
## 591 194 193.780 141
## 592 249 247.887 196
## 593 181 180.319 211
## 594 138 137.459 108
## 595 598 585.471 194
## 596 120 119.420 124
## 597 148 139.617 98
## 598 88 78.645 81
## 599 221 220.552 260
## 600 34608 34607.215 137
## 601 228 227.342 129
## 602 308 295.496 212
## 603 207 207.320 67
## 604 193 191.284 208
## 605 187 186.811 79
## 606 164 162.452 189
## 607 142 141.054 147
## 608 138 137.485 207
## 609 202 200.970 106
## 610 119 114.657 90
## 611 513 266.277 196
## 612 264 262.669 278
## 613 158 157.399 219
## 614 159 159.221 136
## 615 341 340.350 668
## 616 147 145.379 98
## 617 189 165.117 120
## 618 198 198.179 111
## 619 342 263.456 253
## 620 167 166.319 239
## 621 208 207.053 199
## 622 124 125.981 103
## 623 232 216.478 210
## 624 207 202.967 144
## 625 173 172.956 169
## 626 167 166.022 167
## 627 981 981.168 137
## 628 182 180.816 152
## 629 144 143.449 211
## 630 165 155.375 116
## 631 283 269.084 140
## 632 253 235.954 158
## 633 177 168.459 387
## 634 171 154.806 138
## 635 196 181.842 150
## 636 153 153.371 117
## 637 124 123.456 143
## 638 365 364.802 123
## 639 147 146.142 215
## 640 138 131.145 171
## 641 424 158.056 157
## 642 169 168.340 190
## 643 292 291.983 183
## 644 253 252.208 273
## 645 196 195.616 214
## 646 164 143.903 58
## 647 168 167.998 58
## 648 124 121.552 149
## 649 261 260.620 205
## 650 161 153.943 220
## 651 259 258.427 127
## 652 167 156.417 139
## 653 241 240.137 225
## 654 269 242.057 133
## 655 172 171.668 200
## 656 242 231.726 210
## 657 291 289.328 279
## 658 121 101.007 154
## 659 126 119.257 140
## 660 116 115.242 97
## 661 148 147.377 224
## 662 376 258.914 436
## 663 128 128.083 114
## 664 267 266.938 155
## 665 117 115.997 275
## 666 461 451.270 148
## 667 979 978.365 142
## 668 107 106.339 110
## 669 193 192.326 78
## 670 308 153.738 150
## 671 229 228.479 129
## 672 481 479.269 128
## 673 8713 8710.157 318
## 674 203 193.136 145
## 675 250 244.217 117
## 676 335 334.162 210
## 677 173 154.380 226
## 678 323 293.094 224
## 679 138 135.946 118
## 680 138 137.287 83
## 681 125 124.941 117
## 682 208 183.249 194
## 683 115 102.575 133
## 684 252 249.737 200
## 685 518 503.192 157
## 686 125 111.461 133
## 687 104 97.275 161
## 688 585 446.894 481
## 689 256 249.904 183
## 690 164 151.626 163
## 691 109 107.868 201
## 692 248 241.289 178
## 693 631 624.506 153
## 694 180 156.762 184
## 695 359 358.640 334
## 696 152 148.673 148
## 697 231 225.758 189
## 698 401 399.385 162
## 699 431 402.340 426
## 700 140 135.145 150
## 701 212 211.993 213
## 702 152 141.647 122
## 703 300 293.247 544
## 704 117 113.935 139
## 705 490 490.165 356
## 706 268 259.754 227
## 707 141 125.549 138
## 708 203 154.756 220
## 709 1127 1124.893 296
## 710 207 206.437 143
## 711 129 128.255 183
## 712 459 459.050 328
## 713 350 349.744 200
## 714 139 131.047 197
## 715 331 330.352 192
## 716 182 181.397 143
## 717 207 200.097 219
## 718 191 190.590 186
## 719 137 135.501 125
## 720 185 185.117 117
## 721 151 149.978 115
## 722 149 148.040 126
## 723 212 210.605 120
## 724 149 138.161 138
## 725 160 159.756 151
## 726 225 224.800 120
## 727 142 141.128 118
## 728 681 648.092 257
## 729 298 297.400 189
## 730 293 286.470 295
## 731 170 161.900 230
## 732 109 109.089 103
## 733 225 187.316 84
## 734 184 182.856 190
## 735 207 191.096 173
## 736 288 287.851 228
## 737 99 98.076 142
## 738 136 129.406 138
## 739 237 228.157 475
## 740 115 113.295 152
## 741 159 158.139 141
## 742 158 157.310 179
## 744 116 110.769 70
## 745 191 190.642 175
## 746 198 197.903 215
## 747 393 206.785 209
## 748 327 326.717 175
## 750 71 70.358 119
## 751 129 127.776 179
## 752 172 171.837 193
## 753 208 200.529 215
## 754 280 226.811 221
## 755 335 333.531 274
## 756 368 367.331 345
## 757 305 291.045 152
## 758 166 165.186 271
## 759 541 535.615 358
## 760 2112 2099.986 270
## 761 171 169.908 100
## 762 200 199.680 158
## 763 141 134.411 105
## 764 185 184.226 167
## 765 236 187.162 260
## 766 153 153.340 101
## 767 187 181.064 92
## 768 176 169.965 163
## 769 532 531.198 228
## 770 133 132.510 124
## 771 379 379.074 174
## 772 174 173.594 490
## 773 183 162.469 108
## 774 176 176.252 108
## 775 165 164.331 193
## 776 187 185.718 193
## 777 224 191.343 173
## 778 146 144.914 96
## 779 174 173.274 140
## 780 275 270.123 232
## 781 128 96.654 188
## 782 378 321.651 344
## 783 223 222.691 365
## 784 401 400.107 256
## 785 242 235.030 197
## 786 346 319.981 175
## 787 413 412.994 397
## 788 243 239.304 214
## 789 149 148.852 155
## 790 193 192.781 179
## 791 162 158.297 97
## 792 303 299.240 168
## 793 172 159.693 179
## 794 254 253.753 376
## 795 324 272.177 218
## 796 201 196.298 215
## 798 128 128.544 127
## 799 248 247.713 276
## 800 141 140.768 178
## 801 120 104.784 140
## 802 142 118.927 110
## 803 203 202.181 105
## 804 118 116.474 102
## 805 107 101.661 111
## 806 625 611.968 223
## 807 152 140.955 110
## 808 256 222.466 161
## 809 235 234.514 218
## 810 173 172.727 119
## 811 128 128.136 211
## 812 104 103.678 103
## 813 200 199.646 269
## 814 560 559.134 78
## 815 287 262.995 256
## 816 325 287.172 220
## 817 158 156.621 126
## 818 146 145.481 2771
## 819 232 231.125 230
## 820 291 288.614 146
## 821 175 164.726 118
## 822 203 203.536 198
## 823 181 179.794 155
## 824 142 140.695 111
## 825 179 163.751 92
## 826 221 219.785 84
## 827 165 131.321 100
## 828 194 183.436 102
## 829 245 230.433 179
## 830 881 859.101 178
## 831 191 189.314 114
## 832 119 119.074 115
## 833 356 108.050 1
## 834 134 133.268 86
## 835 154 142.911 108
## 836 260 209.873 206
## 837 140 118.093 53
## 838 219 206.094 104
## 839 186 186.075 139
## 840 180 179.460 125
## 841 79 78.712 132
## 842 147 146.601 232
## 843 134 121.585 81
## 844 140 129.616 112
## 845 173 164.898 120
## 846 138 137.242 64
## 847 309 308.685 137
## 848 126 116.791 71
## 849 131 130.539 174
## 850 156 155.221 70
## 851 162 161.853 77
## 852 156 155.850 94
## 853 211 153.817 387
## 854 277 264.566 249
## 855 272 272.012 181
## 856 260 260.052 155
## 857 281 278.641 332
## 858 97 96.474 188
## 859 77 75.454 114
## 860 213 213.207 131
## 861 174 173.565 206
## 862 291 288.325 228
## 863 206 170.847 2372
## 864 202 201.755 134
## 865 130 129.008 174
## 866 115 115.503 128
## 867 154 152.952 184
## 868 201 201.174 131
## 869 147 141.442 179
## 870 229 227.746 192
## 871 159 158.762 168
## 872 224 223.103 209
## 873 138 137.723 141
## 874 390 318.967 244
## 875 165 164.437 115
## 876 250 249.687 124
## 877 118 118.206 70
## 878 223 215.493 153
## 879 168 151.736 87
## 880 136 135.378 115
## 881 174 173.516 224
## 882 143 143.146 249
## 883 268 262.445 197
## 884 181 173.085 96
## 885 180788 175.177 7
## 886 113 111.432 190
## 887 703 667.872 222
## 888 137 136.559 113
## 889 167 146.096 219
## 890 241 228.717 192
## 891 197 182.434 177
## 892 143 118.033 178
## 893 164 163.639 130
## 894 113 105.405 110
## 895 189 185.449 90
## 896 139 138.506 167
## 897 142 140.810 138
## 898 202 201.355 117
## 899 181 132.120 127
## 900 424 422.976 167
## 901 112 110.849 81
## 902 236 230.555 172
## 903 208 207.305 161
## 904 90 85.492 190
## 905 397 387.695 355
## 906 237 236.918 149
## 907 281 280.370 229
## 908 130 126.377 193
## 909 321 313.975 69
## 910 164 163.930 99
## 911 127 126.623 65
## 912 138 137.302 118
## 913 115 106.709 170
## 914 162 160.747 230
## 915 224 223.366 609
## 916 4290 194.669 182
## 917 1041 1003.536 393
## 918 170 152.268 200
## 919 158 157.021 143
## 920 707 195.900 241
## 921 213 211.645 196
## 922 155 153.682 120
## 923 82 82.568 158
## 924 148 146.954 196
## 925 117 116.416 81
## 926 131 130.499 102
## 927 228 207.217 348
## 928 394 379.020 223
## 929 194 193.975 125
## 930 149 149.232 170
## 931 159 158.838 236
## 932 173 148.900 131
## 933 237 229.058 215
## 934 349 320.079 331
## 935 293 207.946 102
## 936 248 247.449 273
## 937 247 209.915 370
## 938 104 103.864 117
## 939 189 169.298 171
## 940 161 160.312 141
## 941 164 154.457 261
## 942 143 142.240 345
## 943 237 212.797 157
## 944 209 206.484 134
## 945 143 142.631 135
## 946 121 116.707 170
## 947 157 157.570 175
## 948 884 857.748 137
## 949 207 207.034 159
## 950 1649 1647.646 370
## 951 112 102.324 156
## 952 270 268.607 7015
## 953 226 209.018 233
## 954 158 145.096 96
## 956 128 127.654 135
## 957 181 180.178 70
## 958 184 177.336 93
## 959 122 122.458 177
## 960 176 160.543 126
## 961 207 204.931 242
## 962 139 122.546 128
## 963 166 165.132 192
## 964 149 147.913 144
## 965 282 277.787 148
## 966 104 103.072 254
## 967 191 190.165 174
## 968 151 144.271 224
## 969 165 165.164 155
## 970 282 194.380 194
## 971 314 286.180 241
## 972 152 150.224 274
## 973 161 159.476 213
## 974 3555 3553.170 299
## 975 345 344.483 221
## 976 133 132.552 98
## 977 175 165.929 156
## 978 273 271.869 205
## 979 159 142.987 96
## 980 202 201.231 359
## 981 124 123.549 137
## 982 129 128.391 127
## 983 222 218.851 338
## 984 211 185.780 163
## 985 203 201.686 84
## 986 199 150.796 183
## 987 205 194.664 126
## 988 240 239.785 128
## 989 481 180.910 205
## 990 459 452.021 134
## 991 383 305.337 561
## 992 231 230.174 201
## 993 1108 1106.913 233
## 994 78 72.897 6107
## 995 126 116.061 90
## 996 278 271.728 343
## 997 88 87.204 148
## 998 276 244.743 238
## 999 196 195.999 125
## 1000 145 134.585 208
## 1001 213 212.146 190
## 1002 143 122.670 170
## 1003 202 196.841 137
## 1004 218 220.107 179
## 1005 188 174.518 120
## 1006 147 145.869 98
## 1007 468 467.415 207
## 1008 159 158.564 196
## 1009 115 115.487 110
## 1010 153 152.814 115
## 1011 205 203.902 150
## 1012 289 287.773 210
## 1013 211 210.230 228
## 1014 138 137.178 158
## 1015 188 157.441 701
## 1016 135 134.690 199
## 1018 112 111.352 119
## 1019 157 136.717 104
## 1020 151 150.852 83
## 1021 278 276.961 204
## 1022 139 139.406 118
## 1023 157 150.466 96
## 1024 171 163.142 275
## 1025 193 192.089 299
## 1026 177 176.224 153
## 1027 151 145.590 64
## 1028 190 178.126 167
## 1029 228 227.522 147
## 1030 189 179.114 169
## 1031 157 156.515 160
## 1032 129 128.614 80
## 1033 227 209.321 207
## 1034 156 155.792 137
## 1035 114 106.959 151
## 1036 194 193.408 88
## 1037 146 134.884 175
## 1038 149 148.737 103
## 1039 192 188.123 140
## 1040 173 171.817 113
## 1041 182 180.378 155
## 1042 144 143.648 233
## 1043 177 176.287 200
## 1044 97 96.301 107
## 1045 130 129.394 130
## 1046 189 182.325 167
## 1047 151 149.457 166
## 1048 337 336.924 177
## 1049 165 164.538 177
## 1050 154 154.141 63
## 1051 174 167.239 156
## 1052 224 189.669 185
## 1053 190 167.768 186
## 1054 187 186.368 191
## 1055 242 227.533 72
## 1056 261 253.229 334
## 1057 118 117.469 113
## 1058 199 187.645 107
## 1059 317 306.437 303
## 1060 198 196.435 231
## 1061 232 186.156 192
## 1062 110 109.654 132
## 1063 164 163.796 116
## 1064 181 166.211 210
## 1065 151 148.207 151
## 1066 183 170.381 141
## 1067 360 358.691 185
## 1068 281 270.701 249
## 1069 138 124.286 162
## 1070 566 565.411 441
## 1071 592 575.777 144
## 1072 160 159.656 147
## 1073 220 218.268 210
## 1074 147 139.878 250
## 1075 161 147.209 192
## 1076 199 198.563 217
## 1077 178 178.152 160
## 1078 165 141.417 201
## 1079 151 150.149 150
## 1080 420 407.552 382
## 1081 305 304.089 158
## 1082 310 309.074 274
## 1083 108 107.791 144
## 1084 107 104.362 153
## 1085 372 371.703 210
## 1086 211 210.690 186
## 1087 327 326.320 280
## 1088 175 174.381 108
## 1089 236 235.020 103
## 1090 233 232.911 93
## 1091 146 140.414 162
## 1092 223 223.364 102
## 1093 171 170.526 203
## 1094 212 211.643 274
## 1095 920 913.722 72
## 1096 256 197.747 199
## 1097 146 145.732 98
## 1098 293 266.840 469
## 1099 159 138.995 139
## 1100 135 134.272 204
## 1101 179 179.234 108
## 1102 139 123.504 81
## 1103 191 190.557 176
## 1104 563 207.285 194
## 1105 148 147.405 107
## 1106 149 149.150 109
## 1107 179 177.600 451
## 1108 124 123.167 110
## 1109 201 192.935 108
## 1110 249 244.477 150
## 1111 174 173.241 210
## 1112 431 420.968 321
## 1113 231 229.708 198
## 1114 137 131.765 105
## 1115 140 139.326 184
## 1116 178 176.966 141
## 1117 151 150.141 157
## 1118 144 143.426 84
## 1119 188 174.158 170
## 1120 172 166.921 158
## 1121 180 179.606 132
## 1122 187 186.824 221
## 1123 7576 7566.933 96
## 1124 68 66.908 113
## 1125 106 104.272 67
## 1126 129 128.248 89
## 1127 197 181.778 117
## 1128 194 193.865 186
## 1129 281 279.935 165
## 1130 104 102.684 138
## 1131 104 93.944 158
## 1132 146 144.364 147
## 1133 128 127.860 232
## 1134 116 113.040 142
## 1135 194 193.183 67
## 1136 441 440.510 400
## 1137 191 190.596 98
## 1138 109 108.800 324
## 1139 310 295.056 303
## 1140 310 309.802 254
## 1141 116 115.819 121
## 1142 162 161.348 161
## 1143 103 102.829 166
## 1144 102 101.172 178
## 1145 144 131.761 65
## 1146 236 235.797 216
## 1147 170 169.658 162
## 1148 224 223.189 119
## 1149 175 174.108 168
## 1150 207 207.303 170
## 1151 139 138.653 140
## 1152 211 210.896 178
## 1153 291 248.197 292
## 1154 182 156.231 163
## 1155 191 182.891 168
## 1156 134 114.488 118
## 1157 433 431.993 321
## 1158 202 186.908 248
## 1159 167 165.584 473
## 1160 148 147.459 160
## 1161 269 242.048 231
## 1162 204 203.129 209
## 1163 198 185.561 137
## 1164 177 175.702 166
## 1165 200 88.843 74
## 1166 319 306.762 9387
## 1167 167 166.451 145
## 1169 128 126.553 105
## 1170 184 176.028 199
## 1171 249 182.621 176
## 1172 2346 2314.994 1136
## 1173 1136 1134.407 229
## 1174 286 286.023 262
## 1175 114 107.252 154
## 1176 137 120.466 164
## 1177 129 128.091 112
## 1178 234 234.145 89927
## 1179 345 332.293 262
## 1180 229 227.459 358
## 1181 434 393.142 413
## 1182 175 173.768 272
## 1183 232 230.843 288
## 1184 221 219.901 99
## 1185 145 123.814 81
## 1186 211 210.566 191
## 1187 207 206.567 191
## 1188 146 118.657 92
## 1189 272 271.206 442
## 1190 178 163.971 212
## 1191 85 81.372 130
## 1192 279 249.629 307
## 1193 123 122.775 123
## 1194 292 286.442 371
## 1195 437 402.718 244
## 1196 164 163.176 165
## 1197 138 137.987 166
## 1198 129 128.571 127
## 1199 164 158.534 170
## 1200 128 122.681 232
## 1201 132 131.463 96
## 1202 245 245.063 246
## 1203 179 170.985 193
## 1204 149 148.027 206
## 1205 196 195.837 126
## 1206 265 158.558 237
## 1207 270 265.183 165
## 1208 207 199.538 450
## 1209 327 313.832 208
## 1210 158 158.137 124
## 1211 144 144.156 205
## 1212 640 578.898 519
## 1213 71 70.841 79
## 1214 117 116.361 255
## 1215 212 212.004 142
## 1216 164 163.301 124
## 1217 168 167.655 169
## 1218 53518 53516.076 376
## 1219 123 122.293 117
## 1220 130 123.426 151
## 1221 318 317.847 84
## 1222 1079 554.841 304
## 1223 207 199.792 156
## 1224 126 118.327 128
## 1225 423 422.429 198
## 1226 144 137.629 89
## 1227 101 100.728 125
## 1228 174 172.598 174
## 1229 112 111.527 149
## 1230 230 229.695 180
## 1231 190 190.290 183
## 1232 176 175.544 220
## 1233 1363 1361.316 539
## 1234 779 735.009 754
## 1235 215 214.677 132
## 1236 170 163.896 254
## 1237 148 147.408 80
## 1238 213 211.863 290
## 1239 117 116.913 88
## 1240 131 129.860 146
## 1241 187 182.845 124
## 1242 211 164.188 204
## 1243 195 188.674 157
## 1244 201 200.806 189
## 1245 303 283.185 224
## 1246 238 216.373 208
## 1247 91 84.749 105
## 1248 288 287.434 167
## 1249 429 141.622 208
## 1250 376 375.357 675
## 1251 129 128.633 138
## 1252 180 178.659 194
## 1253 163 157.890 90
## 1254 407 405.706 217
## 1255 498 495.792 264
## 1256 285 280.689 352
## 1257 174 173.123 181
## 1258 429 167.290 176
## 1259 191 190.229 190
## 1260 247 245.579 287
## 1261 262 244.545 102
## 1262 733 567.062 431
## 1263 177 168.206 148
## 1264 171 156.239 243
## 1265 282 282.422 98
## 1266 262 261.522 282
## 1267 179 178.270 67
## 1268 279 278.787 131
## 1269 185 179.416 313
## 1270 159 158.039 150
## 1271 214 212.466 244
## 1272 78 78.528 144
## 1273 345 306.924 367
## 1274 126 125.559 176
## 1275 208 179.664 78
## 1276 145 143.456 112
## 1277 124 124.025 242
## 1278 170 157.445 133
## 1279 204 182.027 254
## 1280 97 97.311 161
## 1281 139 138.932 191
## 1282 676 662.922 223
## 1283 222 221.617 93
## 1284 216 192.656 170
## 1285 465 464.078 452
## 1286 190 190.328 211
## 1287 157 143.663 146
## 1288 133 133.251 85
## 1289 174 169.336 76
## 1290 148 147.779 239
## 1291 181 167.763 129
## 1292 173 170.354 448
## 1293 203 181.250 1766
## 1294 148 147.865 107
## 1295 190 186.355 158
## 1296 193 191.636 773
## 1297 176 175.372 158
## 1298 220 218.741 136
## 1299 160 159.835 172
## 1300 208 202.336 168
## 1301 258 242.272 167
## 1302 425 418.064 353
## 1303 245 196.394 549
## 1304 142 140.583 153
## 1305 119 118.154 105
## 1306 169 159.497 242
## 1307 157 156.760 239
## 1308 398 352.742 572
## 1309 161 150.322 112
## 1310 262 260.668 878
## 1311 226 194.346 219
## 1312 318 317.434 167
## 1313 177 175.694 191
## 1314 106 101.931 95
## 1315 403 399.515 408
## 1316 100 99.517 103
## 1317 147 146.278 125
## 1318 195 194.402 166
## 1319 148 147.753 145
## 1320 298 297.063 236
## 1321 228 209.833 152
## 1322 442 442.009 360
## 1323 95 94.096 84
## 1324 174 172.455 142
## 1325 137 137.092 111
## 1326 154 149.037 129
## 1327 231 229.985 145
## 1328 164 163.166 169
## 1329 200 177.215 149
## 1330 741 688.112 168
## 1331 144 142.382 113
## 1332 611 610.181 122
## 1333 99 98.278 156
## 1334 119 118.642 97
## 1335 111 110.296 90
## 1336 167 165.988 204
## 1337 170 158.461 107
## 1338 165 162.400 498
## 1339 174 173.790 231
## 1340 265 264.775 253
## 1341 191 190.456 112
## 1342 758 757.795 288
## 1343 313 304.838 147
## 1344 73 73.133 176
## 1345 889 888.530 167
## 1346 172 152.295 121
## 1347 155 154.217 403
## 1348 672 671.832 145
## 1349 157 156.517 144
## 1350 137 136.365 99
## 1351 126 126.452 82
## 1352 176 175.868 144
## 1353 279 263.158 198
## 1354 198 198.529 196
## 1355 926 340.700 31
## 1356 140 139.422 115
## 1357 169 159.337 174
## 1358 180 179.590 117
## 1359 257 252.903 164
## 1360 384 288.871 177
## 1361 206 172.141 191
## 1362 124 112.625 95
## 1363 255 254.324 195
## 1364 125 121.375 81
## 1365 504 468.399 291
## 1366 100 92.431 81
## 1367 245 244.624 165
## 1368 221 191.755 276
## 1369 174 174.382 108
## 1370 143 142.309 125
## 1371 99 98.619 81
## 1372 257 245.044 150
## 1373 153 142.491 85
## 1374 115 114.779 102
## 1375 131 131.057 117
## 1376 128 128.115 126
## 1377 217 215.985 450
## 1378 155 154.504 112
## 1379 190 188.777 123
## 1380 143 142.472 133
## 1381 194 193.245 191
## 1382 211 188.519 84
## 1383 143 142.416 118
## 1384 236 235.116 275
## 1385 120 120.306 185
## 1386 493 182.216 142
## 1387 221 221.162 179
## 1388 234 232.762 1526
## 1389 247 238.722 139
## 1390 304 302.643 97
## 1391 665 632.493 208
## 1392 125 108.190 79
## 1393 138 136.997 212
## 1394 300 291.019 193
## 1395 186 185.149 174
## 1396 303 302.674 227
## 1397 211 204.578 167
## 1398 95 93.840 94
## 1399 214 213.403 226
## 1400 358 322.648 171
## 1401 320 320.006 208
## 1402 236 227.868 159
## 1403 168 167.389 107
## 1404 188 186.832 244
## 1405 205 190.794 221
## 1406 106 99.626 94
## 1407 146 145.156 180
## 1408 176543 268.320 172874
## 1409 200 199.034 114
## 1410 276 268.023 252
## 1411 158 157.513 260
## 1412 229 228.672 363
## 1413 169 157.692 201
## 1414 110 109.546 124
## 1415 299 284.638 416
## 1416 163 162.330 63
## 1417 173 172.509 227
## 1418 260 239.718 168
## 1419 126 119.272 160
## 1420 342 341.800 167
## 1421 251 250.094 211
## 1422 132 128.387 120
## 1423 260 259.844 108
## 1424 169 168.591 105
## 1425 255 228.934 167
## 1426 671 665.149 196
## 1427 187 186.197 197
## 1428 132 124.924 116
## 1429 301 300.488 228
## 1430 140 139.803 136
## 1431 95 94.388 118
## 1432 311 310.638 146
## 1433 248 247.599 177
## 1434 408 323.112 208
## 1435 228 227.633 175
## 1436 202 175.487 211
## 1437 253 239.263 184
## 1438 496 495.433 237
## 1439 155 137.244 121
## 1440 467 371.902 338
## 1441 683 672.874 528
## 1442 186 186.174 154
## 1443 201 200.160 125
## 1444 307 306.466 206
## 1445 229 222.025 165
## 1446 260 259.939 243
## 1447 241 223.329 153
## 1448 259 252.968 521
## 1449 272 272.018 1008
## 1450 167 146.609 333
## 1451 231 227.792 156
## 1452 118 117.177 127
## 1453 212 184.571 151
## 1454 356 355.504 331
## 1455 245 227.249 220
## 1456 224 205.238 164
## 1457 138 136.594 99
## 1458 410 408.766 127
## 1459 167 133.435 169
## 1460 297 296.088 289
## 1461 145 143.636 156
## 1462 183 182.028 82
## 1463 131 129.959 111
## 1464 561 200.315 10
## 1465 218 205.150 194
## 1466 315 274.801 296
## 1467 188 186.259 120
## 1468 199 198.000 174
## 1469 156 149.450 195
## 1470 139 133.961 132
## 1471 144 143.745 135
## 1472 220 210.998 120
## 1473 271 247.006 327
## 1474 158 158.125 128
## 1475 372 362.299 251
## 1476 182 178.302 135
## 1477 232 222.178 181
## 1478 111 111.354 143
## 1479 205 203.395 269
## 1480 229 229.540 174
## 1481 175 174.974 123
## 1482 129 128.842 122
## 1483 127 124.156 123
## 1484 243 224.353 162
## 1485 143 138.428 150
## 1486 200 187.062 100
## 1487 134 132.814 198
## 1488 392 391.291 182
## 1489 96 95.914 74
## 1490 716 715.209 189
## 1491 375 375.017 187
## 1492 95 94.083 88
## 1493 325 308.950 149
## 1494 288 272.509 328
## 1495 184 160.544 173
## 1496 151 149.949 93
## 1497 147 146.997 170
## 1498 145 144.599 175
## 1499 328 327.831 228
## 1500 26184 701.891 218
## 1501 254 251.216 424
## 1502 334 333.525 194
## 1503 155 117.876 187
## 1504 279 230.598 318
## 1505 166 161.105 243
## 1506 122 125.938 228
## 1507 237 236.466 206
## 1508 157 155.797 113
## 1509 283 282.749 121
## 1510 156 133.491 96
## 1511 191 189.775 164
## 1512 233 232.759 187
## 1513 395 394.796 276
## 1514 375 238.292 349
## 1515 155 154.404 109
## 1516 175 174.859 137
## 1517 95 89.333 59
## 1518 741 737.773 336
## 1519 246 244.856 180
## 1520 335 334.323 329
## 1521 288 279.958 124
## 1522 163 163.511 155
## 1523 290 288.608 469
## 1524 144 144.144 123
## 1525 303 253.162 199
## 1526 83 82.314 118
## 1527 211 189.343 174
## 1528 135 134.701 197
## 1529 305 276.284 200
## 1530 147 146.756 98
## 1531 480 480.546 592
## 1532 180 178.376 145
## 1533 138 136.632 169
## 1534 316 315.298 299
## 1535 203 202.840 135
## 1536 161 160.075 113
## 1537 220 198.253 140
## 1538 216 208.946 198
## 1539 120 119.067 94
## 1540 259 258.075 221
## 1541 244 239.888 384
## 1542 267 266.192 116
## 1543 263 261.717 234
## 1544 157 150.509 138
## 1545 152 151.461 76
## 1546 241 240.418 200
## 1547 118 107.813 171
## 1548 156 144.108 148
## 1549 216 180.921 142
## 1550 158 151.278 192
## 1551 99 98.210 212
## 1552 205 203.909 303
## 1553 222 219.446 166
## 1554 192 190.282 253
## 1555 121 120.210 122
## 1556 168 136.584 243
## 1557 200 199.089 97
## 1558 112 103.760 191
## 1559 159 158.750 199
## 1560 306 286.425 108
## 1561 220 219.670 166
## 1562 124 117.026 180
## 1563 146 141.487 202
## 1564 175 173.151 154
## 1565 188 187.620 118
## 1566 139 138.721 78
## 1567 360 301.937 123
## 1568 192 179.487 8
## 1569 207 203.130 127
## 1570 129 128.405 188
## 1571 146 145.987 268
## 1572 286 111.884 135
## 1573 164 156.293 128
## 1574 365 357.750 249
## 1575 157 156.801 138
## 1576 153 142.102 139
## 1577 1577 1574.588 214
## 1578 178 176.844 290
## 1579 101 90.548 186
## 1580 112 111.889 122
## 1581 499 190.151 179
## 1582 165 164.656 163
## 1583 131 116.970 115
## 1584 149 148.555 148
## 1585 446 389.207 149
## 1586 325 325.086 343
## 1587 265 264.599 140
## 1588 230 229.708 235
## 1589 895 710.906 686
## 1590 174 173.408 102
## 1591 117 116.701 87593
## 1592 215 209.249 152
## 1593 504 492.563 131
## 1594 625 213.833 15
## 1595 192 192.126 206
## 1596 190 185.659 200
## 1597 154 136.648 193
## 1598 286 280.863 201
## 1599 554 552.635 316
## 1600 268 267.526 173
## 1601 237 218.572 156
## 1602 215 206.601 208
## 1603 143 142.913 165
## 1604 203 188.812 242
## 1605 135 127.771 155
## 1606 191 190.015 220
## 1607 115 115.265 140
## 1608 178 171.027 162
## 1609 161 153.209 140
## 1610 171 170.881 167
## 1611 1066 1066.144 274
## 1612 107 106.281 140
## 1613 147 147.144 233
## 1614 132 131.398 95
## 1615 243 243.335 200
## 1616 147 139.969 139
## 1617 154 151.102 183
## 1618 1033 359.583 261
## 1619 417 416.210 1118
## 1620 286 279.243 369
## 1621 174 159.066 190
## 1622 160 153.367 271
## 1623 248 224.215 99
## 1624 138 137.237 127
## 1625 348 326.654 57502
## 1626 148 146.962 112
## 1627 120 119.908 168
## 1628 449 448.227 190
## 1629 158 157.348 121
## 1630 191 174.407 177
## 1631 424 402.269 176
## 1632 124 118.934 156
## 1633 182 168.077 198
## 1634 118 117.123 121
## 1635 114 106.576 155
## 1636 227 226.829 213
## 1637 308 307.634 291
## 1638 177 169.755 98
## 1639 262 81.488 118
## 1640 155 154.245 186
## 1641 653 651.634 364
## 1642 210 209.484 192
## 1643 154 151.555 189
## 1644 112 111.283 94
## 1645 240 231.861 199
## 1646 297 296.843 208
## 1647 196 193.474 172
## 1648 142 141.590 117
## 1649 191 176.768 126
## 1650 119 119.600 99
## 1651 160 154.511 154
## 1652 133 132.270 110
## 1653 142 141.732 122
## 1654 292 284.501 277
## 1655 175 158.778 385
## 1656 219 218.103 172
## 1657 265 224.529 115
## 1658 127 126.644 159
## 1659 100 82.468 178
## 1660 168 167.190 135
## 1661 158 155.784 110
## 1662 172 170.101 149
## 1663 164 163.900 156
## 1664 220 219.417 260
## 1665 203 202.598 150
## 1666 421 416.109 91
## 1667 143 142.556 145
## 1668 173 172.158 111
## 1669 638 635.703 226
## 1670 260 212.196 170
## 1671 122 109.177 138
## 1672 129 128.382 122
## 1673 130 128.877 106
## 1674 239 227.927 98
## 1675 369 368.590 461
## 1676 149 145.645 175
## 1677 127 126.030 145
## 1678 138 138.177 145
## 1679 165 161.861 120
## 1680 347 341.855 244
## 1681 211 210.544 166
## 1682 126 125.818 114
## 1683 162 154.968 96
## 1684 185 95.724 84
## 1685 267 266.028 234
## 1686 148 147.828 222
## 1687 197 190.656 121
## 1688 259 255.321 230
## 1689 234 207.657 153
## 1690 132 131.891 117
## 1691 178 177.959 237
## 1692 224 216.596 171
## 1693 135 135.568 243
## 1694 296 295.570 197
## 1695 408 399.274 430
## 1696 216 215.475 230
## 1697 186 184.537 106
## 1698 210 203.000 202
## 1699 198360 1649.589 196650
## 1700 186 165.048 167
## 1701 170 169.547 135
## 1702 347 336.330 276
## 1703 185 184.584 174
## 1704 194 180.805 164
## 1705 95 91.675 154
## 1706 93 86.186 115
## 1707 161 154.493 192
## 1708 431 430.255 406
## 1709 476 162.634 262
## 1710 185 184.445 224
## 1711 123 122.281 121
## 1712 160 158.676 219
## 1713 1486 1484.840 425
## 1714 420 417.410 144
## 1715 195 194.838 151
## 1716 160 154.017 115
## 1717 153 145.737 65
## 1718 121 120.881 88
## 1719 226 225.198 100
## 1720 142 135.458 134
## 1721 120 119.493 111
## 1722 381 352.538 263
## 1723 222 222.190 123
## 1724 108 107.563 131
## 1725 113 85.229 147
## 1726 188 154.863 192
## 1727 288 287.870 267
## 1728 139 138.084 219
## 1729 222 220.926 148
## 1730 300 299.424 605
## 1731 104 97.654 187
## 1732 171 159.484 176
## 1733 157 136.992 83
## 1734 253 214.954 127
## 1735 151 150.171 142
## 1736 195 172.372 1249
## 1737 159 159.045 124
## 1738 253 249.057 215
## 1739 181 180.227 179
## 1740 151 136.192 128
## 1741 150 144.958 211
## 1742 181 181.320 119
## 1743 203 198.368 240
## 1744 375 374.862 384
## 1745 124 123.158 129
## 1746 164 160.199 165
## 1747 211 210.079 158
## 1748 839 826.188 212
## 1749 273 272.372 223
## 1750 216 214.984 145
## 1751 142 141.782 168
## 1752 153 142.286 151
## 1753 295 271.864 241
## 1754 123 118.873 122
## 1755 383 382.781 97
## 1756 527 469.275 411
## 1757 479 470.286 208
## 1758 373 373.268 249
## 1759 223 223.095 177
## 1760 135 129.975 125
## 1761 134 133.669 107
## 1762 265 264.108 125
## 1763 81 80.334 90
## 1764 134 134.287 123
## 1765 150 149.733 117
## 1766 103 102.426 106
## 1767 203 184.296 239
## 1768 2982 2981.541 172
## 1769 181 80.334 224
## 1770 156 149.354 90
## 1771 153 153.272 50
## 1772 286 285.517 400
## 1773 226 225.666 459
## 1774 260 258.575 95
## 1775 137 136.424 102
## 1776 450 450.016 226
## 1777 688 685.623 679
## 1778 209 207.292 166
## 1779 7391 7388.321 762
## 1780 191 184.092 116
## 1781 174 173.163 128
## 1782 69 66.125 106
## 1783 163 154.882 203
## 1784 149 148.744 220
## 1785 179 161.098 179
## 1786 147 141.974 175
## 1787 288 287.287 163
## 1788 314 312.458 258
## 1789 154 153.062 168
## 1790 130 128.730 119
## 1791 345 344.007 159
## 1792 421 159.767 172
## 1793 396 377.824 302
## 1794 340 338.631 276
## 1795 248 248.368 186
## 1796 140 138.287 217
## 1797 146 145.765 90
## 1798 128 122.180 105
## 1799 575 251.534 193
## 1801 144 135.361 139
## 1802 633 261.546 197
## 1803 215 210.300 118
## 1804 292 281.800 224
## 1805 182 181.780 196
## 1806 213 213.028 126
## 1807 238 237.076 206
## 1808 221 206.045 192
## 1809 352 351.000 196
## 1810 219 190.115 123
## 1811 175 174.318 159
## 1812 233 232.545 156
## 1813 197 194.762 122
## 1814 249 248.681 302
## 1815 236 218.900 198
## 1816 199 184.739 110
## 1817 198 193.335 187
## 1818 206 205.345 111
## 1819 163 156.167 207
## 1820 632 474.019 392
## 1821 302 252.771 238
## 1822 107 105.252 101
## 1823 99 98.890 113
## 1824 598 209.586 264
## 1825 526 512.821 224
## 1826 174 173.624 133
## 1827 234 227.605 311
## 1828 135 120.209 401069
## 1829 192 190.626 38054
## 1830 116 114.849 118
## 1831 166 158.478 211
## 1832 278 275.569 318
## 1833 292 257.744 238
## 1834 183 177.631 90
## 1835 104 93.219 127
## 1836 101 101.359 119
## 1837 225 217.916 192
## 1838 220 218.678 239
## 1839 408 272.015 228
## 1840 170 169.976 113
## 1841 302 288.956 165
## 1842 144 142.616 148
## 1843 121 105.462 129
## 1844 332 328.025 106
## 1845 178 177.094 161
## 1846 180 174.974 243
## 1847 189 188.323 133
## 1848 145 144.346 78
## 1849 170 163.581 243
## 1850 251 250.801 215
## 1851 139 138.327 178
## 1852 265 263.924 178
## 1853 178 164.171 259
## 1854 314 303.862 172
## 1855 377 372.731 158
## 1856 123 118.306 121
## 1857 267 259.630 198
## 1858 479 357.158 284
## 1859 107 106.862 82
## 1860 217 208.689 165
## 1861 146 145.075 141
## 1862 388 361.196 227
## 1863 100 98.879 168
## 1864 195 194.455 266
## 1865 213 204.445 164
## 1867 481 479.685 399
## 1868 448 447.620 210
## 1869 121 119.650 87
## 1870 167 159.558 3449
## 1871 108 105.695 180
## 1872 208 190.115 207
## 1873 514 513.393 431
## 1874 417 417.230 166
## 1875 176 169.037 110
## 1876 705 704.408 216
## 1877 170 152.512 119
## 1878 235 214.765 198
## 1879 239 236.838 146
## 1880 201 200.910 225
## 1881 232 231.713 219
## 1882 247 230.879 227
## 1883 1271 1234.014 181
## 1884 153 152.846 166
## 1885 245 243.926 239
## 1886 147 145.326 188
## 1887 202 200.983 245
## 1888 160 154.550 116
## 1889 138 137.948 134
## 1890 132 130.942 140
## 1891 158 152.762 81
## 1892 139 138.962 156
## 1893 122 121.684 95
## 1894 147 138.418 206
## 1895 253 252.542 142
## 1896 502 501.540 144
## 1897 170 162.655 162
## 1898 132 109.767 117
## 1899 84 83.515 76
## 1900 116 108.055 135
## 1901 600 190.053 279
## 1902 14068 14065.516 140
## 1903 158 155.808 156
## 1904 134 124.396 158
## 1905 279 278.095 271
## 1906 259 223.107 206
## 1907 169 169.007 121
## 1908 235 211.177 216
## 1909 194 186.563 198
## 1910 136 128.589 217
## 1911 235 235.332 188
## 1912 122 113.437 111
## 1913 137 111.171 216
## 1914 171 150.218 87
## 1915 276 275.857 324
## 1916 334 258.087 346
## 1917 177 176.172 261
## 1918 161 136.703 119
## 1919 100 99.374 108
## 1920 147 142.300 191
## 1921 179 178.430 211
## 1922 437 435.687 129
## 1923 504 176.671 143
## 1924 259 238.482 183
## 1925 91 84.383 116
## 1926 163 162.407 71
## 1927 139 138.207 129
## 1928 141 140.175 77
## 1929 203 195.031 191
## 1930 131 129.016 269
## 1931 170 168.935 109
## 1932 199 199.437 123
## 1933 219 207.615 227
## 1934 310 293.352 206
## 1935 171 170.616 148
## 1936 238 236.465 165
## 1937 175 174.735 115
## 1938 149 144.227 182
## 1939 173 156.581 509
## 1940 130 129.318 202
## 1941 199 182.058 183
## 1942 529 118.790 141
## 1943 174 173.651 119
## 1944 172 172.113 155
## 1945 331 293.226 147
## 1946 207 206.843 190
## 1947 114 105.005 169
## 1948 175 170.001 138
## 1949 246 240.509 213
## 1950 354 352.543 323
## 1951 144 125.179 141
## 1952 109 107.067 171
## 1953 7172 7171.483 147
## 1954 345 342.817 305
## 1955 146 146.161 118
## 1956 323 321.898 317
## 1957 170 166.532 161
## 1958 230 218.223 255
## 1959 120 119.613 150
## 1960 217 211.355 75
## 1961 217 217.197 147
## 1962 162 161.368 116
## 1963 232 232.211 196
## 1964 73 70.979 147
## 1965 224 211.998 160
## 1966 96 95.596 124
## 1967 210 209.275 206
## 1968 126 113.780 159
## 1969 357 356.325 248
## 1970 147 146.812 231
## 1971 162 161.541 107
## 1972 101 100.027 95
## 1973 142 137.379 164
## 1974 93 93.348 133
## 1975 205 204.950 194
## 1976 186 185.819 145
## 1977 136 136.276 203
## 1978 176 169.023 1060
## 1979 320 313.430 202
## 1980 155 154.614 126
## 1981 214 213.238 187
## 1982 259 244.915 198
## 1983 146 139.667 213
## 1984 1573 1572.946 161
## 1985 120 119.949 153
## 1986 175 173.105 237
## 1987 295 266.750 172
## 1988 169 166.389 180
## 1989 335 335.293 197
## 1990 331 330.487 306
## 1991 201 196.350 175
## 1992 168 166.661 154
## 1993 196 196.171 11
## 1994 133 129.072 80
## 1995 213 213.366 189
## 1996 271 269.964 140
## 1997 137 136.690 92
## 1998 253 251.829 6823
## 1999 503 365.158 386
## 2000 266 219.876 183
## 2001 121 120.640 97
## 2002 183 180.858 197
## 2003 645 644.445 389
## 2004 83 68.990 123
## 2005 658 645.494 352
## 2006 138 136.491 139
## 2007 293 293.028 212
## 2008 175 174.372 150
## 2009 384 383.787 384
## 2010 601 572.063 549
## 2011 270 269.354 418
## 2012 222 221.449 197
## 2013 272 268.884 169
## 2014 181 165.760 157
## 2015 234 233.898 172
## 2016 912 885.152 234
## 2017 210 188.390 139
## 2018 175 156.261 195
## 2019 112 111.956 163
## 2020 138 136.735 167
## 2021 388 387.809 383
## 2022 225 208.362 143
## 2023 383 184.518 142
## 2024 762 756.178 97
## 2025 251 235.798 115
## 2026 123 122.320 288
## 2027 128 123.760 122
## 2028 192 159.354 187
## 2029 538 143.710 187
## 2030 244 226.438 252
## 2031 229 217.249 155
## 2032 757 756.697 181
## 2033 29 28.573 159
## 2034 227 189.751 162
## 2035 312 311.724 260
## 2036 174 173.403 180
## 2037 225 224.641 114
## 2038 194 193.796 165
## 2039 123 123.216 144
## 2040 183 182.608 154
## 2041 180 180.527 159
## 2042 209 202.229 167
## 2043 74 74.414 134
## 2044 94 80.016 140
## 2045 168 148.939 174
## 2046 181 168.871 775
## 2047 228 227.011 209
## 2048 110 100.836 181
## 2049 135 134.561 164
## 2050 191 183.923 212
## 2051 123 114.875 202
## 2052 249 247.918 230
## 2053 218 216.647 87
## 2054 297 295.201 248
## 2055 168 167.909 222
## 2056 289 260.091 200
## 2057 93 92.746 116
## 2058 212 211.503 57
## 2059 168 166.740 92
## 2060 231 208.506 140
## 2061 394 393.612 211
## 2062 103 102.782 154
## 2063 111 110.417 180
## 2064 246 236.999 487
## 2065 294 293.419 286
## 2066 138 131.952 116
## 2068 113 112.935 128
## 2069 125 124.311 111
## 2070 205 203.891 155
## 2071 116 115.154 72
## 2072 188 159.319 145
## 2073 374 375.554 473
## 2074 119 118.554 138
## 2075 459 443.850 195
## 2076 92 90.167 112
## 2077 228 212.116 163
## 2078 218 216.092 159
## 2079 223 187.791 206
## 2080 277 275.937 562
## 2081 224 221.744 175
## 2082 190 178.870 74
## 2083 520 521.033 207
## 2084 633 258.945 215
## 2085 198 198.346 189
## 2086 118 117.212 64
## 2087 284 269.420 144339
## 2088 174 173.393 125
## 2089 206 194.491 128
## 2090 123 122.178 130
## 2091 156 155.445 238
## 2092 197 196.519 99
## 2093 127 125.629 96
## 2094 162 159.392 244
## 2095 124 111.096 160
## 2096 182 162.200 100
## 2097 146 139.689 168
## 2098 212 198.586 109
## 2099 143 126.782 126
## 2100 122 121.752 184
## 2101 325 323.200 123
## 2102 164 164.530 122
## 2103 306 304.963 234
## 2104 158 156.821 143
## 2105 312 290.462 149
## 2106 149 147.526 167
## 2107 196 195.314 238
## 2108 369 368.999 224
## 2109 161 160.634 209
## 2110 341 339.422 158
## 2111 324 315.739 266
## 2112 298 241.891 190
## 2113 183 180.206 176
## 2114 334 230.406 190
## 2115 248 247.185 198
## 2116 166 165.671 272
## 2117 211 201.714 303
## 2118 134 133.875 115
## 2119 170 149.713 124
## 2120 163 162.266 207
## 2121 223 216.670 187
## 2122 518 112.753 253
## 2123 200 183.519 130
## 2124 212 212.192 159
## 2125 175 174.628 265
## 2126 261 259.928 160
## 2127 282 281.862 161
## 2128 345 337.067 204
## 2129 272 271.604 236
## 2130 318 299.333 178
## 2131 280 278.959 156
## 2132 321 321.046 220
## 2133 183 154.640 192
## 2134 592 472.849 203
## 2135 255 254.765 268
## 2136 212 210.866 206
## 2138 213 212.784 232
## 2139 228 224.968 164
## 2140 306 305.113 195
## 2141 490 417.349 135
## 2142 221 200.511 164
## 2143 194 170.905 233
## 2145 129 117.571 83
## 2146 117 101.279 251
## 2147 218 203.435 348
## 2148 139 137.646 100
## 2149 309 297.476 178
## 2150 152 148.978 84
## 2151 534 533.925 134
## 2152 194 191.043 116
## 2153 153 152.893 69
## 2154 133 131.581 138
## 2155 129 128.240 119
## 2156 240 238.613 151
## 2157 354 352.873 259
## 2158 96 90.459 87
## 2159 483 481.251 224
## 2160 242 230.831 120
## 2161 285 274.725 300
## 2162 205 185.196 157
## 2163 313 311.491 150
## 2164 180 179.750 81
## 2165 344 270.309 452
## 2166 224 222.936 79
## 2167 333 332.621 165
## 2168 335 333.930 191
## 2169 175 167.154 128
## 2170 211 189.887 169
## 2171 195 194.351 96
## 2172 241 240.641 125
## 2173 188 178.252 148
## 2174 308 307.900 192
## 2175 256 255.278 201
## 2176 523 523.227 249
## 2177 255 255.523 252
## 2178 132 131.572 155
## 2179 398 389.410 261
## 2180 134 133.892 150
## 2181 329 322.407 236
## 2183 168 167.711 145
## 2184 265 258.828 147
## 2185 145 142.740 117
## 2186 129 99.286 129
## 2187 144 143.593 192
## 2188 137 136.309 170
## 2189 262 260.851 222
## 2190 180 171.081 180
## 2191 235 208.377 107
## 2192 290 273.580 160
## 2193 141 139.693 148
## 2194 312 310.792 243
## 2195 188 181.506 159
## 2196 188 187.821 257
## 2197 437 413.268 227
## 2198 238 237.056 154
## 2199 112 111.474 115
## 2200 339 338.577 273
## 2201 337 335.733 331
## 2202 178 125.442 113
## 2203 346 335.002 238
## 2204 257 250.953 111
## 2205 182 163.646 214
## 2206 281 272.847 224
## 2207 253 246.522 197
## 2208 224 222.814 167
## 2209 282 281.624 525
## 2210 335 288.703 467
## 2211 245 200.935 184
## 2212 194 191.619 236
## 2213 970 969.570 192
## 2214 203 179.958 132
## 2215 490 463.186 90
## 2216 1109419 143.648 12
## 2217 149 127.576 111
## 2218 169 164.490 191
## 2219 782 780.723 796
## 2220 133 131.954 169
## 2221 227 226.587 139
## 2222 133 132.207 129
## 2223 212 211.318 78
## 2224 247 225.699 171
## 2225 154 152.515 115
## 2226 117 117.288 72
## 2227 153 117.883 229
## 2228 195 194.343 214
## 2229 238 215.584 831
## 2230 110 109.382 124
## 2231 158 147.043 156
## 2232 162 148.661 128
## 2233 192 188.605 273
## 2234 113 111.927 117
## 2235 219 202.821 112
## 2236 242 230.413 247
## 2237 171 170.342 183
## 2238 701 680.600 499
## 2239 165 150.715 258
## 2240 189 186.564 380
## 2241 141 132.812 227
## 2242 226 223.569 177
## 2243 179 168.813 125
## 2244 215 209.112 138
## 2245 119 118.506 116
## 2246 294 264.013 164
## 2247 175 173.808 195
## 2248 123 121.839 119
## 2249 320 318.843 209
## 2250 107 106.372 224
## 2251 202 201.662 186
## 2252 351 247.593 197
## 2253 377 376.144 173
## 2254 272 266.840 191
## 2255 184 175.375 187
## 2256 205 203.224 194
## 2257 325 324.602 166
## 2258 151 144.732 204
## 2259 267 262.073 306
## 2260 213 178.321 159
## 2261 101 101.075 138
## 2262 186 149.701 185
## 2263 470 469.479 175
## 2264 110 110.134 166
## 2265 344 265.419 475
## 2266 279 278.358 384
## 2267 553 361.063 192
## 2268 228 226.676 156
## 2269 167 159.762 73
## 2270 203 202.362 95
## 2271 128 127.278 58
## 2272 98 97.207 202
## 2273 126 125.961 62
## 2274 117 117.187 177
## 2275 162 149.537 135
## 2276 214 213.159 76
## 2277 137 136.405 187
## 2278 123 120.393 234
## 2279 220 194.439 197
## 2280 221 216.052 154
## 2281 172 170.519 139
## 2282 525 196.292 174
## 2283 839 810.533 281
## 2284 123 122.360 149
## 2285 273 265.988 214
## 2286 234 230.569 165
## 2287 263 262.538 272
## 2288 478 464.534 394
## 2289 109 105.754 121
## 2290 338 320.366 211
## 2291 213 212.342 166
## 2292 124 124.185 126
## 2293 466 465.797 128
## 2294 117 113.899 141
## 2295 164 162.555 116
## 2296 203 142.042 142
## 2297 118 118.127 90
## 2298 159 158.856 139
## 2299 139 138.645 93
## 2300 236 229.236 314
## 2301 110 102.334 201
## 2302 236 230.471 230
## 2303 341 337.176 189
## 2304 168 167.853 123
## 2305 219 191.593 231
## 2306 98 89.519 120
## 2308 334 310.631 217878
## 2309 167 162.226 85
## 2310 168 166.664 132
## 2311 135 129.930 120
## 2312 134 128.720 105
## 2313 221 193.951 115
## 2314 218 208.401 131
## 2315 176 168.646 153
## 2316 222 215.161 158
## 2317 147 145.852 113
## 2318 242 241.213 195
## 2319 185 183.649 157
## 2320 237 210.964 128
## 2321 307 299.813 329
## 2322 250 144.175 138
## 2323 404 328.626 226
## 2324 170 169.889 147
## 2325 241 231.622 210
## 2326 128 126.550 133
## 2327 117 110.672 140
## 2328 210 208.952 265
## 2329 144 142.551 140
## 2330 280 260.176 130
## 2331 181 109.881 77
## 2332 80 76.606 178
## 2333 213 212.674 169
## 2334 159 158.785 150
## 2335 122 122.272 110
## 2336 206 204.835 170
## 2337 107 85.055 143
## 2338 295 287.021 237
## 2339 215 214.137 114
## 2340 333 329.987 239
## 2341 317 314.838 152
## 2342 164 152.883 205
## 2343 278 276.667 182
## 2344 151 149.965 146
## 2346 160 155.811 134
## 2347 94 92.902 84
## 2348 145 122.661 149
## 2349 132 131.142 91
## 2350 188 175.394 125
## 2351 259 258.812 223
## 2352 181 175.403 146
## 2353 98 93.525 196
## 2354 250 250.591 247
## 2355 198 197.418 166
## 2356 238 233.616 173
## 2357 509 506.889 273
## 2358 125 110.155 106
## 2359 296 245.688 220
## 2361 145 126.921 208
## 2362 176 175.125 153
## 2363 233 232.796 151
## 2364 154 146.834 119
## 2365 165 159.852 96
## 2366 190 189.128 101
## 2367 222 212.866 78
## 2368 167 165.360 154
## 2369 123 122.250 174
## 2370 183 166.340 215
## 2371 186 184.787 114
## 2372 475 474.902 477
## 2373 135 135.124 101
## 2374 178 176.375 101
## 2375 147 145.679 205
## 2376 215 214.635 206
## 2377 199 181.309 177
## 2378 210 209.119 158
## 2379 26584 173.364 26385
## 2380 150 149.790 149
## 2381 172 171.737 136
## 2382 209 202.739 113
## 2383 341 338.116 201
## 2384 403 402.170 376
## 2385 177 176.025 107
## 2386 199 197.022 110
## 2387 509 503.147 144
## 2388 210 191.811 99
## 2389 241 240.613 178
## 2390 126 120.837 132
## 2391 132 131.666 89
## 2392 149 146.318 65
## 2393 153 153.025 153
## 2394 231 187.912 149
## 2395 185 183.672 175
## 2396 231 222.417 214
## 2397 603 592.962 138
## 2398 148 140.571 134
## 2399 150 140.019 99
## 2400 119 116.881 83
## 2401 296 295.648 196
## 2402 306 295.314 200
## 2403 134 124.643 125
## 2404 117 114.017 111
## 2405 84 83.454 101
## 2406 137 125.582 183
## 2407 143 129.384 149
## 2408 140 139.341 157
## 2409 185 184.597 161
## 2410 182 178.501 150
## 2411 108 102.506 178
## 2412 208 207.925 149
## 2413 154 152.889 172
## 2414 81 81.242 125
## 2415 105 101.233 233
## 2416 165 163.010 194
## 2417 179 143.712 200
## 2418 157 157.124 141
## 2419 151 139.193 116
## 2420 135 121.066 122
## 2421 8261 8260.243 123
## 2422 151 151.315 82
## 2423 218 216.854 167
## 2424 105 105.022 141
## 2426 487 451.323 234
## 2427 141 141.226 123
## 2428 218 216.303 375
## 2429 479 471.230 775
## 2430 209 184.651 136
## 2431 297 295.672 560
## 2432 231 171.976 167
## 2433 225 224.455 289
## 2434 269 217.822 177
## 2435 134 134.125 123
## 2436 160 149.495 207
## 2437 195 193.889 241
## 2438 220 220.006 250
## 2439 287 279.161 101
## 2440 308 307.014 299
## 2441 235 235.159 274
## 2442 171 171.177 127
## 2443 141 136.923 116
## 2444 131 131.234 114
## 2445 234 224.909 317
## 2446 155 154.464 130
## 2447 215 213.331 109
## 2448 194 192.434 217
## 2449 155 154.361 113
## 2450 100 84.907 85
## 2451 260 240.179 306
## 2452 196 165.021 87
## 2453 471 464.798 102
## 2454 123 122.461 518
## 2455 388 143.952 146
## 2456 97 96.608 100
## 2457 356 340.641 147
## 2458 174 173.866 161
## 2459 299 288.307 209
## 2460 134 120.062 153
## 2461 142 141.062 143
## 2462 127 126.047 95
## 2463 118 116.994 113
## 2464 103 101.781 151
## 2465 251 250.265 140
## 2466 205 191.120 182
## 2467 134 133.268 116
## 2468 104 103.776 88
## 2469 154 153.537 121
## 2470 205 161.564 148
## 2471 651 637.701 99
## 2472 180 179.725 156
## 2473 127 127.158 122
## 2474 123 122.163 90
## 2475 165 164.511 172
## 2476 187 185.732 365
## 2477 189 188.096 178
## 2478 245 244.015 186
## 2479 619 557.416 336
## 2480 104 99.338 101
## 2481 107 105.389 110
## 2482 106 98.994 67
## 2483 238 236.274 297
## 2484 201 201.486 180
## 2485 182 166.620 91
## 2486 249 247.446 126
## 2487 191 183.213 242
## 2488 219 217.558 117
## 2489 159 153.544 105
## 2490 199 198.597 143
## 2491 149 148.733 219
## 2492 133 133.559 724
## 2493 162 155.745 129
## 2494 254 203.562 178
## 2495 242 210.384 163
## 2496 195 166.898 162
## 2497 267 266.204 204
## 2498 116 115.714 136
## 2499 148 114.934 147
## 2500 126 124.597 52
## 2501 339 314.848 382
## 2502 478 476.629 543
## 2503 155 154.155 185
## 2504 437 430.565 406
## 2505 171 170.592 143
## 2506 199 169.018 255
## 2507 237 219.624 160
## 2508 154 134.721 188
## 2509 566 549.723 188
## 2510 271 269.553 202
## 2511 106 105.210 144
## 2512 208 207.429 145
## 2513 104 100.568 106
## 2514 120 100.880 125
## 2515 138 137.795 109
## 2516 87 79.711 99
## 2517 177 172.264 113
## 2518 164 158.410 103
## 2519 232 211.446 158
## 2520 1081 1079.496 789
## 2521 191 190.143 101
## 2522 295 151.126 130
## 2524 415 404.645 115
## 2525 167 147.897 187
## 2526 332 309.315 197
## 2527 154 152.571 137
## 2528 391 390.818 79
## 2529 239 233.866 251
## 2530 115 113.626 145
## 2531 177 175.531 153
## 2532 228 227.751 90
## 2533 139 117.088 130
## 2534 116 115.559 108
## 2535 238 238.025 415
## 2536 262 259.887 120
## 2537 395 387.878 173
## 2538 171 170.943 105
## 2539 211 206.532 101
## 2540 151 150.068 77
## 2541 593 581.197 520
## 2542 207 206.089 194
## 2543 145 144.084 125
## 2544 121 120.791 150
## 2545 149 148.722 116
## 2546 132 131.669 195
## 2548 187 186.367 206
## 2549 125 101.536 198
## 2550 377 376.534 303
## 2551 172 171.810 123
## 2552 179 177.305 206
## 2553 156 145.841 164
## 2554 297 280.129 141
## 2555 169 168.826 125
## 2556 359 345.404 114
## 2557 119 117.472 135
## 2558 150 149.769 139
## 2559 97 91.509 85
## 2560 130 129.926 75
## 2561 103 98.791 116
## 2562 104 102.914 93
## 2563 351 192.978 134
## 2564 281 280.086 85
## 2565 131 127.435 151
## 2566 177 141.416 172
## 2567 186 184.740 297
## 2568 177 175.938 141
## 2569 171 160.117 168
## 2570 167 158.696 155
## 2571 187 180.400 572
## 2572 270 268.855 277
## 2573 122 122.349 148
## 2574 195 195.551 134
## 2575 276 275.342 279
## 2576 139 137.844 255
## 2577 137 119.269 100
## 2578 203 202.163 199
## 2579 595 594.387 60953
## 2580 319 308.370 269
## 2581 279 273.615 269
## 2582 287 115.048 171
## 2583 160 148.740 241
## 2584 263 263.171 144
## 2585 243 241.638 217
## 2586 126 123.331 130
## 2587 74981 158.126 163
## 2588 105 104.461 167
## 2589 146 145.635 266
## 2590 137 137.006 105
## 2591 185 184.261 188
## 2592 93 93.287 92
## 2593 189 188.385 200
## 2594 277 276.313 195
## 2595 154 152.153 107
## 2596 1160 1159.187 181
## 2597 120 119.771 166
## 2598 218 213.440 9
## 2599 150 149.607 182
## 2600 266 245.422 141
## 2601 202 200.672 117
## 2602 80 73.342 253
## 2603 102 100.285 147
## 2604 276 266.133 175
## 2605 214 179.680 109
## 2606 252 128.751 1093
## 2607 223 222.380 165
## 2608 196 182.296 248
## 2609 245 187.076 231
## 2610 201 179.707 116
## 2611 134 133.983 100
## 2612 132 115.891 167
## 2613 146 145.259 153
## 2614 82 72.147 110
## 2615 165 158.558 184
## 2616 176 176.298 135
## 2617 137 135.022 127
## 2618 237 233.376 200
## 2619 130 122.949 76
## 2620 57584 193.102 57387
## 2621 287 284.930 311
## 2622 125 122.492 206
## 2623 191 190.666 232
## 2624 264 247.804 268
## 2625 178 174.016 125
## 2626 268 267.044 154
## 2627 165 165.043 177
## 2628 139 137.004 165
## 2629 282 278.634 164
## 2630 298 274.685 201
## 2631 149 148.146 200
## 2632 144 142.522 181
## 2633 180 171.526 152
## 2634 155 153.663 111
## 2635 291 290.063 260
## 2636 197 196.502 185
## 2637 195 187.648 215
## 2638 209 208.581 149
## 2639 249 242.644 290
## 2640 534 515.006 484
## 2641 272 222.875 178
## 2642 379 344.760 209
## 2643 179 174.925 142
## 2644 221 217.393 223
## 2645 286 267.205 193
## 2646 172 172.042 165
## 2647 148 146.896 135
## 2648 221 210.478 197
## 2649 127 126.328 123
## 2651 197 192.528 182
## 2652 372 340.910 389
## 2653 182 180.554 98
## 2654 175 153.549 165
## 2655 190 181.630 132
## 2656 220 218.203 146
## 2657 130 128.366 97
## 2658 374 373.602 499
## 2659 172 171.009 202
## 2660 322 282.565 163
## 2661 189 180.589 148
## 2662 210 197.498 197
## 2663 184 173.853 134
## 2664 209 208.970 4320
## 2665 296 279.854 215
## 2666 609 547.575 199
## 2667 249 247.834 136
## 2668 473 471.489 280
## 2669 264 202.004 263
## 2670 289 277.802 250
## 2671 171 171.500 92
## 2672 1411 1405.705 109
## 2673 182 180.684 141
## 2674 194 187.500 182
## 2675 353 335.707 215
## 2676 202 202.055 193
## 2677 146 144.997 118
## 2678 126 111.936 187
## 2679 99 97.321 104
## 2680 242 230.935 153
## 2681 259 248.414 244
## 2682 145 144.409 102
## 2683 184 182.542 83
## 2684 213 212.613 163
## 2685 355 354.737 179
## 2686 268 248.149 208
## 2687 138 136.524 158
## 2688 305 305.001 324
## 2689 305 303.392 172
## 2690 202 183.470 128
## 2691 490 170.279 253
## 2692 176 175.260 167
## 2693 100 98.894 124
## 2694 91 90.928 87
## 2695 185 184.584 154
## 2696 125 107.101 157
## 2697 108 108.200 71
## 2698 266 241.549 251
## 2699 228 218.610 160
## 2700 211 210.127 197
## 2701 353 351.320 91
## 2702 228 228.133 185
## 2703 170 168.804 165
## 2704 135 123.425 188
## 2705 106 105.049 98
## 2706 194 193.439 55
## 2707 160 149.326 160
## 2708 393 375.881 271
## 2709 283 250.026 91
## 2710 150 136.471 174
## 2711 156 154.810 165
## 2712 155 154.391 128
## 2713 216 209.615 205
## 2714 240 238.592 163
## 2715 200 199.496 205
## 2716 166 138.150 143
## 2717 189 187.135 178
## 2718 175 174.116 139
## 2719 222 220.988 160
## 2720 116 115.341 148
## 2721 219 162.030 196
## 2722 215 214.442 107
## 2723 252 247.172 340
## 2724 115 114.570 78
## 2725 210 203.366 208
## 2726 144 143.254 139
## 2727 177 176.278 125
## 2728 279 277.542 82
## 2729 183 155.606 141
## 2730 210 171.207 137
## 2731 210 210.043 100
## 2732 248 248.099 203
## 2733 136 133.885 179
## 2734 132 125.677 126
## 2735 267 252.937 265
## 2736 182 179.986 159
## 2737 205 195.275 161
## 2738 143 141.403 72
## 2739 154 150.908 249
## 2740 168 157.865 295
## 2741 151 151.071 201
## 2742 177 176.035 186
## 2743 97 91.332 174
## 2744 280 279.096 375
## 2745 234 224.573 17
## 2746 257 255.806 180
## 2747 175 173.231 147
## 2748 170 168.883 150
## 2749 750 219.476 373
## 2750 151 149.069 469
## 2751 156 144.014 137
## 2753 131 118.332 83
## 2754 211 210.516 223
## 2755 209 173.328 185
## 2756 134 133.518 165
## 2757 152 151.592 110
## 2758 181 175.585 140
## 2759 178 173.453 150
## 2760 203 202.176 152
## 2761 205 204.149 225
## 2762 135 135.123 154
## 2763 143 124.498 112
## 2764 73 68.506 75
## 2765 241 239.656 229
## 2766 204 203.614 86
## 2767 181 180.793 130
## 2768 804 148.741 248
## 2769 298 274.175 149
## 2770 234 208.342 181
## 2771 300 293.566 304
## 2772 188 175.093 183
## 2773 218 210.928 90
## 2774 314 309.584 135
## 2775 585 572.546 340
## 2776 79 77.974 129
## 2777 180 169.778 162
## 2778 77 76.755 109
## 2779 181 179.040 162
## 2780 281 275.952 185
## 2781 206 204.562 141
## 2782 101 100.766 85
## 2783 147 143.775 82
## 2784 191 190.683 313991
## 2785 145 143.787 173
## 2786 286 286.051 490
## 2787 169 158.529 116
## 2788 121 119.666 139
## 2789 506 482.764 259
## 2790 273 272.218 178
## 2791 191 189.379 188
## 2792 1554 1553.732 520
## 2793 243 242.419 181
## 2794 160 159.666 147
## 2795 124 123.607 156
## 2796 254 239.844 268
## 2797 161 143.811 188
## 2798 189 180.657 138
## 2799 325 324.300 196
## 2800 89 88.116 96
## 2801 125 111.695 103
## 2802 128 127.141 122
## 2803 118 117.630 133
## 2804 126 118.703 259
## 2805 254 251.392 112
## 2806 140 139.197 106
## 2807 102 83.645 142
## 2808 285 280.746 140
## 2809 108 92.401 99
## 2810 225 223.288 139
## 2811 478 470.221 124
## 2812 159 151.310 286
## 2813 274 251.317 242
## 2814 150 122.985 141
## 2815 226 189.849 183
## 2816 320 310.716 231
## 2817 107 106.499 135
## 2818 144 143.404 173
## 2819 115 114.201 130
## 2820 487 481.105 101
## 2821 118 108.772 146
## 2822 561 286.539 207
## 2823 230 213.943 229
## 2824 200 196.506 223
## 2825 228 192.129 152
## 2826 176 175.647 183
## 2827 333 293.472 372
## 2828 264 246.460 311
## 2829 172 171.096 155
## 2830 181 176.563 208
## 2831 133 127.489 144
## 2832 124 121.553 123
## 2833 233 233.052 196
## 2834 218 217.042 211
## 2835 186 186.157 137
## 2836 168 163.709 181
## 2837 179 160.496 139
## 2838 206 194.118 140
## 2839 290 289.249 162
## 2840 218 200.179 254
## 2841 143 137.028 192
## 2842 157 156.711 112
## 2843 188 176.568 151
## 2844 187 186.440 157
## 2845 188 187.543 363
## 2846 95 94.868 116
## 2847 123 121.836 151
## 2848 243 228.696 224
## 2849 191 190.293 69
## 2850 872 871.551 313
## 2851 169 167.331 143
## 2852 707 675.303 248
## 2853 163 163.137 151
## 2854 149 148.511 123
## 2855 110 109.805 174
## 2856 370 370.694 350
## 2857 139 117.609 129
## 2858 235 234.947 155
## 2859 127 126.681 92
## 2860 366 364.774 359
## 2861 106 105.338 167
## 2862 208 207.136 100
## 2863 204 202.893 128
## 2864 491 489.219 470
## 2865 255 254.418 147
## 2866 159 155.763 170
## 2867 145 137.233 174
## 2868 242 242.021 136
## 2869 299 298.227 84
## 2870 216 178.534 240
## 2871 165 160.271 150
## 2872 626 168.621 368
## 2873 129 128.092 205
## 2874 137 136.088 153
## 2875 161 159.334 137
## 2876 203 203.042 105
## 2877 269 268.090 199
## 2878 125 119.273 125
## 2879 153 132.750 104
## 2880 143 128.202 151
## 2881 119 118.692 173
## 2882 286 284.225 236
## 2883 144 133.565 95
## 2884 158 120.589 148
## 2885 136 135.097 116
## 2886 272 271.788 198
## 2887 129 127.798 117
## 2888 192 185.805 172
## 2889 228 227.389 274
## 2890 100 93.499 115
## 2891 918 694.927 184
## 2892 153 152.595 145
## 2893 128 127.473 141
## 2894 147 146.162 162
## 2895 292 290.745 277
## 2896 237 230.030 226
## 2897 120 118.928 64
## 2898 115 114.906 127
## 2899 4430 352.227 2697
## 2900 160 146.493 150
## 2901 133 132.671 112
## 2902 88 83.070 71
## 2903 187 177.725 191
## 2904 307 223.765 288
## 2905 184 183.801 137
## 2906 377 376.827 255
## 2907 176 176.266 137
## 2908 146 145.602 164
## 2909 140 128.269 87
## 2910 290 240.282 176
## 2911 131 130.276 139
## 2912 96 92.361 183
## 2913 152 142.653 160
## 2914 174 144.387 211
## 2915 130 116.746 132
## 2916 214 213.417 295
## 2917 576 550.699 93
## 2918 189 187.908 198
## 2919 207 206.437 234
## 2920 149 147.986 102
## 2921 257 245.028 141
## 2922 192 165.992 129
## 2923 266 265.129 227
## 2924 256 255.077 235
## 2925 524 524.471 167
## 2926 216 215.667 117
## 2927 319 292.775 250
## 2928 164 163.301 142
## 2929 200 198.152 194
## 2930 202 177.166 85
## 2931 145 137.487 97
## 2932 132 132.374 189
## 2933 342 340.754 324
## 2934 332 331.740 242
## 2935 128 128.205 5171
## 2936 128 122.579 182
## 2937 276 275.373 188
## 2938 718 648.715 374
## 2939 208 207.064 182
## 2940 178 176.619 164
## 2941 211 207.272 164
## 2942 150 149.568 102
## 2943 419 376.571 376
## 2944 282 248.252 163
## 2945 176 174.546 164
## 2947 319 306.831 137
## 2948 390 389.251 108
## 2949 312 311.239 233
## 2950 137 128.610 182
## 2951 253 246.990 185
## 2952 84 83.251 120
## 2953 183 157.745 235
## 2954 185 185.110 77
## 2955 265 264.427 151
## 2956 133 131.513 103
## 2957 145 137.213 137
## 2958 175 173.605 245
## 2959 152 151.777 267
## 2960 105 104.229 169
## 2961 333 328.899 449
## 2962 125 113.439 155
## 2963 161 160.899 10514
## 2964 210 209.049 130
## 2965 553 541.207 288
## 2966 493 460.767 128
## 2967 348 347.297 294
## 2968 101 86.416 148
## 2969 168 167.032 206
## 2970 136 135.389 220
## 2971 207 202.102 177
## 2972 207 190.596 224
## 2973 107 103.537 89
## 2974 276 272.379 207
## 2975 204 202.686 205
## 2976 152 144.932 186
## 2977 223 207.818 225
## 2978 2246 123.737 98
## 2979 143 133.175 120
## 2980 216 214.597 174
## 2981 366 336.981 269
## 2982 201 189.550 472
## 2983 143 139.893 175
## 2984 496 494.808 630
## 2985 136 115.477 91
## 2986 301 123.027 107
## 2987 129 128.535 187
## 2988 127 126.760 114
## 2989 171 170.566 182
## 2990 174 173.021 182
## 2991 232 230.815 220
## 2992 164 161.494 172
## 2993 194 180.508 270
## 2994 419 417.756 374
## 2995 169 166.705 127
## 2996 295 294.511 240
## 2997 144 144.085 109
## 2998 1160 1152.642 226
## 2999 219 147.019 127
## 3000 137 132.592 210
## 3001 655 195.576 250
## 3002 179 178.172 171
## 3003 318 309.729 351
## 3004 283 279.777 160
## 3005 363 348.549 217
## 3006 119 118.679 186
## 3007 220 205.949 181
## 3008 68 62.505 104
## 3009 203 201.772 232
## 3010 273 272.294 214
## 3011 180 179.069 136
## 3012 147 146.317 167
## 3013 615 563.654 382
## 3014 293 249.648 86
## 3015 140 138.510 206
## 3016 151 132.719 70
## 3017 83 82.080 95
## 3018 165 158.648 110
## 3019 187 186.181 159
## 3020 184 183.192 159
## 3021 136 136.236 196
## 3022 192 191.211 193
## 3023 166 159.728 161
## 3024 140 127.291 184
## 3025 231 223.584 242
## 3026 111 101.536 79
## 3027 196 169.651 77
## 3028 155 130.941 112
## 3029 140 139.036 186
## 3030 168 140.627 120
## 3031 208 205.820 386
## 3032 114 109.013 178
## 3033 413 271.980 280
## 3034 271 269.962 332
## 3035 1774 1762.723 122
## 3036 222 220.686 88
## 3037 586 473.005 321
## 3038 153 150.780 88
## 3039 396 395.317 112
## 3040 271 265.925 144
## 3041 254 247.132 188
## 3042 2735 155.920 364
## 3043 204 198.314 177
## 3044 198 197.440 234
## 3045 440 439.278 33045
## 3046 240 238.305 115
## 3047 172 171.226 191
## 3048 147 146.261 157
## 3049 130 129.312 140
## 3050 6484 5342.625 173
## 3051 159 158.195 252887
## 3052 143 132.101 131
## 3053 166 165.110 125
## 3054 257 230.746 344
## 3055 425 134.719 23
## 3056 468 444.598 477
## 3057 129 127.827 80
## 3058 132 105.655 152
## 3059 261 260.389 158
## 3060 172 170.846 193
## 3061 208 176.516 208
## 3062 155 153.979 119
## 3063 809 807.988 297
## 3064 127 126.371 219
## 3065 292 274.705 387
## 3066 205 187.086 189
## 3067 359 346.341 285
## 3068 135 120.035 138
## 3069 198 191.662 85
## 3070 672 671.304 1393
## 3071 215 214.688 286
## 3072 213 211.655 192
## 3073 257 231.567 209
## 3074 286 240.570 193
## 3075 140 134.503 86
## 3076 626 625.023 103
## 3077 448 434.364 418
## 3078 210 203.978 199
## 3079 122 113.514 101
## 3080 133 132.640 152
## 3081 136 135.099 80
## 3082 110 105.584 129
## 3083 153 136.669 199
## 3084 287 237.508 151
## 3085 110 99.205 126
## 3086 143 142.068 154
## 3087 110 109.678 112
## 3088 180 164.906 75
## 3089 134 130.775 145
## 3090 124 123.123 121
## 3091 174 171.917 145
## 3092 281 278.565 235
## 3093 114 113.052 192
## 3094 298 296.808 179
## 3095 188 187.319 109
## 3096 266 265.848 277
## 3097 385 383.224 246
## 3098 251 207.052 174
## 3099 327 310.824 810
## 3100 182 180.932 144
## 3102 250 248.375 249
## 3103 128 128.030 194
## 3104 171 171.177 124
## 3105 192 191.265 195
## 3106 138 125.108 171
## 3107 219 218.495 303
## 3108 158 157.566 144
## 3109 80 79.303 83
## 3110 356 355.215 277
## 3111 565 564.443 244
## 3112 220 209.090 185
## 3113 255 191.354 547
## 3114 156 155.399 130
## 3115 315 314.675 139
## 3116 177 167.493 173
## 3117 221 220.159 203
## 3118 202 197.052 197
## 3119 88 76.805 150
## 3120 193 177.126 128
## 3121 158 149.539 184
## 3122 124 118.941 172
## 3123 126 124.891 107
## 3124 269 258.024 218
## 3125 535 529.556 877
## 3126 110 109.012 107
## 3127 263 262.437 12265
## 3128 115 115.247 122
## 3129 117 115.666 118
## 3130 104 94.596 161
## 3131 130 128.700 93
## 3132 115 104.389 129
## 3133 199 198.524 94
## 3134 280 278.278 37674
## 3135 178 177.850 86
## 3136 113 112.894 102
## 3137 75 75.054 142
## 3138 166 161.370 126
## 3139 154 153.340 163
## 3140 116 112.155 137
## 3141 386 376.285 675
## 3142 355 342.937 165
## 3143 122 120.192 115
## 3144 1771 1769.113 625
## 3145 198 197.036 128
## 3146 192 190.993 159
## 3147 104 102.264 145
## 3148 472 470.130 201
## 3149 107 106.423 62
## 3150 176 175.036 151
## 3151 137 131.863 175
## 3152 142 141.362 63
## 3153 211 210.287 138
## 3154 172 172.205 137
## 3155 216 215.743 227
## 3156 200 172.957 111
## 3157 806 803.687 478
## 3158 206 195.328 292
## 3159 1121 1108.322 25350
## 3160 198 196.025 327
## 3161 176 176.237 89
## 3162 205 108.479 222
## 3163 98 96.890 125
## 3164 136 135.265 118
## 3165 243 237.529 194
## 3166 368 340.322 131
## 3167 238 231.576 111
## 3168 199 180.118 147
## 3169 149 148.803 136
## 3170 258 257.496 103
## 3171 181 180.403 131
## 3172 211 196.292 113
## 3173 158 155.722 192
## 3174 151 151.563 84
## 3175 173 173.155 89
## 3176 183 176.474 120
## 3177 165 157.671 131
## 3178 102 85.669 67
## 3179 187 181.710 167
## 3180 244 242.946 355
## 3181 145 143.380 121
## 3182 234 208.297 159
## 3183 550 538.971 181
## 3184 152 151.687 145
## 3185 166 165.725 128
## 3186 169 110.963 93
## 3187 311 294.079 125
## 3188 139 135.208 134
## 3189 191 185.114 303
## 3190 119 117.941 84
## 3191 159 157.394 238
## 3192 283 282.600 134
## 3193 351 285.395 652
## 3194 229 212.893 155
## 3195 208 198.445 217
## 3196 212 211.432 154
## 3197 270 267.618 102
## 3198 373 372.228 342
## 3199 304 296.177 302
## 3200 116 114.986 137
## 3201 199 197.561 131
## 3202 220 219.138 7931
## 3203 137 135.405 131
## 3204 257 256.835 248
## 3206 234 233.737 375
## 3207 123 118.066 177
## 3208 130 122.487 104
## 3209 410 408.690 79
## 3210 207 206.406 181
## 3211 114 113.191 190
## 3212 247 224.643 98
## 3213 156 130.728 101
## 3214 189 182.697 176
## 3215 195 193.970 156
## 3216 333 303.294 131
## 3217 211 194.507 173
## 3218 167 162.974 134
## 3219 285 284.512 208
## 3220 108 108.045 135
## 3221 195 190.790 144
## 3222 234 225.399 112
## 3223 118 117.683 202
## 3224 418 412.152 436
## 3225 180 151.892 173
## 3226 134 122.729 267
## 3227 153 152.042 3309
## 3228 255 245.253 232
## 3229 248 245.097 287
## 3230 21 19.244 153
## 3231 547 527.268 548
## 3232 152 137.286 158
## 3233 159 148.900 119
## 3234 357 356.718 132
## 3235 984 982.684 136
## 3237 177 176.832 123
## 3238 644 629.826 137
## 3239 92 84.477 111
## 3240 130 128.993 137
## 3241 305 237.754 157
## 3242 276 246.362 251
## 3243 120 119.394 169
## 3244 111 110.034 117
## 3245 130 125.289 141
## 3246 140 134.046 56
## 3247 86 84.910 115
## 3248 144 134.455 189
## 3249 252 202.174 170
## 3250 164 162.686 190
## 3251 329 327.821 149
## 3252 171 169.981 125
## 3253 443 356.009 345
## 3254 129 106.798 209
## 3255 133 128.123 94
## 3256 248 245.005 139
## 3257 149 147.626 187
## 3258 181 180.365 196
## 3259 787 739.326 624
## 3260 295 259.647 196
## 3261 269 268.236 172
## 3262 223 215.761 176
## 3263 209 200.954 197
## 3264 181 180.882 185
## 3265 130 128.904 161
## 3266 291 291.116 207
## 3267 209 207.505 85
## 3268 229 218.520 324
## 3269 198 185.913 357
## 3270 151 148.006 159
## 3271 175 142.851 147
## 3272 278 252.466 218
## 3273 67 65.956 162
## 3274 254 155.326 221
## 3275 145 141.348 163
## 3276 126 125.468 173
## 3277 290 259.562 223
## 3278 377 345.336 268
## 3279 112 106.953 119
## 3280 84 82.668 156
## 3281 425 423.740 167
## 3282 324 323.717 260
## 3283 157 157.594 238
## 3284 137 135.658 81
## 3285 191 149.233 211
## 3286 608 221.068 373
## 3287 214 208.650 135
## 3288 564 210.951 337
## 3289 137 135.910 145
## 3290 3002 2794.646 811
## 3291 131 126.105 145
## 3292 153 151.570 102
## 3293 178 172.936 127
## 3294 116 115.247 93
## 3295 234 198.449 183
## 3296 162 160.132 76
## 3297 189 187.607 146
## 3298 199 199.259 96
## 3299 84 83.116 112
## 3300 164 163.331 147
## 3301 369 361.018 132
## 3302 210 209.464 250
## 3303 174 173.448 81476
## 3304 91 89.891 164
## 3305 180 178.419 147
## 3306 557 215.762 257
## 3307 159 151.683 133
## 3308 175 174.553 222
## 3309 104 103.825 102
## 3310 112 111.957 130
## 3311 1373 129.796 167
## 3312 215 142.081 105
## 3313 111 109.544 145
## 3314 267 242.767 256
## 3315 357 356.199 392
## 3316 180 179.592 211
## 3317 163 162.761 458
## 3318 273 272.488 161
## 3319 407 295.849 306
## 3320 204 204.219 181
## 3321 133 97.287 119
## 3322 181 180.738 121
## 3323 218 217.305 407
## 3324 118 117.805 173
## 3325 256 244.861 566
## 3326 305 304.406 98
## 3327 144 143.642 164
## 3328 154 135.895 150
## 3329 233 231.623 207
## 3330 160 143.494 129
## 3331 112 107.147 137
## 3332 155 154.748 166
## 3333 136 135.398 137
## 3334 142 118.893 117
## 3335 52 51.804 156
## 3336 114 114.152 121
## 3337 475 120.968 351
## 3338 227 181.716 206
## 3339 653 594.904 377
## 3340 123 120.962 170
## 3341 91 89.832 144
## 3342 289 287.914 320
## 3343 294 280.385 222
## 3344 536 450.206 146
## 3345 480 479.356 230
## 3346 157 133.218 235
## 3347 136 135.039 157
## 3348 230 230.112 184
## 3349 191 167.705 192
## 3350 134 121.657 109
## 3351 185 179.766 84
## 3352 166 153.423 154
## 3353 156 155.808 80
## 3354 88 86.608 97
## 3355 285 242.861 182
## 3356 222 210.917 410
## 3357 318 317.059 169
## 3358 223 222.318 110
## 3359 376 346.982 360
## 3360 404 384.098 187
## 3361 174 166.018 158
## 3362 300 298.134 176
## 3363 143 141.180 98
## 3364 90 89.763 100
## 3365 199 198.451 167
## 3366 144 140.906 186
## 3367 164 158.535 172
## 3368 272 226.181 201
## 3369 181 179.863 150
## 3370 184 168.283 190
## 3371 116 114.824 216
## 3372 144 142.419 85
## 3373 199 194.500 201
## 3374 154 141.536 8
## 3375 264 242.226 215
## 3376 250 245.689 312
## 3377 213 197.375 312
## 3378 199 160.795 128
## 3379 196 195.584 167
## 3380 126 125.659 122
## 3381 270 269.311 254
## 3382 119 117.496 96
## 3383 330 310.425 406
## 3384 124 123.617 74
## 3385 1405 176.150 7
## 3386 106 105.105 92
## 3387 314 311.998 388
## 3388 145 143.403 176
## 3389 103 102.019 186
## 3390 142 141.282 346
## 3391 143 141.858 98
## 3392 109 75.755 144
## 3393 70545 153.824 156
## 3395 112 108.105 103
## 3396 109 108.334 169
## 3397 168 154.328 143
## 3398 132 131.764 113
## 3399 152 151.649 133
## 3400 1118 1118.183 171
## 3401 110 105.824 281
## 3402 236 236.300 103
## 3403 208 206.956 110
## 3404 242 241.314 335
## 3405 212 206.795 239
## 3406 3639 3617.899 200
## 3407 276 276.080 210
## 3408 254 253.497 106
## 3409 138 136.917 114
## 3410 204 198.389 119
## 3411 227 226.587 96
## 3412 165 160.517 126
## 3413 96 94.952 156
## 3414 156 154.685 143
## 3415 280 277.233 268
## 3416 313 312.741 142
## 3417 138 121.726 75
## 3418 217 197.522 278
## 3419 169 168.115 477
## 3420 328 327.350 182
## 3421 172 171.762 198
## 3422 150 149.958 166
## 3423 85 84.177 116
## 3424 126 115.876 111
## 3425 271 96.017 131
## 3426 201 199.585 174
## 3427 154 147.873 183
## 3428 146 145.527 151
## 3429 111 110.226 127
## 3430 210 205.416 229
## 3431 239 238.124 137
## 3432 421 419.462 199
## 3433 228 226.864 306
## 3434 457 450.715 157
## 3435 410 391.188 246
## 3436 291 290.411 191
## 3437 237 232.268 339
## 3438 145 142.748 123
## 3439 252 230.542 179
## 3440 79 70.775 88
## 3441 123 121.372 154
## 3442 193 175.395 149
## 3443 169 167.979 151
## 3444 327 323.312 224
## 3445 121 115.749 179
## 3446 182 178.181 330
## 3447 183 174.444 348
## 3448 178 177.207 194
## 3449 231 230.439 151
## 3450 195 195.004 363
## 3451 191 166.989 354
## 3452 138 131.453 177
## 3453 760 755.133 533
## 3454 91 85.869 206
## 3455 288 286.355 146
## 3456 1134 1075.819 762
## 3457 137 136.668 80
## 3458 208 205.902 181
## 3459 173 139.814 124
## 3460 1328 1281.499 355
## 3461 906 199.770 696
## 3462 311 310.923 162
## 3463 180 179.714 174
## 3464 162 147.048 145
## 3465 399 393.428 132
## 3466 1189 1183.503 110
## 3467 363 354.403 286
## 3468 185 175.058 166
## 3469 147 139.681 219
## 3470 346 322.198 296
## 3471 113 105.709 228
## 3472 264 180.718 189
## 3473 454 434.095 349
## 3474 168 167.494 89
## 3475 186 173.602 199
## 3476 211 210.317 112
## 3477 186 184.619 154
## 3478 481 471.788 188
## 3479 712 711.748 126
## 3480 366 364.673 314
## 3481 378 376.610 478
## 3482 144 142.559 141
## 3483 171 140.046 194
## 3484 162 158.397 147
## 3485 348 333.159 108
## 3486 236 230.673 207
## 3487 6863 208.790 236
## 3488 377 106.447 114
## 3489 171 170.607 191
## 3490 119 118.080 175
## 3491 148 142.223 184
## 3492 249 245.933 307
## 3493 190 188.451 162
## 3494 101 100.350 136
## 3495 345 343.985 292
## 3496 173 164.838 164
## 3497 368 365.947 162
## 3498 102 102.046 110
## 3499 218 217.183 259
## 3500 242 240.470 367
## 3501 188 185.267 72
## 3502 148 146.819 175
## 3503 200 196.133 135
## 3504 347 339.918 167
## 3505 313 308.578 184
## 3506 211 211.415 112
## 3507 76 74.879 232
## 3508 321 320.810 198
## 3509 918 127.981 246
## 3510 241 242.873 241
## 3511 167 166.269 179
## 3512 244 196.137 280
## 3513 143 141.775 121
## 3514 139 126.545 102
## 3515 144 144.050 165
## 3516 113 112.260 200
## 3517 79 79.097 158
## 3518 113 108.781 128
## 3519 158 157.406 304
## 3520 162 152.090 96
## 3521 174 155.328 87
## 3522 149 149.056 349
## 3523 409 407.276 360
## 3524 177 164.721 222
## 3525 455 431.681 419
## 3526 139 132.021 237
## 3527 202 202.229 160
## 3528 187 150.936 89
## 3529 108 107.626 109
## 3530 1757 1738.640 236
## 3531 189 182.565 214
## 3532 381 379.455 408
## 3533 306 304.156 175
## 3534 289 288.673 160
## 3535 170 169.770 190
## 3536 203 191.357 188
## 3537 192 172.630 225
## 3538 235 192.897 295
## 3539 119 118.816 77
## 3540 332 326.314 172
## 3541 134 133.354 135
## 3542 187 175.773 119
## 3543 182 180.150 174
## 3544 163 145.176 70
## 3545 187 185.723 156
## 3546 292 238.664 231
## 3547 275 262.274 182
## 3548 198 189.818 322
## 3549 209 209.267 251
## 3550 188 169.779 130
## 3551 176 175.354 204
## 3552 170 165.192 157
## 3553 160 159.351 167
## 3554 183 174.123 168
## 3555 295 285.253 262
## 3556 367 361.561 322
## 3557 296 295.010 11
## 3558 231 218.375 157
## 3559 263 249.670 167
## 3560 180 178.624 205
## 3561 169 166.516 177
## 3562 885 884.553 544
## 3563 174 168.316 252
## 3564 139 138.024 150
## 3565 215 213.943 227
## 3566 77 76.083 243
## 3567 212 118.044 105
## 3568 148 146.679 140
## 3569 146 139.302 158
## 3570 192 171.742 135
## 3571 194 160.655 182
## 3572 335 312.190 472
## 3573 166 153.266 137
## 3574 167 149.589 148
## 3575 301 299.641 253
## 3576 278 276.586 182
## 3577 142 140.560 114
## 3578 310 289.647 217
## 3579 216 215.726 162
## 3580 234 216.465 171
## 3581 336 329.829 81
## 3582 160 159.404 78
## 3583 164 164.107 137
## 3584 210 209.435 146
## 3585 634 633.134 208
## 3586 912 631.305 171
## 3587 240 239.717 228
## 3588 177 177.038 98
## 3589 115 109.325 146
## 3590 218 217.744 119
## 3591 153 151.386 178
## 3592 159 157.945 100
## 3594 181 172.495 105
## 3595 171 165.644 152
## 3596 147 140.799 127
## 3597 261 259.548 326
## 3598 157 156.617 110
## 3599 184 183.102 157
## 3600 339 282.519 214
## 3601 304 303.480 171
## 3602 213 212.353 154
## 3603 119 118.817 96
## 3604 217 194.106 152
## 3605 243 242.565 318
## 3606 140 138.590 110
## 3607 169 160.151 114
## 3608 323 307.683 441
## 3609 267 164.991 202
## 3610 321 318.655 159
## 3611 151 150.470 102
## 3612 104 102.832 81
## 3613 254 247.217 222
## 3614 150 149.266 110
## 3615 153 132.941 150
## 3616 145 140.884 153
## 3617 199 197.560 187
## 3618 171 170.541 168
## 3619 312 311.702 273
## 3620 239 238.779 194
## 3621 235 229.247 199
## 3622 136 134.723 73
## 3623 189 181.717 101
## 3624 7730 7729.054 162
## 3625 129 119.654 131
## 3626 169 167.930 192
## 3627 112 109.796 141
## 3628 120 118.872 148
## 3629 170 153.423 91
## 3630 396 395.108 114
## 3631 348 347.791 340
## 3632 171 170.506 178
## 3633 108 108.223 204
## 3634 165 157.392 178
## 3635 243 205.786 253
## 3636 99 97.713 197
## 3637 249 233.894 223
## 3638 2928 2926.335 466
## 3639 302 300.261 175
## 3640 138 131.849 187
## 3641 8832560 392.047 359
## 3642 243 235.540 306
## 3643 341 255.738 245
## 3644 184 181.858 180
## 3645 157 156.626 115
## 3646 152 149.657 173
## 3647 286 224.353 150
## 3648 158 138.698 88
## 3649 316 304.385 233
## 3650 137 136.593 212
## 3651 230 227.976 198
## 3652 448 444.607 218
## 3653 176 174.992 174
## 3654 409 404.527 171
## 3655 142 141.633 216
## 3657 132 122.256 86
## 3658 953 268.445 663
## 3659 246 243.615 152
## 3660 200 197.477 182
## 3661 159 157.825 219
## 3662 258 257.194 243
## 3663 114 112.526 155
## 3664 155 148.975 147
## 3665 184 171.243 261
## 3666 364 111.252 258
## 3667 119 118.249 182
## 3668 143 98.388 142
## 3669 206 205.105 176
## 3670 127 125.662 173
## 3671 331 329.030 297
## 3672 160 156.791 123
## 3673 138 137.444 6
## 3674 210 203.663 225
## 3675 134 85.626 170
## 3676 196 191.620 176
## 3677 253 252.311 268
## 3678 137 134.384 160
## 3679 232 230.751 189
## 3680 183 182.889 191
## 3681 560 546.545 355
## 3682 280 267.059 173
## 3683 212 210.888 160
## 3684 135 132.184 151
## 3685 49911 249.704 48157
## 3686 330 310.896 488
## 3687 89 84.535 80
## 3688 1412 1405.016 494
## 3689 171 165.256 167
## 3690 243 241.419 123
## 3691 213 205.236 201
## 3692 161 156.843 212
## 3693 545 531.370 266
## 3694 257 250.868 332
## 3695 147 146.366 111
## 3696 231 198.033 172
## 3697 255 253.290 175
## 3698 230 223.371 8900
## 3699 163 161.409 148
## 3700 135 134.189 128
## 3701 200 195.234 149
## 3702 178 176.683 164
## 3703 5716 5713.913 285
## 3704 102 101.598 122
## 3705 248 247.384 129
## 3706 266 262.602 219
## 3707 198 195.414 271
## 3708 259 257.188 506
## 3709 140 138.238 122
## 3710 246 244.005 330
## 3711 210 207.888 180
## 3712 178 176.817 148
## 3713 140 138.575 403
## 3714 207 203.502 269
## 3715 160 158.329 172
## 3716 159 158.386 123
## 3717 176 174.307 216
## 3718 172 157.188 160
## 3719 319 292.622 226
## 3720 297 280.501 197
## 3721 175 173.902 154
## 3722 147 146.699 132
## 3723 237 220.439 261
## 3724 152 135.292 178
## 3725 147 146.036 123
## 3726 475 462.627 293
## 3727 239 232.746 109
## 3728 217 215.175 185
## 3729 309 306.561 237
## 3730 189 187.465 114
## 3731 248 246.622 202
## 3732 287 256.200 183
## 3733 670 643.540 281
## 3734 124 122.316 147
## 3735 210 205.293 186
## 3736 241 237.706 222
## 3737 156 155.147 169
## 3738 191 189.228 192
## 3739 158 156.579 96
## 3740 200 180.272 153
## 3741 312 305.512 286
## 3742 101 89.678 12068
## 3743 926 924.663 177
## 3744 212 206.559 374
## 3745 176 175.446 167
## 3746 488 474.977 224
## 3747 276 260.341 357
## 3748 170 159.436 192
## 3749 603 601.046 907
## 3750 281 273.245 186
## 3751 2046 191.699 230
## 3752 145 142.249 181
## 3753 999 939.454 458
## 3754 204 170.214 246
## 3755 164 162.786 140
## 3756 142 139.349 154
## 3757 165 150.532 176
## 3758 466 459.800 186
## 3759 189 157.661 183
## 3760 129 127.916 99
## 3761 908 904.035 200
## 3762 1558 1555.459 214
## 3763 309 307.075 248
## 3764 198 197.140 197
## 3765 145 143.432 137
## 3766 161 159.913 166
## 3767 180 179.062 139
## 3768 176 175.313 118
## 3769 250 247.886 242
## 3770 151 115.081 144
## 3771 172 169.605 140
## 3772 181 136.187 199
## 3773 957 230.783 255
## 3774 150 147.519 258
## 3775 406 404.287 135
## 3776 261 256.638 253
## 3777 191 189.301 222
## 3778 158 157.281 170
## 3779 167 149.992 126
## 3780 361 359.143 556
## 3781 208 206.954 159
## 3782 196 194.228 173
## 3783 257 248.933 212
## 3784 165 163.373 152
## 3785 123 122.164 144
## 3786 205 202.833 328
## 3787 161 159.302 136
## 3788 232 230.381 188
## 3789 163 160.560 205
## 3790 137 135.639 165
## 3791 176 172.902 179
## 3792 198 188.330 753
## 3793 144 142.619 146
## 3794 148 145.880 160
## 3795 312 309.615 218
## 3796 282 257.340 135
## 3797 417 176.911 175
## 3798 122 111.515 173
## 3799 245 210.083 220
## 3800 184 173.489 232
## 3801 161 159.244 174
## 3802 283 263.751 201
## 3803 338 235.860 163
## 3804 279 221.209 256
## 3805 168 164.534 168
## 3806 181 177.405 169
## 3807 210 202.356 168
## 3808 229 213.700 246
## 3809 184 180.580 200
## 3810 276 273.114 228
## 3811 221 199.256 244
## 3812 163 160.781 191
## 3813 296 256.662 288
## 3814 143 141.940 121
## 3815 332 251.078 502
## 3816 214 201.894 155
## 3817 237 229.033 246
## 3818 211 209.753 295
## 3819 388 381.335 334
## 3820 1950 1948.835 118
## 3821 231 191.028 262
## 3822 614 612.849 435
## 3823 857 855.357 415
## 3824 164 160.208 210
## 3825 246 223.301 242
## 3826 201 199.286 153
## 3827 171 168.680 289
## 3828 199 196.946 195
## 3829 246 239.717 271
## 3830 335 330.399 392
## 3831 251 241.986 217
## 3832 250 227.176 257
## 3833 527 513.467 148
## 3834 190 163.474 118
## 3835 244 243.295 142
## 3836 513 510.906 384
## 3837 253 173.844 691
## 3838 275 272.086 188
## 3839 188 187.530 143
## 3840 263 253.915 286
## 3841 175 174.047 167
## 3842 177 166.967 157
## 3843 192 182.972 166
## 3844 227 220.744 229
## 3845 226 198.425 214
## 3846 104 103.299 120
## 3847 504 502.137 338
## 3848 123 120.221 158
## 3849 3135 3133.140 240
## 3851 79540 243.262 155
## 3852 136 133.849 105
## 3853 250 234.247 9
## 3854 220 207.704 164
## 3855 232 222.479 228
## 3856 198 181.570 218
## 3857 559 535.563 283
## 3858 294 282.348 184
## 3859 207 205.714 262
## 3860 177 175.195 140
## 3861 174 172.994 149
## 3862 99 98.342 159
## 3863 229 227.386 254
## 3864 1380 1236.021 784
## 3865 186 166.619 209
## 3866 161 159.332 175
## 3867 1187 1167.196 420
## 3868 375 334.992 338
## 3869 178 162.633 148
## 3870 165 163.844 161
## 3871 154 151.056 138
## 3872 230 229.401 350
## 3873 208 200.146 186
## 3874 215 197.072 199
## 3875 160 155.321 160
## 3876 227 226.144 197
## 3877 120 118.675 121
## 3878 223 224.169 207
## 3879 211 209.208 182
## 3880 237 229.357 231
## 3881 204 202.739 220
## 3882 246 242.184 313
## 3883 248 244.748 330
## 3884 146 136.545 112
## 3885 199 181.623 149
## 3886 311 309.824 219
## 3887 164 156.085 181
## 3888 130 128.179 201
## 3889 267 264.225 227
## 3890 266 265.131 233
## 3891 317 314.673 218
## 3892 244 238.941 316
## 3893 163 161.835 163
## 3894 273 271.201 272
## 3895 179 177.855 145
## 3896 126 125.040 183
## 3897 129 127.663 178
## 3898 149 123.626 232
## 3899 244 243.179 177
## 3900 145 139.459 184
## 3901 429 427.954 297
## 3902 171 169.632 157
## 3903 166 164.292 181
## 3904 445 433.099 209
## 3905 223 213.454 292
## 3906 555 553.709 549
## 3907 257 229.055 177
## 3908 236 234.677 196
## 3909 197 195.260 144
## 3910 251 239.875 278
## 3911 280 269.234 128
## 3912 254 251.175 185
## 3913 302 299.996 309
## 3914 387 130.162 161
## 3915 212 200.655 182
## 3916 209 184.626 140
## 3917 510 502.094 252
## 3918 200 198.743 167
## 3919 255 250.915 202
## 3920 681 125.404 171
## 3921 177 148.438 257
## 3922 197 172.229 180
## 3923 924 846.870 257
## 3924 264 263.867 248
## 3925 223 220.529 1205
## 3926 139 138.116 153
## 3927 143 140.684 172
## 3928 157 134.050 214
## 3929 342 317.641 220
## 3930 737 712.535 271
## 3931 221 218.738 204
## 3932 236 229.081 298
## 3933 226 206.356 237
## 3934 225 202.592 179
## 3935 171 169.640 179
## 3936 267 256.904 312
## 3937 115 113.312 176
## 3938 7071 389.994 202
## 3939 414 412.450 147
## 3940 372 369.766 380
## 3941 176 116.827 145
## 3942 150 127.682 288
## 3943 389 380.543 480
## 3944 196 182.852 237
## 3945 383 188.034 179
## 3946 180 178.563 157
## 3947 441 375.101 210
## 3948 208 197.597 175
## 3949 461 459.590 601
## 3950 175 173.028 777
## 3951 317 314.578 212
## 3952 215 207.716 466
## 3953 187 184.939 178
## 3954 197 195.084 166
## 3955 342 267.363 357
## 3956 174 172.868 151
## 3957 257 237.019 166
## 3958 167 163.940 176
## 3959 247 245.403 142
## 3960 233 228.941 266
## 3961 326 289.159 382
## 3962 199 198.146 105
## 3963 305 303.990 312
## 3964 361 357.613 169
## 3965 170 145.425 229
## 3966 185 189.523 177
## 3967 256 213.990 179
## 3968 169 166.314 117
## 3969 207 206.241 189
## 3970 108 106.561 123
## 3971 383 254.919 388
## 3972 221 164.250 233
## 3973 184 182.153 224
## 3974 15830 355.639 25767
## 3975 154 152.377 206
## 3976 156 155.229 148
## 3977 151 149.974 123
## 3978 246 240.208 217
## 3979 1185 1122.786 1046
## 3980 316 262.737 208
## 3981 336 307.936 137
## 3982 397 384.232 211
## 3983 215 206.491 250
## 3984 165 164.300 112
## 3985 137 136.142 134
## 3986 258 256.037 193
## 3987 1954 1248.732 500
## 3988 230 228.217 215
## 3989 370 368.445 272
## 3990 288 286.662 244
## 3991 197 182.712 260
## 3992 250 236.208 222
## 3993 265 263.422 154
## 3994 437 435.892 248
## 3995 223 221.297 227
## 3996 161 160.126 290
## 3997 133 128.370 165
## 3998 185 183.935 203
## 3999 248 246.056 253
## 4000 227 225.310 160
## 4001 176 175.018 251
## 4002 178 159.342 235
## 4003 378 132.743 214
## 4004 299 283.329 243
## 4005 287 261.137 268
## 4006 284 267.886 357
## 4007 207 203.934 181
## 4008 200 199.107 150
## 4009 311 285.143 218
## 4010 260 259.122 184
## 4011 196 193.141 185
## 4012 181 178.062 177
## 4013 321 319.850 374
## 4014 177 173.754 147
## 4015 136 133.780 173
## 4016 782 772.299 270
## 4017 195 182.937 161
## 4018 160 144.676 260
## 4019 268 233.084 168
## 4020 226 194.001 229
## 4021 234 233.015 180
## 4022 171 166.404 381
## 4023 128 126.549 256
## 4024 163 147.985 442
## 4025 140 110.405 123
## 4026 1213 1210.906 737
## 4027 409 318.882 329
## 4028 74 70.872 164
## 4029 319 309.780 180
## 4030 270 269.150 220
## 4031 331 328.806 274
## 4032 319 317.463 140
## 4033 202 200.423 575
## 4034 290 288.518 235
## 4035 129 118.460 120
## 4036 181 176.062 222
## 4037 159 151.858 128
## 4038 229 223.623 319
## 4039 239 213.039 182
## 4040 544 544.736 327
## 4041 385 364.488 256
## 4042 209 208.256 192
## 4043 350 347.997 305
## 4044 212 211.355 244
## 4045 425 423.143 271
## 4046 219 209.507 171
## 4047 303 282.455 190
## 4048 250 157.379 330
## 4049 245 237.691 251
## 4050 245 193.238 251
## 4051 174 172.032 157
## 4052 218 216.410 209
## 4053 238 221.024 273
## 4054 170 168.755 142
## 4055 186 184.740 140
## 4056 767 760.616 238
## 4057 368 364.763 230
## 4058 177 172.280 185
## 4059 132 126.224 205
## 4060 514 453.402 331
## 4061 188 177.940 178
## 4062 376 374.613 138
## 4063 278 275.123 235
## 4064 196 193.905 151
## 4065 173 171.329 200
## 4066 182 180.810 194
## 4067 204 203.376 142
## 4068 547 542.652 224
## 4069 807 805.431 159
## 4070 219 205.653 352
## 4071 227 210.392 3737
## 4072 184 183.422 231
## 4073 221 219.500 213
## 4074 279 253.659 269
## 4075 181 171.615 156
## 4076 234 232.451 213
## 4077 524 447.418 258
## 4078 201 199.244 134
## 4079 273 272.070 235
## 4080 254 252.845 167
## 4081 107 100.855 100
## 4082 131 125.982 122
## 4083 188 184.457 426
## 4084 154 152.889 159
## 4085 223 217.852 181
## 4086 447 444.922 236
## 4087 386 313.594 8954
## 4088 238 217.039 352
## 4089 190 188.783 152
## 4090 330 295.832 218
## 4091 179 175.296 269
## 4092 209 190.363 152
## 4093 270 239.518 193
## 4094 142 139.350 386
## 4095 260 258.463 206
## 4096 146 116.703 148
## 4097 161 160.419 104
## 4098 253 251.086 351
## 4099 125 123.804 129
## 4100 201 200.117 180
## 4101 622 613.190 518
## 4102 145 144.128 149
## 4103 247 246.129 370
## 4104 281 278.539 153
## 4105 322 314.086 165
## 4106 222 203.675 191
## 4107 175 163.640 149
## 4108 240 233.877 200
## 4109 159 157.772 160
## 4110 892 880.269 641
## 4111 179 175.772 173
## 4112 215 212.773 20211
## 4113 2246 540.941 171
## 4114 243 236.459 147
## 4115 1191 304.621 329
## 4116 174 167.563 222
## 4117 280 277.601 215
## 4118 186 185.499 260
## 4119 150 149.106 208
## 4120 139 137.596 126
## 4121 245 235.297 219
## 4122 167 159.507 161
## 4123 377 278.632 361
## 4124 164 162.771 269
## 4125 202 200.957 172
## 4126 217 215.782 282
## 4127 1459 1431.594 370
## 4128 346 299.419 187
## 4129 171 156.506 174
## 4130 280 251.132 292
## 4131 196 195.148 159
## 4132 167 164.256 162
## 4133 209 169.421 245
## 4134 149 137.259 114
## 4135 133 132.045 115
## 4136 239 236.756 615
## 4137 226 215.913 207
## 4138 1059 1009.478 281
## 4139 319 308.852 238
## 4140 1034 886.691 378
## 4141 376 371.638 340
## 4142 519 487.549 176
## 4143 15767 379.939 286
## 4144 224 222.832 187
## 4145 341 301.348 483
## 4146 157 152.664 251
## 4147 319 310.515 1184
## 4148 259 248.692 200
## 4149 215 214.009 187
## 4150 303 301.501 223
## 4151 185 183.840 234
## 4152 269 268.056 474
## 4153 215 214.051 160
## 4154 301 298.499 214
## 4155 234 232.924 200
## 4156 183 181.017 482
## 4157 287 246.962 153
## 4158 160 157.493 147
## 4159 446 383.378 505
## 4160 144 134.358 158
## 4161 329 325.080 290
## 4162 433 416.941 256
## 4163 273 257.911 195
## 4164 468 208.282 201
## 4165 266 214.623 226
## 4166 137 135.905 160
## 4167 188 179.591 195
## 4168 293 291.912 217
## 4169 941 157.682 176
## 4170 266 260.917 219
## 4171 65357 312.818 373
## 4172 246 243.970 199
## 4173 113704 283.443 140
## 4174 242 236.374 193
## 4175 222 217.094 214
## 4176 631 134.938 189
## 4177 353 290.656 278
## 4178 238 235.909 211
## 4179 256 254.872 206
## 4180 161 159.014 146
## 4181 267 256.049 187
## 4182 188 177.036 186
## 4183 253 241.826 201
## 4184 285 282.395 200
## 4185 688 684.706 468
## 4186 219 212.940 207
## 4187 177 174.993 140
## 4188 308 305.623 185
## 4189 111 105.074 384
## 4190 248 218.561 304
## 4191 213 210.766 191
## 4192 142 135.377 173
## 4193 358 355.462 249
## 4194 337 335.586 378
## 4195 141 115.125 161
## 4196 238 235.533 178
## 4197 174 172.059 186
## 4198 279 276.399 241
## 4199 169 164.867 150
## 4200 425 420.283 228
## 4201 1734 1699.329 245
## 4202 315 278.795 422
## 4203 229 227.534 208
## 4204 576 560.495 376
## 4205 242 240.153 180
## 4206 202 178.733 288
## 4207 180 179.571 225
## 4208 259 257.938 236
## 4209 200 187.514 213
## 4210 195 193.328 184
## 4211 318 311.111 272
## 4212 198 196.754 174
## 4213 139 137.555 200
## 4214 226 219.415 735
## 4215 349 345.508 324
## 4216 232 230.546 239
## 4217 284 283.341 145
## 4218 224 201.028 219
## 4219 715 200.523 165
## 4220 180 178.136 173
## 4221 144 138.995 159
## 4222 243 239.593 211
## 4223 590 554.388 542
## 4224 222 220.429 238
## 4225 808 806.364 266
## 4226 193 190.327 209
## 4227 314 312.143 370
## 4228 601 588.938 211
## 4229 180 179.312 289
## 4230 227 226.131 212
## 4231 485 380.303 839
## 4232 242 241.120 285
## 4233 171 169.870 136
## 4234 101 96.761 126
## 4235 224 221.868 161
## 4236 368 260.977 299
## 4237 415 412.401 248
## 4238 137 134.640 265
## 4239 245 242.623 785
## 4240 138 136.496 111
## 4241 261 254.130 242
## 4242 122 121.594 120
## 4243 250 249.081 153
## 4244 200 199.567 180
## 4245 191 188.830 173
## 4246 235 228.162 123
## 4247 248 247.618 386
## 4248 262 235.675 145
## 4249 183 110.056 225
## 4250 551 344.378 227
## 4251 276 255.833 162
## 4252 250 233.764 183
## 4253 200 194.593 218
## 4254 376 365.265 836
## 4255 152 150.767 114
## 4256 201 199.622 361
## 4257 218 214.816 236
## 4258 130 113.552 144
## 4259 602 313.782 83
## 4260 176 174.309 166
## 4261 1218 1191.759 274
## 4262 171 158.337 171
## 4263 251 240.884 353
## 4264 213 202.370 267
## 4265 210 196.529 254
## 4266 296 272.584 419
## 4267 149 142.665 191
## 4268 275 235.176 205
## 4269 456 425.301 225
## 4270 310 228.921 344
## 4271 186 160.239 152
## 4272 398 394.214 2501
## 4273 332 299.415 343
## 4274 235 218.883 224
## 4275 132 125.050 132
## 4276 249 243.856 205
## 4277 321 319.941 216
## 4278 492 472.445 200
## 4279 190 167.956 232
## 4280 266 260.810 182
## 4281 235 220.882 173
## 4282 901 884.390 319
## 4283 204 203.016 260
## 4284 328 324.431 276
## 4285 3251 3223.648 477
## 4286 222 220.884 529
## 4287 959 580.484 536
## 4288 497 436.217 233
## 4289 235 234.073 162
## 4290 155 153.773 149
## 4291 250 248.916 130
## 4292 164 161.405 152
## 4293 176 170.724 126
## 4294 356 355.687 411
## 4295 271 268.572 352
## 4296 177 171.160 152
## 4297 116 108.962 256
## 4298 305 301.602 219
## 4299 272 218.163 221
## 4300 295 292.763 189
## 4301 285 280.590 207
## 4302 146 139.136 149
## 4303 292 291.257 230
## 4304 353 238.560 146
## 4305 354 351.351 241
## 4306 1294 1069.751 319
## 4307 311 309.846 261
## 4308 345 335.247 249
## 4309 217 214.628 182
## 4310 151 149.749 125
## 4311 201 199.659 200
## 4312 171 161.210 134
## 4313 229 216.544 251
## 4314 122 118.049 192
## 4315 578 270.119 254
## 4316 245 243.735 160
## 4317 236 179.900 198
## 4318 213 194.952 262
## 4319 188 183.941 173
## 4320 241 239.643 149
## 4321 352 339.533 221
## 4322 317 308.482 175
## 4323 201 198.427 148
## 4324 234 232.991 247
## 4325 208 160.451 167
## 4326 609 601.770 226
## 4327 214 212.696 151
## 4328 113 98.184 201
## 4329 389 385.469 170
## 4330 590 566.479 733
## 4331 173 172.098 138
## 4332 375 354.028 210
## 4333 177 176.344 204
## 4334 179 177.955 187
## 4335 377 375.627 293
## 4336 597 595.397 607
## 4337 564 548.574 302
## 4338 784 734.368 339
## 4339 323 278.924 237
## 4340 152 151.098 152
## 4341 156 150.254 138
## 4342 756 749.895 496
## 4343 312 288.984 168
## 4344 250 248.630 189
## 4345 161 156.068 127
## 4346 164 162.658 141
## 4347 251 249.245 246
## 4348 429 393.468 209
## 4349 468 465.672 392
## 4350 223 213.215 177
## 4351 125 123.818 229
## 4352 116 115.330 102
## 4353 759 754.799 179
## 4354 126 123.274 190
## 4355 542 540.315 641
## 4356 238 236.396 291
## 4357 145 144.312 179
## 4358 447 408.881 333
## 4359 599 581.406 337
## 4360 157 151.228 116
## 4361 125 122.997 178
## 4362 164 163.366 176
## 4363 271 270.321 184
## 4364 188 186.149 166
## 4365 194 191.942 201
## 4366 166 163.037 176
## 4367 197 186.953 167
## 4368 1063 1057.061 167
## 4369 432 412.580 393
## 4370 244 243.073 203
## 4371 244 243.239 126
## 4372 212 210.286 169
## 4373 353 326.313 355
## 4374 197 196.028 153
## 4375 206 205.293 205
## 4376 179 132.433 158
## 4377 145 136.351 87
## 4378 169 167.386 176
## 4379 220 213.321 143
## 4380 136 134.903 97
## 4381 164 122.520 153
## 4382 338 336.297 242
## 4383 304 302.576 225
## 4384 160 158.327 234
## 4385 388 383.176 233
## 4386 172 168.343 199
## 4387 453 449.457 176
## 4388 212 210.970 175
## 4389 343 339.650 177
## 4390 136 133.568 240
## 4391 5568 5567.566 582
## 4392 152 149.624 245
## 4393 200 198.247 132
## 4394 174 167.395 152
## 4395 164 161.279 169
## 4396 318 315.559 310
## 4397 251 249.545 188
## 4398 664 641.983 353
## 4399 211 209.538 141
## 4400 202 169.746 156
## 4401 288 287.320 199
## 4402 153 151.425 207
## 4403 200 198.459 150
## 4404 834 830.543 517
## 4405 283 282.374 68552
## 4406 262 259.155 146
## 4407 242 239.577 160
## 4408 332 330.727 229
## 4409 399 384.723 194
## 4410 129 126.627 217
## 4411 130 111.172 197
## 4412 190 186.015 161
## 4413 242 243.034 224
## 4414 252 250.801 232
## 4415 200 190.474 226
## 4416 238 235.803 237
## 4417 188 181.201 99
## 4418 326 316.751 211
## 4419 208 195.675 187
## 4420 201 200.020 181
## 4421 153 152.390 165
## 4422 325 323.728 239
## 4423 190 189.169 166
## 4424 157 133.891 163
## 4425 364 299.916 233
## 4427 209 207.671 259
## 4428 269 264.457 188
## 4429 266 252.638 328
## 4430 190 187.787 158
## 4431 119 110.435 151
## 4432 227 226.776 255
## 4433 256 253.168 147
## 4434 106 82.706 115
## 4435 218 215.851 174
## 4436 230 222.309 214
## 4437 135 133.677 185
## 4438 187 175.950 191
## 4439 291 220.697 218
## 4440 221 199.690 176
## 4441 194 191.721 180
## 4442 198 195.405 154
## 4443 191 187.631 641
## 4444 774 771.782 244
## 4445 269 267.995 184
## 4446 205 162.262 364
## 4447 263 259.370 226
## 4448 330 328.635 250
## 4449 406 342.047 184
## 4450 325 323.079 228
## 4451 533 517.048 324
## 4452 467 463.584 1469
## 4453 440 435.699 156
## 4454 272 224.066 278
## 4455 251 245.807 194
## 4456 219 217.531 213
## 4457 265 255.268 158
## 4458 204 202.074 209
## 4459 211 208.557 156
## 4460 334 309.455 232
## 4461 226 225.294 245
## 4462 260 256.323 235
## 4463 234 203.711 133
## 4464 408 404.842 229
## 4465 337 321.097 261
## 4466 281 236.734 247
## 4467 533 508.810 334
## 4468 175 174.156 120
## 4469 169 163.117 156
## 4470 194 186.850 167
## 4471 250 249.472 191
## 4472 238 236.495 217
## 4473 262 240.223 277
## 4474 248 244.730 214
## 4475 353 311.259 391
## 4476 345 339.394 131
## 4477 150 149.036 157
## 4478 198 149.516 171
## 4479 131 128.299 157
## 4480 199 181.393 156
## 4481 229 206.314 196
## 4482 165 152.748 117
## 4483 193 186.861 163
## 4484 134 132.610 177
## 4485 152 138.588 176
## 4486 380 368.510 226
## 4487 174 162.680 147
## 4488 215 179.216 124
## 4489 224 179.011 116
## 4490 230 216.527 188
## 4491 150 146.519 225
## 4492 338 324.624 233
## 4493 270 237.074 142
## 4494 163 162.430 182
## 4495 181 175.804 261
## 4496 211 207.286 123
## 4497 256 246.228 133
## 4498 132 130.798 153
## 4499 197 196.460 147
## 4500 239 229.765 666
## 4501 160 151.594 159
## 4502 731 672.042 1255176
## 4503 109 106.096 142
## 4504 341 340.187 185
## 4505 492 480.471 617
## 4506 152 151.271 183
## 4507 189434 164.945 189
## 4508 339 317.969 206
## 4509 214 212.642 405
## 4510 280 278.224 301
## 4511 496 486.098 226
## 4512 276 274.188 180
## 4513 189 178.885 203
## 4514 183 182.287 140
## 4515 224 222.212 219
## 4516 232 231.542 139
## 4517 184 172.839 248
## 4518 166 164.302 142
## 4519 278 277.606 140
## 4520 223 221.586 188
## 4521 246 246.870 223
## 4522 125 124.058 183
## 4523 160 158.546 8
## 4524 256 254.185 176
## 4525 272 244.677 233
## 4526 214 213.080 373
## 4527 22882 311.187 390
## 4528 162 160.469 189
## 4529 171 169.440 159
## 4530 192 190.595 450
## 4531 133 131.083 137
## 4532 220 218.181 171
## 4533 269 267.326 231
## 4534 462 457.282 352
## 4535 521 519.539 299
## 4536 128 126.999 143
## 4537 253 245.703 205
## 4538 465 243.902 121
## 4539 256 235.990 231
## 4540 154 151.703 133
## 4541 152 148.463 222
## 4542 1645 1643.782 195
## 4543 907 898.728 394
## 4544 214 212.255 250
## 4545 250 247.666 151
## 4546 186 183.451 176
## 4547 186 184.826 67434
## 4548 163 161.730 171
## 4549 242 240.052 134
## 4550 383 359.146 422
## 4551 164 163.228 148
## 4552 251 235.486 453
## 4553 139 128.937 204
## 4554 292 290.281 231
## 4555 305 304.929 192
## 4556 203 193.811 238
## 4557 287 286.068 236
## 4558 200 199.267 147
## 4559 4108 4030.950 312
## 4560 335 330.403 277
## 4561 224 223.408 138
## 4562 155 146.373 132
## 4563 245 244.324 231
## 4564 321 318.917 237
## 4565 259 218.081 257
## 4566 242 202.106 304
## 4567 215 213.820 534
## 4568 340 337.884 195
## 4569 245 226.908 154
## 4570 205 138.535 206
## 4571 368 366.163 405
## 4572 998 201.855 243
## 4573 649 645.526 254
## 4574 265 263.879 19586
## 4575 427 264.603 281
## 4576 155 154.080 128
## 4577 240 228.047 180
## 4578 178 161.517 125
## 4579 157 155.069 160
## 4580 243 240.733 191
## 4581 189 172.150 113
## 4582 174 172.107 200
## 4583 211 209.457 383
## 4584 217 210.051 234
## 4585 757 348.651 122
## 4586 150 148.897 162
## 4587 418 416.151 303
## 4588 145 142.106 136
## 4589 628 612.237 8301163
## 4590 123 120.216 791
## 4591 201 199.850 163
## 4592 161 159.205 165
## 4593 228 226.507 245
## 4594 188 186.931 152
## 4595 242 240.617 153
## 4596 131 127.897 173
## 4597 151 150.310 247
## 4598 271 268.821 201
## 4599 243 241.814 177
## 4600 185 183.769 8578
## 4601 187 185.685 185
## 4602 180 179.617 105
## 4603 120 118.931 181
## 4604 183 181.974 146
## 4605 9601 118.599 116
## 4606 254 253.466 272
## 4607 198 195.957 195
## 4608 447 370.877 221
## 4609 304 303.060 192
## 4610 152 149.726 153
## 4611 182 174.921 124
## 4612 156 154.679 112
## 4613 476 449.725 579
## 4614 212 196.894 161
## 4615 194 193.054 178
## 4616 238 236.863 193
## 4617 206 200.342 130
## 4618 249 247.236 216
## 4619 159 157.911 155
## 4620 598 146.331 183
## 4621 180 179.361 157
## 4622 806 795.839 401
## 4623 369 355.019 286
## 4624 230 228.495 188
## 4625 837 834.896 531
## 4626 305 286.602 224
## 4627 261 259.332 316
## 4628 320 303.523 200
## 4629 134 132.069 168
## 4630 181 179.493 240
## 4631 272 262.177 320
## 4632 174 171.581 206
## 4633 306 303.664 379
## 4634 199 197.432 242
## 4635 166 163.386 200
## 4636 878 876.227 251
## 4637 246 197.725 224
## 4638 238 237.175 174
## 4639 476 465.325 245
## 4640 512 507.605 143
## 4641 164 162.122 139
## 4642 183 175.792 127
## 4643 157 155.546 203
## 4644 163 163.051 196
## 4645 303 302.127 210
## 4646 173 171.393 166
## 4647 182 179.466 177
## 4648 97 90.252 149
## 4649 327 317.250 240
## 4650 202 135.258 237
## 4651 484 275.868 265
## 4652 140 131.691 394
## 4653 179 176.891 168
## 4654 158 155.549 159
## 4655 133 132.075 170
## 4656 180 169.256 199
## 4657 232 231.028 263
## 4658 161 148.627 167
## 4659 171 156.557 171
## 4660 279 243.235 224
## 4661 239 234.949 178
## 4662 139 137.976 104
## 4663 174 162.986 153
## 4664 294 256.482 196
## 4665 292 290.280 734479
## 4666 253 250.998 147
## 4667 384 381.916 694
## 4668 204 193.831 153
## 4669 245 244.037 192
## 4670 1452 1450.549 587
## 4671 612 610.718 272
## 4672 156 154.535 118
## 4673 142 129.423 81
## 4674 309 296.852 148
## 4675 190 184.320 148
## 4676 312 306.830 199
## 4677 571 568.996 159
## 4678 310 267.009 340
## 4679 174 172.082 215
## 4680 257 255.708 53868
## 4681 223 192.359 194
## 4682 260 258.668 169
## 4683 139 138.558 151
## 4684 706 665.615 2018
## 4685 211 210.479 210
## 4686 142 140.019 244
## 4687 721 719.839 508
## 4688 368 334.550 606
## 4689 243 242.630 158
## 4690 1013 997.395 219
## 4691 167 166.310 159
## 4692 200 197.064 201
## 4693 234 189.902 237
## 4694 324 322.285 234
## 4695 156 154.946 154
## 4696 262 257.898 155
## 4697 277 273.937 199
## 4698 208 207.627 257
## 4699 178 177.286 136
## 4700 225 207.841 179
## 4701 150 148.248 504
## 4702 93 83.282 125
## 4703 187 185.630 283
## 4704 270 268.414 171
## 4705 227 202.424 205
## 4706 294 292.456 166
## 4707 164 132.983 219
## 4708 251 249.966 183
## 4709 207 198.987 258
## 4710 364 361.509 151
## 4711 368 355.644 213
## 4712 291 289.204 255
## 4713 212 202.611 245
## 4714 217 210.682 449
## 4715 308 301.233 144
## 4716 440 434.039 273
## 4717 158 145.152 127
## 4718 183 181.806 212
## 4719 99 98.994 135
## 4720 159 154.669 413
## 4721 268 265.411 175
## 4722 234 232.387 211
## 4723 206 203.420 259
## 4724 180 179.538 184
## 4725 334 333.222 478
## 4726 248 238.726 168
## 4727 201 199.550 211
## 4728 458 420.734 280
## 4729 159 153.517 212
## 4730 126 125.170 204
## 4731 303 300.099 267
## 4732 155 154.070 141
## 4733 300 298.389 220
## 4734 179 177.206 225
## 4735 178 176.975 183
## 4736 142 141.848 192
## 4737 216 209.863 651
## 4738 225 217.193 234
## 4739 404 340.644 185
## 4740 313 301.131 202
## 4741 234 224.601 232
## 4742 245 242.557 166
## 4743 333 225.056 158
## 4744 135 133.829 98
## 4745 256 252.364 177
## 4746 194 190.413 226
## 4747 185 184.256 120
## 4748 232 227.890 164
## 4749 158 149.770 145
## 4750 276 273.118 218
## 4751 176 174.675 149
## 4752 130 128.588 185
## 4753 405 370.731 496
## 4754 173 150.264 180
## 4755 2249 2218.158 205
## 4756 706 685.852 260
## 4757 435 236.581 225
## 4758 197 194.764 211
## 4759 247 245.179 304
## 4760 195 181.403 163
## 4761 252 229.022 274
## 4762 146 144.389 209
## 4763 166 162.839 153
## 4764 476 467.314 580
## 4765 412 403.826 375
## 4766 110 104.098 420
## 4767 128 126.664 130
## 4768 211 209.481 268
## 4769 152 149.940 146
## 4770 195 187.672 1434
## 4771 276 274.206 211
## 4772 299 297.784 211
## 4773 246 245.592 167
## 4774 627 624.694 250
## 4775 388 384.902 250
## 4776 159 152.786 322
## 4777 200 199.160 210
## 4778 582 532.655 296
## 4779 200 198.959 307
## 4780 168 165.673 172
## 4781 353 341.459 237
## 4782 180 179.470 200
## 4783 196 192.793 211
## 4784 345 341.280 121
## 4785 137 136.255 118
## 4786 300 298.093 861
## 4787 758 588.371 726
## 4788 191 190.407 202
## 4789 457 432.060 258
## 4790 6051 6048.717 250
## 4791 173 168.766 173
## 4792 176 174.071 204
## 4793 167 166.593 145
## 4794 269 264.757 328
## 4795 449 183.198 207
## 4796 350 346.747 363
## 4797 172 171.238 140
## 4798 180 167.484 144
## 4799 163 158.021 371
## 4800 254 250.747 232
## 4801 204 165.703 294
## 4802 245 244.723 205
## 4803 976 196.851 470
## 4804 254 253.023 195
## 4805 144 140.703 168
## 4806 169 167.714 144
## 4807 151 150.218 133
## 4808 199 197.686 504
## 4809 218 206.922 191
## 4810 206 204.638 163
## 4811 371 360.268 142
## 4812 534 531.893 316
## 4813 254 252.257 172
## 4814 386 361.801 317
## 4815 687 307.172 287
## 4816 296 279.761 224
## 4817 452 434.885 274
## 4818 120 116.739 149
## 4819 163 162.112 162
## 4820 230 220.268 223
## 4821 360 358.793 379
## 4822 274 193.349 271
## 4823 204 203.372 218
## 4824 179 170.193 193
## 4825 124 122.800 125
## 4826 182 160.235 136
## 4827 178 177.231 179
## 4828 187 186.087 153
## 4829 181 171.182 182
## 4830 153 152.588 204
## 4831 325 320.023 34291
## 4832 286 285.099 311
## 4833 279 253.605 241
## 4834 284 282.753 241
## 4835 283 282.318 311
## 4836 415 327.224 309
## 4837 208 205.409 200
## 4838 476 469.548 180
## 4839 122 105.138 110
## 4840 406 394.078 206
## 4841 147 135.013 120
## 4842 253 250.321 285
## 4843 280 214.534 308
## 4844 252 251.374 272
## 4845 116 114.901 146
## 4846 364 321.698 202
## 4847 171 164.582 178
## 4848 301 299.229 195
## 4849 396 379.326 282
## 4850 303 301.402 2276
## 4851 272 244.792 357
## 4852 379 376.726 276
## 4853 310 299.315 383
## 4854 244 147.746 540
## 4855 193 163.935 142
## 4856 167 166.209 503
## 4857 712 696.803 415
## 4858 201 200.207 159
## 4859 935 870.918 542
## 4860 211 206.716 257
## 4861 238 236.391 212
## 4862 190 189.010 351
## 4863 272 259.493 245
## 4864 171 155.907 258
## 4865 312 308.555 412
## 4866 198 192.747 205
## 4867 171 165.805 211
## 4868 190 188.606 166
## 4869 252 248.536 235
## 4870 175 166.581 159
## 4871 342 340.055 196
## 4872 242 240.561 147
## 4873 124 123.037 1456
## 4874 257 245.513 164
## 4875 520 519.149 73
## 4876 388 357.428 299
## 4877 358 346.090 154
## 4878 589 586.365 201
## 4879 286 278.818 211
## 4880 498 484.741 240
## 4881 381 368.802 311
## 4882 274 262.488 214
## 4883 526 450.130 1293
## 4884 99 88.743 110
## 4885 143 113.516 114
## 4886 189 187.421 264
## 4887 192 191.120 153
## 4888 184 182.812 169
## 4889 146 135.485 309
## 4890 248 208.966 206
## 4891 270 269.001 282
## 4892 485 483.705 917
## 4893 217 216.511 207
## 4894 244 235.001 256
## 4895 173 172.345 392
## 4896 162 152.091 152
## 4897 875 843.124 285
## 4898 268 259.744 185
## 4899 179 168.305 189
## 4900 205 198.407 164
## 4901 257 254.865 51
## 4902 169 133.953 149
## 4903 139 137.205 125
## 4904 187 181.179 174
## 4905 213 207.993 230
## 4906 377 376.391 223
## 4907 305 302.894 148
## 4908 507 487.950 293
## 4909 129 108.378 175
## 4910 435 434.127 265
## 4911 227 202.309 213
## 4912 572 570.026 177
## 4913 247 246.059 202
## 4914 197 196.426 276
## 4915 248 239.730 307
## 4916 179 173.221 206
## 4917 16 14.953 206
## 4918 190 146.846 164
## 4919 490 478.126 217
## 4920 2542 2540.039 5353
## 4921 349 297.356 209
## 4922 137 135.574 97
## 4923 776 774.210 500
## 4924 172 169.784 177
## 4925 369 358.758 218
## 4926 367 332.948 219
## 4927 180 172.993 164
## 4928 172 170.603 199
## 4929 374 365.021 380
## 4930 211 190.952 222
## 4931 159 157.642 214
## 4932 782 437.837 451
## 4933 750 692.609 576
## 4934 197 195.058 132
## 4935 373 331.210 193
## 4936 848 845.172 133
## 4937 217 215.370 173
## 4938 664 661.598 243
## 4939 409 406.888 487
## 4940 455 453.173 184
## 4941 144 136.967 181
## 4942 136 135.419 170
## 4943 140 138.467 197
## 4944 159 156.253 536
## 4945 424 229.611 328
## 4946 148 141.665 177
## 4947 393 389.410 269
## 4948 309 292.630 224
## 4949 197 195.104 177
## 4950 140 138.360 172
## 4951 261 250.465 221
## 4952 179 177.990 5326
## 4953 152 146.940 135
## 4954 325 309.231 297
## 4955 229 228.001 203
## 4956 220 219.157 214
## 4957 401 333.819 198
## 4958 569 567.242 347
## 4959 154 152.663 179
## 4960 194 190.720 187
## 4961 289 241.137 229
## 4962 124 122.979 140
## 4963 370 324.348 404
## 4964 426 424.312 314
## 4965 173 143.003 213
## 4966 176 174.283 203
## 4967 230 203.721 156
## 4968 267 265.537 224
## 4969 227 224.377 99
## 4970 384 377.766 200
## 4971 179 177.489 186
## 4972 142 141.029 164
## 4973 164 162.908 142
## 4974 337 328.005 463
## 4975 242 193.483 142
## 4976 213 212.291 172
## 4977 155 153.741 204
## 4978 200 196.854 445
## 4979 869 478.888 333
## 4980 191 173.868 121
## 4981 171 169.962 168
## 4982 1371 741.082 70815
## 4983 249 240.356 295
## 4984 306 290.935 314
## 4985 422 399.913 388
## 4986 408 405.808 201
## 4987 161 160.206 169
## 4989 158 156.476 162
## 4990 291 272.715 303
## 4991 192 168.971 244
## 4992 542 538.902 385
## 4993 364 363.395 193
## 4994 127 125.941 192
## 4995 478 457.473 210
## 4996 219 217.672 155
## 4997 187 186.071 209
## 4998 361 352.930 417
## 4999 158 156.458 148
## 5000 237 235.582 192
## 5001 293 285.091 253
## 5002 182 172.385 210
## 5003 290 272.305 191
## 5004 379 370.830 417
## 5005 128 114.005 209
## 5006 152 147.517 215
## 5007 396 389.356 219
## 5008 190 188.441 159
## 5009 286 272.677 317
## 5010 255 223.836 153
## 5011 238 236.055 170
## 5012 516 500.715 272
## 5013 154 152.581 178
## 5014 162 160.912 180
## 5015 202 197.485 276
## 5016 332 330.482 246
## 5017 164 156.868 141
## 5018 233 232.264 172
## 5019 264 262.597 302
## 5020 352 334.131 382
## 5021 391 387.900 254
## 5022 539 203.424 225
## 5023 185 136.722 143
## 5024 339 325.247 285
## 5025 128 126.724 69
## 5026 199 178.025 201
## 5027 189 137.269 198
## 5028 253 251.539 235
## 5029 319 244.362 364
## 5030 361 328.021 250
## 5031 255 252.708 229
## 5032 205 203.823 155
## 5033 154 152.935 171
## 5034 211 209.602 126
## 5035 115 114.218 177
## 5036 193 190.751 156
## 5037 193 179.812 203
## 5038 399 380.426 539
## 5039 431 412.337 339
## 5040 320 307.714 196
## 5041 403 378.547 296
## 5042 567 498.903 631
## 5043 110 108.767 113
## 5044 1599 1598.544 428
## 5045 285 264.680 187
## 5046 267 265.604 356
## 5047 144 134.675 138
## 5048 324 320.017 306
## 5049 169 168.734 114
## 5050 216 207.678 160
## 5051 192 192.021 167
## 5052 519 516.738 216
## 5053 2784 440.740 2304
## 5054 191 189.748 134
## 5055 171 152.431 162
## 5056 393 153.659 170
## 5057 246 223.080 213
## 5058 140 137.755 115
## 5059 285 282.394 442
## 5060 492 488.480 202
## 5061 76 74.813 136
## 5062 240 239.185 243
## 5063 277 234.540 1622
## 5064 156 155.199 143
## 5065 586 544.217 288
## 5066 1143 1087.997 193
## 5067 256 244.079 251
## 5068 136 134.223 150
## 5069 455 453.610 515
## 5070 336 332.907 275
## 5071 1240 1184.621 276
## 5072 322 320.324 163
## 5073 182 180.742 168
## 5074 206 204.867 230
## 5075 212 209.405 158
## 5076 216 215.344 359
## 5077 171 164.002 214
## 5078 136 129.913 138
## 5079 221 219.759 226
## 5080 290 277.845 227
## 5081 253 250.550 170
## 5082 223 221.405 454
## 5083 160 158.959 159
## 5084 271 248.199 182
## 5085 281 278.822 197
## 5086 165 164.482 168
## 5087 216 211.068 155
## 5088 485 478.615 236
## 5089 210 208.665 757
## 5090 185 177.904 174
## 5091 378 377.317 241
## 5092 226 224.711 173
## 5093 195 194.015 231
## 5094 522 520.203 289
## 5095 205 166.293 214
## 5096 313 258.912 355
## 5097 487 485.260 292
## 5098 558 556.711 294
## 5099 381 374.131 6083
## 5100 260 257.961 177
## 5101 490 488.234 240
## 5102 1236 449.342 387
## 5103 264 260.922 270
## 5104 156 154.603 147
## 5105 434 185.657 180
## 5106 213 210.250 233
## 5107 477 476.239 263
## 5108 245 215.567 275
## 5109 205 203.094 199
## 5110 196 184.385 322
## 5111 414 405.337 6807
## 5112 424 332.015 550
## 5113 161 155.566 161
## 5114 352 346.210 382
## 5115 570 522.928 378
## 5116 170 156.299 175
## 5117 294 291.250 183
## 5118 224 223.598 204
## 5119 192 189.076 166
## 5120 131 129.930 198
## 5121 355 353.381 328
## 5122 239 237.351 280
## 5123 210 207.636 189
## 5124 210 208.909 133
## 5125 224 220.870 251
## 5126 185 182.383 201
## 5127 198 185.899 117
## 5128 164 162.994 160
## 5129 174 172.798 189
## 5130 212 210.962 134
## 5131 201 165.435 164
## 5132 163 161.757 194
## 5133 189 186.880 315
## 5134 104 102.071 109
## 5135 225 222.753 175
## 5136 257 255.958 182
## 5137 242 226.672 178
## 5138 232 229.835 197
## 5139 375 373.577 139
## 5140 142 135.643 179
## 5141 132 129.772 118
## 5142 490 224.212 155
## 5143 199 196.315 206
## 5144 231 227.725 171
## 5145 204 183.274 154
## 5146 223 221.350 163
## 5147 209 208.022 186
## 5148 188 186.799 213
## 5149 174 164.018 169
## 5150 583 579.858 349
## 5151 231 230.130 189
## 5152 256 245.052 258
## 5153 413 364.881 182
## 5154 205 203.312 186
## 5155 235 233.865 220
## 5156 177 175.753 153
## 5157 724 630.418 953
## 5158 172 169.326 302
## 5159 254 253.284 196
## 5160 262 260.902 131
## 5161 312 308.175 268
## 5162 315 284.391 221
## 5163 274 249.290 237
## 5164 263 252.640 192
## 5165 194 190.338 347
## 5166 197 176.190 183
## 5167 200 196.547 162
## 5168 254 222.814 302
## 5169 246 243.999 431
## 5170 175 174.349 195
## 5171 313 300.461 162
## 5172 320 318.574 265
## 5173 512 459.616 327
## 5174 543 542.217 130
## 5175 255 253.481 236
## 5176 810 807.859 409
## 5177 358 356.137 208
## 5178 299 261.816 276
## 5179 376 365.702 274
## 5180 241 239.985 239
## 5181 220 218.024 185
## 5182 222 220.785 251
## 5183 165 164.769 326
## 5184 136 135.156 3525
## 5185 197 193.135 229
## 5186 208 194.157 179
## 5187 335 332.210 332
## 5188 2585 2584.169 86
## 5189 457 454.312 150
## 5190 276 275.119 185
## 5191 317 316.522 311
## 5192 227 190.735 233
## 5193 136 135.334 131
## 5194 145 144.040 148
## 5195 186 170.888 138
## 5196 248 241.133 190
## 5197 263 262.007 242
## 5198 213 211.796 260
## 5199 755 733.164 371
## 5200 183 181.407 166
## 5201 213 210.066 214
## 5202 226 213.012 211
## 5203 134 132.743 106
## 5204 196 194.077 187
## 5205 333 330.290 452
## 5206 408 399.485 212
## 5207 122 108.617 127
## 5208 280 279.238 230
## 5209 203 200.450 208
## 5210 214 206.788 172
## 5211 310 275.651 180
## 5212 164 162.135 158
## 5213 218 214.510 138
## 5214 357 337.827 321
## 5215 229 205.882 157
## 5216 245 228.812 204
## 5217 261 259.465 254
## 5218 351 106.020 119
## 5219 257 255.075 284
## 5220 344 340.863 166
## 5221 156 154.159 169
## 5222 145 110.323 185
## 5223 280 279.522 188
## 5224 212 210.822 207
## 5225 306 290.841 296
## 5226 154 152.168 183
## 5227 268 265.136 225
## 5228 941 191.669 219
## 5229 232 225.781 678
## 5230 279 258.182 416
## 5231 463 425.651 288
## 5232 255 235.180 240
## 5233 363 361.062 201
## 5234 452 451.159 386
## 5235 338 318.112 571
## 5236 213 191.590 279
## 5237 197 195.245 172
## 5238 216 206.958 240
## 5239 253 249.482 206
## 5240 277 272.393 254
## 5241 390 388.443 261
## 5242 194 191.581 151
## 5243 250 213.852 165
## 5244 244 242.896 183
## 5245 391 389.310 301
## 5246 177 175.914 209
## 5247 359 342.410 254
## 5248 578 552.908 526
## 5249 184 181.737 204
## 5250 297 286.197 306
## 5251 324 313.319 364
## 5252 234 231.924 459
## 5253 158 137.995 65
## 5254 188 185.563 258
## 5255 426 423.229 200
## 5256 440 438.086 4189
## 5257 263 262.104 178
## 5258 203 178.623 177
## 5259 145 125.571 235
## 5260 197 194.334 209
## 5261 177 175.129 180
## 5262 197 184.386 241
## 5263 461 393.686 1178
## 5264 257 256.520 269
## 5265 124 122.598 206
## 5266 499 482.545 321
## 5267 166 165.045 162
## 5268 207 198.829 202
## 5269 306582 212.076 255
## 5270 249 231.852 264
## 5271 598 548.151 926
## 5272 824 733.479 497
## 5273 207 205.582 449
## 5274 199 196.430 181
## 5275 282 259.077 326
## 5276 348 345.456 674
## 5277 181 173.842 284
## 5278 364 337.135 209
## 5279 233 231.991 65779
## 5280 446 404.326 191
## 5281 246 242.273 274
## 5282 240 239.324 212
## 5283 191 175.062 124
## 5284 309 306.949 274
## 5285 270 258.155 254
## 5286 216 212.383 249
## 5287 327 327.433 2567
## 5288 565 545.657 149
## 5289 187 182.458 187
## 5290 317 301.677 181
## 5291 343 302.508 131
## 5292 176 148.995 186
## 5293 196 195.023 150
## 5294 870 191.100 291
## 5295 261 257.875 197
## 5296 264 261.973 232
## 5297 374 339.609 295
## 5298 197 191.905 189
## 5299 145 143.240 136
## 5300 192 189.139 301
## 5301 191 188.799 181
## 5302 458 445.315 315
## 5303 115 114.019 119
## 5304 381287 1398.177 399
## 5305 250 240.053 194
## 5306 231 230.142 230
## 5307 205 198.391 204
## 5308 238 237.760 162
## 5309 597 593.242 181
## 5310 439 436.857 186
## 5311 417 176.992 72
## 5312 118 116.345 156
## 5313 205 185.279 204
## 5314 173 155.215 140
## 5315 194 193.076 313
## 5316 217 215.131 188
## 5317 320 316.351 715
## 5318 207 205.217 187
## 5319 278 276.997 318
## 5320 213 211.410 151
## 5321 165 164.044 127
## 5322 192 189.820 293
## 5323 240 210.624 228
## 5324 349 340.455 265
## 5325 190 178.706 150
## 5326 268 233.589 383
## 5327 465 439.882 351
## 5328 174 149.105 204
## 5329 227 209.197 261
## 5330 236 202.971 247
## 5331 126 118.222 122
## 5332 226 225.015 214
## 5333 561 544.170 417
## 5334 172 170.673 145
## 5335 267 253.360 245
## 5336 146 143.822 170
## 5337 219 213.493 158
## 5338 480 477.836 269
## 5339 175 174.152 170
## 5340 288 223.982 329
## 5341 276 255.506 205
## 5342 1954 1949.458 186
## 5343 526 521.840 331
## 5344 153 152.364 106
## 5345 124 116.888 114
## 5346 196 194.422 217
## 5347 232 230.266 207
## 5348 318 315.634 248
## 5349 153 145.149 172
## 5350 327 300.752 230
## 5351 285 273.864 205
## 5352 246 244.189 197
## 5353 141 139.424 124
## 5354 287 285.912 230
## 5355 176 174.794 149
## 5356 166 154.231 203
## 5357 277 275.370 419
## 5358 117 115.460 552
## 5359 161 160.015 173
## 5360 353 351.546 252
## 5361 155 154.090 159
## 5362 290 280.924 361
## 5363 136 135.246 136
## 5364 198 186.914 185
## 5365 159 158.535 128
## 5366 205 185.732 164
## 5367 507 478.148 529
## 5368 363 342.524 322
## 5369 171 169.309 161
## 5370 218 214.169 189
## 5371 366 352.558 164
## 5372 114 111.574 145
## 5373 213 210.748 181
## 5374 370 348.694 275
## 5375 187 185.319 178
## 5376 131 129.304 143
## 5377 259 257.170 182
## 5378 169 155.953 109
## 5379 160 159.916 299
## 5380 192 182.901 157
## 5381 736 524.366 252
## 5382 466 128.925 106
## 5383 134 128.847 187
## 5384 176 174.767 186
## 5385 223 215.698 183
## 5386 230 228.474 177
## 5387 367 349.892 349
## 5388 143 142.123 142
## 5389 145 137.612 135
## 5390 163 162.029 135
## 5391 629 355.446 464
## 5392 318 280.235 208
## 5393 217 211.603 134
## 5394 121 104.683 118
## 5395 137 133.692 409
## 5396 165 163.429 200
## 5397 164 161.815 178
## 5398 286 283.134 171
## 5399 214 211.329 178
## 5400 144 142.282 127
## 5401 139 138.843 161
## 5402 151 149.901 125
## 5403 157 153.888 200
## 5404 363 339.683 215
## 5405 132 129.751 200
## 5406 161 149.240 230
## 5407 252 207.549 280
## 5408 152 149.647 162
## 5409 290 288.907 215
## 5410 146 143.821 120
## 5411 229 225.942 206
## 5412 159 157.991 147
## 5413 164 162.014 186
## 5414 164 149.155 326
## 5415 291 283.646 139
## 5416 181 176.418 160
## 5417 173 172.185 190
## 5418 265 158.345 270
## 5419 136 129.740 155
## 5420 214 213.274 116
## 5421 155 153.584 256
## 5422 243 239.745 206
## 5423 5222 5219.908 147
## 5424 155 149.621 222
## 5425 263 253.910 110
## 5426 284 253.921 287
## 5427 194 193.349 173
## 5428 202 199.663 279
## 5429 393 369.486 224
## 5430 206 186.931 150
## 5431 192 190.581 224
## 5432 241 239.527 209
## 5433 180 177.410 250
## 5434 168 166.910 9788
## 5435 272 271.041 225
## 5436 159 151.661 174
## 5437 103 101.219 154
## 5438 265 263.484 238
## 5439 198 195.954 165
## 5440 375 373.041 246
## 5441 199 197.364 170
## 5442 198 196.620 214
## 5443 304 302.978 238
## 5444 344 342.974 294
## 5445 417 358.064 442
## 5446 160 132.279 117
## 5447 207 202.509 268
## 5448 261 249.342 347
## 5449 133 113.993 178
## 5450 197 195.493 170
## 5451 356 348.327 239
## 5452 149 142.346 214
## 5453 162 160.228 182
## 5454 230 229.438 175
## 5455 250 248.953 218
## 5456 288 248.229 451
## 5457 287 283.590 188
## 5458 215 213.960 223
## 5459 195 175.042 206
## 5460 150 148.432 150
## 5461 231 217.724 271
## 5462 233 231.769 194
## 5463 782 780.358 883
## 5464 305 302.657 246
## 5465 215 213.637 236
## 5466 162 161.302 171
## 5467 208 196.290 171
## 5468 157 152.296 177
## 5469 211 210.175 181
## 5470 179 167.041 233
## 5471 331 311.713 722
## 5472 650 597.147 595
## 5473 207 186.478 177
## 5474 204 202.289 202
## 5475 157 155.789 123
## 5476 120 118.741 125
## 5477 254 247.572 170
## 5479 252 251.241 230
## 5480 188 178.306 154
## 5481 164 162.458 238
## 5482 213 207.230 221
## 5483 311 194.346 397
## 5484 305 240.761 281
## 5485 182 181.253 147
## 5486 194 147.082 165
## 5487 307 305.038 283
## 5488 430 427.398 203
## 5489 394 392.987 354
## 5490 245 243.861 150
## 5491 230 217.732 317
## 5492 210 209.504 217
## 5493 970 213.654 195
## 5494 186 176.009 183
## 5495 416 413.345 321
## 5496 152 135.654 139
## 5497 135 133.268 192
## 5498 196 193.395 139
## 5499 414 409.381 236
## 5500 193 191.971 146
## 5501 254 217.567 141
## 5502 157 146.576 146
## 5503 485 483.832 372
## 5504 627 625.464 217
## 5505 228 226.692 350
## 5506 224 217.357 165
## 5507 149 142.738 151
## 5508 139 133.970 217
## 5509 174 172.879 165
## 5510 387 384.961 253
## 5511 129 124.556 150
## 5512 371 369.050 225
## 5513 270 244.309 176
## 5514 143 128.132 125
## 5515 235 227.734 159
## 5516 218 217.168 261
## 5517 289 283.200 200
## 5518 411 399.117 244
## 5519 281 260.084 175
## 5520 319 317.256 231
## 5521 169 163.796 286
## 5522 257 254.082 229
## 5523 224 214.153 235
## 5524 277 275.848 257
## 5525 251 204.413 315
## 5526 189 186.437 173
## 5527 192 171.778 274
## 5528 428 424.018 249
## 5529 712 666.849 384
## 5530 905 896.496 411
## 5531 200 194.935 168
## 5532 156 154.109 128
## 5533 350 348.014 211
## 5534 218 209.736 199
## 5535 282 238.042 311
## 5536 156 155.592 174
## 5537 370 361.632 197
## 5538 280 258.626 270
## 5539 305 264.438 275
## 5540 209 206.800 186
## 5541 378 303.293 231
## 5542 373 343.098 188
## 5543 258 243.188 248
## 5544 199 196.457 263
## 5545 321 320.427 244
## 5546 155 142.131 165
## 5547 287 274.332 167
## 5548 277 275.067 310
## 5549 181 177.360 185
## 5550 327 324.900 231
## 5551 362 250.035 336
## 5552 189 188.059 300
## 5553 180 173.398 157
## 5554 249 236.785 174
## 5555 359 342.349 170
## 5556 261 234.065 189
## 5557 425 422.463 408
## 5558 139 138.425 131
## 5559 255 237.740 102
## 5560 159 158.559 169
## 5561 154 134.820 208
## 5562 239 237.336 206
## 5563 241 227.404 203
## 5564 213 206.063 184
## 5565 180 178.409 177
## 5566 240 222.005 186
## 5567 218 181.414 140
## 5568 321 268.002 266
## 5569 223 221.346 168
## 5570 174 171.293 130
## 5571 137 129.619 118
## 5572 181 148.159 168
## 5573 140 132.558 166
## 5574 202 201.695 129
## 5575 186 184.844 286
## 5576 301 249.823 709
## 5577 298 254.851 292
## 5578 229 226.795 307
## 5579 186 184.553 159
## 5580 133 132.686 149
## 5581 367 341.972 220
## 5582 241 238.623 167
## 5583 311 308.739 382
## 5584 129 127.845 232
## 5585 156 155.179 130
## 5586 188 187.310 125
## 5587 279 277.482 181
## 5588 218 216.919 286
## 5589 168 165.863 202
## 5590 197 195.457 151
## 5591 249 247.362 237
## 5592 177 152.757 174
## 5593 241 240.621 219
## 5594 112 110.950 4
## 5595 169 168.773 161
## 5596 4121 3994.077 338
## 5597 295 256.825 236
## 5598 152 150.947 152
## 5599 153 150.974 193
## 5600 169 168.629 187
## 5601 641 639.861 317
## 5602 275 273.201 111
## 5603 208 196.399 905
## 5604 182 181.257 260
## 5605 545 179.711 158
## 5606 425 365.846 327
## 5607 170 166.979 147
## 5608 215 181.804 212
## 5609 235 232.906 163
## 5610 261 238.833 232
## 5611 200 136.005 191
## 5612 103 101.845 129
## 5613 312 252.405 157
## 5614 239 229.538 194
## 5615 333 309.518 195
## 5616 222 215.486 359
## 5617 188 186.587 167
## 5618 352 347.971 263
## 5619 361 351.786 204
## 5620 206 204.883 233
## 5621 233 226.269 151
## 5622 142 126.719 114
## 5623 249 248.358 217
## 5624 149 129.111 138
## 5625 332 328.320 304
## 5626 190 189.729 145
## 5627 145 144.029 120
## 5628 166 162.995 148
## 5629 271 260.716 222
## 5630 147 123.051 180
## 5631 145 136.843 169
## 5632 536 532.303 314
## 5633 217 215.354 221
## 5634 350 327.683 223
## 5635 177 164.486 113
## 5636 256 247.274 222
## 5637 220 218.885 226
## 5638 235 231.448 158
## 5639 256 254.607 170
## 5640 160 140.895 133
## 5641 126 125.676 105
## 5642 258 250.486 178
## 5643 182 173.912 124
## 5644 348 347.497 212
## 5645 793 270.676 268
## 5646 306 286.142 275
## 5647 168 166.838 30089
## 5648 202 200.363 173
## 5649 243 242.544 260
## 5650 3146 3075.897 432
## 5651 193 191.900 212
## 5652 417 415.613 256
## 5653 235 224.206 222
## 5654 342 308.595 171
## 5655 584 561.037 565
## 5656 313 267.552 162
## 5657 155 139.783 218
## 5658 173 171.137 169
## 5659 697 647.305 543
## 5660 200 193.615 156
## 5661 250 206.676 216
## 5662 164 160.345 125
## 5663 195 192.989 220
## 5664 115 113.774 182
## 5665 340 338.636 232
## 5666 223 210.269 381
## 5667 227 226.059 258
## 5668 282 249.164 225
## 5669 829 723.743 564
## 5670 148 146.519 181
## 5671 150 144.035 168
## 5672 206 204.818 348
## 5673 151 150.789 282
## 5674 203 196.550 172
## 5675 249 237.348 274
## 5676 371 368.712 259
## 5677 333 331.380 342
## 5678 241 195.136 180
## 5679 662 659.846 543
## 5680 206 205.123 149
## 5681 237 214.891 222
## 5682 176 174.444 181
## 5683 250 223.867 222
## 5684 237 234.961 234
## 5685 396 381.983 282
## 5686 434 430.706 315
## 5687 173 171.554 188
## 5688 299 298.032 293
## 5689 217 214.129 223
## 5690 275 273.334 186
## 5691 252 249.352 252
## 5692 255 240.984 183
## 5693 151 149.651 178
## 5694 175 143.808 243
## 5695 589 490.156 361
## 5696 249 242.008 173
## 5697 237 225.029 182
## 5698 742 739.520 785
## 5699 202 163.520 1164
## 5700 254 250.781 229
## 5701 171 168.546 190
## 5702 640 635.520 286
## 5703 258 215.307 249
## 5704 129 123.813 145
## 5705 166 164.992 169
## 5706 211 209.578 233
## 5707 389 388.351 472
## 5708 208 207.037 196
## 5709 379 375.081 334
## 5710 311 309.565 259
## 5711 218 196.519 198
## 5712 267 266.248 246
## 5713 259 257.235 227
## 5714 265 232.335 167
## 5715 402 400.234 186
## 5716 132 129.567 206
## 5717 228 227.213 160
## 5718 277 265.947 231
## 5719 176 143.093 88
## 5720 190 188.851 158
## 5721 358 332.283 343
## 5722 147 145.063 156
## 5723 1275 1271.216 205
## 5724 247 210.003 222
## 5725 174 169.822 168
## 5726 214 212.083 156
## 5727 235 232.454 258
## 5728 432 361.052 152
## 5729 376 366.466 239
## 5730 158 148.334 6490
## 5731 127 125.648 173
## 5732 277 272.835 243
## 5733 277 260.144 174
## 5734 237 221.686 250
## 5735 228 196.333 158
## 5736 275 206.307 184
## 5737 293 291.940 215
## 5738 123 121.455 157
## 5739 213 211.232 209
## 5740 217 209.773 196
## 5741 206 201.415 145
## 5742 157 156.208 192
## 5743 164 156.934 123
## 5744 194 176.565 235
## 5745 571 569.095 245
## 5746 313 311.563 218
## 5747 640 612.039 204
## 5748 563 537.774 165
## 5749 30850 188.816 11
## 5750 235 234.486 168
## 5751 227 225.796 340
## 5752 144 137.538 167
## 5753 358 356.164 576
## 5754 246 244.538 258
## 5755 430 359.423 386
## 5756 128 116.009 146
## 5757 390 369.065 818
## 5758 248 246.336 186
## 5759 194 192.751 165
## 5760 210 198.637 213
## 5761 159 143.453 217
## 5762 203 144.152 265
## 5763 313 312.104 228
## 5764 180 168.478 252
## 5765 316 314.378 190
## 5766 253 251.485 182
## 5767 265 263.093 154
## 5768 270 268.821 243
## 5769 144 142.239 246
## 5770 733 539.117 544
## 5771 177 176.042 211
## 5772 265 263.635 149
## 5773 244 243.169 157
## 5774 200 198.940 238
## 5775 145 144.575 133
## 5776 411 356.918 354
## 5777 209 208.411 172
## 5778 245 243.673 218
## 5779 186 185.865 141
## 5780 318 316.125 498
## 5781 195 193.872 154
## 5782 163 160.250 137
## 5783 1051 250.784 228
## 5784 236 215.104 171
## 5785 157 154.020 245
## 5786 114 110.978 231
## 5787 563 541.890 375
## 5788 231 218.997 281
## 5789 168 165.935 136
## 5790 645 642.832 286
## 5791 375 357.702 234
## 5792 161 158.000 177
## 5793 433 419.453 439
## 5794 626 622.247 568
## 5795 156 154.719 125
## 5796 257 255.883 268
## 5797 188 186.367 187
## 5798 200 199.000 219
## 5799 199 196.612 195
## 5800 154 151.683 145
## 5801 205 203.971 276
## 5802 209 199.674 135
## 5803 539 538.081 215
## 5804 335 320.539 238
## 5805 342 338.322 238
## 5806 257 255.893 195
## 5807 166 165.237 173
## 5808 203 197.502 284
## 5809 242 240.283 196
## 5810 152 150.624 263
## 5811 664 621.196 514
## 5812 300 268.842 211
## 5813 175 171.699 224
## 5814 630 625.768 251
## 5815 152 149.554 158
## 5816 299 298.517 218
## 5817 257 255.278 152
## 5818 455 452.469 301
## 5819 405 401.131 146
## 5820 249 242.985 205
## 5821 134 132.235 209
## 5822 226 150.584 254
## 5823 328 326.189 296
## 5824 222 212.205 159
## 5825 261 228.766 250
## 5826 135 134.728 162
## 5827 249 244.289 243
## 5828 116 114.081 102
## 5829 175 174.216 293
## 5830 182 180.639 158
## 5831 235 230.437 158
## 5832 328 319.952 337
## 5833 364 347.344 197
## 5834 126 124.992 164
## 5835 237 233.576 149
## 5836 238 230.328 354
## 5837 235 200.415 354
## 5838 375 358.299 323
## 5839 550 511.536 206
## 5840 430 399.194 170
## 5841 149 147.762 152
## 5842 231 229.405 10846
## 5843 229 227.441 173
## 5844 463 396.715 237
## 5845 195 185.230 13534
## 5846 167 166.321 178
## 5847 102 83.446 103
## 5848 316 256.622 420
## 5849 202 199.604 241
## 5850 227 224.907 297
## 5851 203 189.708 196
## 5852 199 195.573 202
## 5853 373 338.010 230
## 5854 1778 1773.869 1137
## 5855 231 210.914 232
## 5856 183 176.122 135
## 5857 143 109.131 207
## 5858 653 647.719 180
## 5859 150 132.449 136
## 5860 183 181.362 258
## 5861 194 191.963 210
## 5862 266 265.064 255
## 5863 184 183.258 124
## 5864 190 188.201 159
## 5865 339 300.735 242
## 5866 1097 1090.044 170
## 5867 406 404.261 256
## 5868 224 219.084 182
## 5869 180 179.469 165
## 5870 195 194.346 436
## 5871 494 474.178 417
## 5872 144 141.311 189
## 5873 165 163.566 143
## 5874 165 132.814 178
## 5875 335 333.613 144
## 5876 174 173.241 114
## 5877 300 269.894 219
## 5878 579 577.794 352
## 5879 419 218.774 127
## 5880 386 385.306 425
## 5881 174 166.055 223
## 5882 282 280.773 340
## 5883 199 198.229 177
## 5884 199 186.062 146
## 5885 153 134.334 252
## 5886 350 348.176 106
## 5887 257 256.159 140
## 5888 173 171.830 172
## 5889 252 250.724 249
## 5890 179 178.024 335
## 5891 219 193.557 357
## 5892 702 298.754 236
## 5893 642 636.405 142
## 5894 177 163.457 189
## 5895 672 190.022 352
## 5896 1211 1172.568 232
## 5897 155 153.175 111
## 5898 267 266.439 202
## 5899 183 182.190 213
## 5900 341 300.722 199
## 5901 179 171.327 177
## 5902 158 149.678 1029
## 5903 194 194.457 174
## 5904 205 203.551 185
## 5905 296 295.085 173
## 5906 242 228.350 190
## 5907 211 209.727 215
## 5908 314 312.369 298
## 5909 194 192.354 181
## 5910 258 256.560 269
## 5911 269 268.244 225
## 5912 165 162.659 305
## 5913 214 211.836 224
## 5914 217 211.719 189
## 5915 220 191.187 247
## 5916 166 165.470 136
## 5917 232 231.502 280
## 5918 268 266.396 238
## 5919 398 393.964 252
## 5920 209 207.110 201
## 5921 522 519.740 302
## 5922 423 409.679 283
## 5923 137 135.286 132
## 5924 135 133.906 139
## 5925 3548 3541.583 688
## 5926 327 305.743 207
## 5927 304 301.811 202
## 5928 136 135.034 102
## 5929 302 299.905 226
## 5930 415 412.227 176
## 5931 258 245.351 608
## 5932 81 78.452 130
## 5933 1562 210.117 150
## 5934 128 122.692 177
## 5935 184 149.123 326
## 5936 479 478.334 521
## 5937 174 171.701 138
## 5938 739 711.998 222
## 5939 248 223.110 69
## 5940 175 173.238 146
## 5941 153 141.160 109
## 5942 262 260.065 209
## 5943 307 304.868 188
## 5944 195 194.318 158
## 5945 212 199.930 158
## 5946 215 214.587 161
## 5947 293 290.708 267
## 5948 158 156.409 182
## 5949 202 201.158 303
## 5950 105 96.716 152
## 5951 173 171.748 160
## 5952 395 385.995 313
## 5953 519 492.135 372
## 5954 186 185.906 169
## 5955 186 185.264 291
## 5956 311 309.673 193
## 5957 156 135.867 182
## 5958 152 149.934 212
## 5959 456 391.874 242
## 5960 193 186.998 328
## 5961 263 240.768 266
## 5962 441 392.888 199
## 5963 87 83.747 283
## 5964 206 203.394 138
## 5965 174 172.230 273
## 5966 207 195.095 300
## 5967 276 249.625 236
## 5968 217 215.439 166
## 5969 147 146.821 187
## 5970 210 208.470 250
## 5971 147 139.886 248
## 5972 385 384.031 337
## 5973 216 190.734 16042
## 5974 247 234.162 175
## 5975 191 190.087 169
## 5976 191 185.011 142
## 5977 154 153.166 340
## 5978 350 342.676 179
## 5979 625 600.263 380
## 5980 273 272.624 196
## 5981 108 104.985 127
## 5982 232 196.350 475
## 5983 172 162.609 188
## 5984 364 362.203 171
## 5985 802 790.667 5354
## 5986 755 753.560 551
## 5987 326 324.349 231
## 5988 289 287.052 175
## 5989 263 261.616 817
## 5990 178 172.082 173
## 5991 212 177.457 215
## 5992 207 204.525 186
## 5993 363 341.925 177
## 5994 228 226.482 157
## 5995 186 177.847 259
## 5996 172 169.980 89
## 5997 402 162.053 182
## 5998 150 148.616 146
## 5999 293 291.230 207
## 6000 104 102.273 218
## 6001 592 590.472 616
## 6002 185 183.526 175
## 6003 228 216.951 137
## 6004 254 243.105 172
## 6005 267 255.315 248
## 6006 233 230.936 206
## 6007 397 392.417 625
## 6008 179 177.768 163
## 6009 403 153.037 154
## 6010 200 192.648 221
## 6011 230 202.280 148
## 6012 254 236.326 197
## 6013 270 253.684 127
## 6014 218 211.296 177
## 6015 203 201.557 236
## 6016 212 211.254 214
## 6017 484 482.766 326
## 6018 326 322.803 293
## 6019 571 569.827 337
## 6020 259 232.498 7837
## 6021 129 128.200 228
## 6022 204 177.669 343
## 6023 138 131.963 166
## 6024 97 92.835 108
## 6025 441 440.709 311
## 6026 403 388.808 888
## 6027 324 288.477 331
## 6028 316 275.563 327
## 6029 817 263.054 425
## 6030 418 409.622 257
## 6031 242 240.760 240
## 6032 264 249.413 217
## 6033 181 180.119 176
## 6034 194 193.238 135
## 6035 137 135.655 113
## 6036 266 244.036 214
## 6037 203 201.854 150
## 6038 166 164.922 128
## 6039 252 251.308 183
## 6040 397 384.661 291
## 6041 498 488.901 293
## 6042 263 252.971 144
## 6043 301 300.104 252
## 6044 890 871.136 189
## 6045 555 479.787 398
## 6046 219 216.839 211
## 6047 259 241.036 247
## 6048 212 209.470 130182
## 6049 290 279.246 301
## 6050 395 394.120 275
## 6051 218 212.357 4350
## 6052 325 323.167 250
## 6053 193 190.643 181
## 6054 87 85.077 250
## 6055 225 219.312 188
## 6056 107 106.607 132
## 6057 7536 221.124 160
## 6058 225 223.522 233
## 6059 184 170.874 88
## 6060 186 174.829 149
## 6061 240 226.127 219
## 6062 255 243.196 319
## 6063 157 153.925 299
## 6064 195 194.492 243
## 6065 219 218.096 183
## 6066 351 328.831 253
## 6067 244 239.541 172
## 6068 183 179.953 180
## 6069 183 181.493 155
## 6070 141 123.007 155
## 6071 428 425.817 537
## 6072 172 170.418 337
## 6073 284 279.243 287
## 6074 651 363.146 171
## 6075 348 322.202 248
## 6076 281 279.539 207
## 6077 409 371.484 224
## 6078 303 257.886 401
## 6079 323 320.176 227
## 6080 340 338.574 269
## 6081 176 165.572 170
## 6082 95 93.524 82
## 6083 216 213.063 243
## 6084 876 861.385 508
## 6085 198 179.235 1704
## 6086 198 196.269 142
## 6087 280 227.427 208
## 6088 80 77.527 131
## 6089 379 371.892 314
## 6090 309 307.874 173
## 6091 206 199.349 209
## 6092 106 105.123 100
## 6093 337 183.283 159
## 6094 337 339.164 296
## 6095 221 204.739 280
## 6096 164 162.753 20264
## 6097 185 174.634 316
## 6098 127 111.708 119
## 6099 223 200.140 163
## 6100 208 202.046 187
## 6101 133 123.778 145
## 6102 343 340.460 228
## 6103 157 149.326 153
## 6104 323 298.843 2478
## 6105 256 255.046 228
## 6106 166 163.823 156
## 6107 155 144.900 251
## 6108 205 204.119 184
## 6109 178 172.212 151
## 6110 214 197.852 55454
## 6111 158 151.298 5
## 6112 485 482.935 132
## 6113 350 348.483 216
## 6114 265 257.337 183
## 6115 554 553.316 373
## 6116 149 145.754 1370
## 6117 173 171.946 119
## 6118 168 154.373 165
## 6119 419 417.124 23803
## 6120 183 177.761 175
## 6121 191 190.095 339
## 6122 825 822.740 591
## 6123 184 181.582 160
## 6124 225 209.181 153
## 6125 138 136.443 188
## 6126 232 231.127 250
## 6127 189 170.899 239
## 6128 133 132.222 200
## 6129 205 203.106 161
## 6130 135 127.132 150
## 6131 583 576.761 324
## 6132 380 378.347 368
## 6133 345 342.573 158
## 6134 196 195.714 145
## 6135 351 248.964 632
## 6136 334 330.265 192
## 6137 193 179.649 87
## 6138 301 229.428 71632
## 6139 175 162.938 168
## 6140 168 166.552 150
## 6141 189 188.117 158
## 6142 210 170.690 263
## 6143 397 384.402 672
## 6144 456 397.709 255
## 6145 133 132.094 165
## 6146 598 596.135 591
## 6147 104 101.998 247
## 6148 151 137.190 152
## 6149 469 403.771 287
## 6150 205 186.711 93
## 6151 267 233.724 350
## 6152 124 122.721 268
## 6153 278 275.443 182
## 6154 417 414.641 281
## 6155 212 203.241 316
## 6156 172 168.321 179
## 6157 180 176.465 156
## 6158 229 228.166 166
## 6159 227 226.462 147
## 6160 221 220.064 186
## 6161 81 51.313 180
## 6162 213 211.704 203
## 6163 322 315.543 259
## 6164 344 342.313 192
## 6165 267 266.844 320
## 6166 232 230.825 156
## 6167 303 293.341 197
## 6168 201 179.640 199
## 6169 146 144.653 136
## 6170 336 330.316 223
## 6171 406 387.764 13035
## 6172 207 186.486 221
## 6173 156 147.441 190
## 6174 634 611.064 320
## 6175 240 239.319 125
## 6176 1026 978.974 317
## 6177 157 153.117 130
## 6178 222 219.420 177
## 6179 489 445.855 302
## 6180 799 586.530 166
## 6181 178 176.703 149
## 6182 171 138.445 169
## 6183 294 290.997 135
## 6184 179 177.550 157
## 6185 259 253.287 674
## 6186 264 262.934 128
## 6187 231 226.558 261
## 6188 887 871.157 1716
## 6189 161 154.720 190
## 6190 277 246.352 18170
## 6191 264 236.752 631
## 6192 293 283.025 226
## 6193 234 233.072 205
## 6194 212 206.377 203
## 6195 244 216.344 155
## 6196 190 172.801 267
## 6197 171 168.835 227
## 6198 272 220.934 188
## 6199 236 234.878 214
## 6200 247 243.451 260
## 6201 268 216.511 238
## 6202 246 203.157 223
## 6203 288 285.302 194
## 6204 310 308.369 317
## 6205 191 188.949 164
## 6206 190 186.745 249
## 6207 237 226.187 251
## 6208 269 241.053 218
## 6209 230 226.865 208
## 6210 413 406.584 138
## 6211 6050 1053.726 650
## 6212 195 193.143 198
## 6213 109 108.532 112
## 6214 655 647.082 292
## 6215 219 216.130 348
## 6216 201 204.567 158
## 6217 279 277.311 173
## 6218 295 293.868 288
## 6219 206 204.615 165
## 6220 157 153.409 171
## 6221 858 856.295 271
## 6222 183 177.746 144
## 6223 160 151.795 125
## 6224 348 338.155 160
## 6225 250 249.023 282
## 6226 385 360.926 428
## 6227 232 205.863 248
## 6228 145 143.006 175
## 6229 148 147.534 130
## 6230 296 269.223 199
## 6231 372 341.750 384
## 6232 350 317.565 241
## 6233 247 204.798 239
## 6234 245 242.305 214
## 6235 214 212.563 187
## 6236 142 141.041 204
## 6237 190 188.784 191
## 6238 165 161.066 284
## 6239 120 119.422 1358
## 6240 153 146.989 142
## 6241 292 289.921 168
## 6242 469 455.406 246
## 6243 198 197.450 191
## 6244 209 207.523 230
## 6245 557 554.891 292
## 6246 327 315.211 241
## 6247 349 331.308 191
## 6248 256 250.017 211
## 6249 147 146.193 113
## 6250 282 117.485 153
## 6251 359 303.065 310
## 6252 296 237.457 212
## 6253 169 168.433 128
## 6254 202 201.134 198
## 6255 411 407.703 528
## 6256 172 171.149 139
## 6257 88 87.059 165
## 6258 266 255.492 199
## 6259 215 213.259 171
## 6260 213 209.046 214
## 6261 226 224.562 287
## 6262 226 223.722 196
## 6263 254 252.795 255
## 6264 166 164.492 218
## 6265 267 263.599 250
## 6266 249 248.674 167
## 6267 208 196.683 182
## 6268 239 228.664 189
## 6269 571 513.980 3876
## 6270 308 282.834 261
## 6271 544 452.179 316
## 6272 211 209.949 175
## 6273 199 197.812 197
## 6274 285 256.267 243
## 6275 678 641.076 355
## 6276 211 210.046 239
## 6277 196 195.093 266
## 6278 174 172.205 320
## 6279 130 129.694 185
## 6280 113 111.869 121
## 6281 174 170.122 253
## 6282 419 417.669 449
## 6283 206 204.682 137
## 6284 109 85.396 185
## 6285 302 300.209 147
## 6286 219 217.621 239
## 6287 157 156.119 243
## 6288 353 352.048 207
## 6289 357 354.450 367
## 6290 196 194.664 364
## 6291 218 209.903 184
## 6292 261 253.762 303
## 6293 307 303.493 1970
## 6294 295 285.202 141
## 6295 231 229.734 378
## 6296 239 211.423 281
## 6297 430 328.019 196
## 6298 198 196.750 287
## 6299 271 255.008 292
## 6300 741 739.456 236
## 6301 236 235.340 226
## 6302 248 229.668 393
## 6303 157 149.194 125
## 6304 203 196.678 174
## 6305 238 233.195 242
## 6306 166 152.760 204
## 6307 333 282.851 359
## 6308 239 238.004 166
## 6309 236 235.087 162
## 6310 1203 1201.310 149
## 6311 1260 732.930 657
## 6312 205 204.087 232
## 6313 423 405.403 250
## 6314 125 66.205 143
## 6315 149 144.219 170
## 6316 141 120.809 44
## 6317 257 251.165 164
## 6318 127 126.470 110
## 6319 309 307.168 194
## 6320 134 131.346 131
## 6321 213 211.039 227
## 6322 179 177.340 240
## 6323 138 136.486 190
## 6324 157 148.994 201
## 6325 240 232.283 308
## 6326 120 76.129 166
## 6327 523 521.850 472
## 6328 236 234.514 270
## 6329 402 388.855 266
## 6330 253 236.058 174
## 6331 220 194.217 376
## 6332 1457 268.851 217
## 6333 281 277.892 200
## 6334 190 188.053 190
## 6335 177 176.163 178
## 6336 92 91.353 171
## 6337 198 197.124 258
## 6338 378 366.438 271
## 6339 264 263.451 273
## 6340 165 164.173 163
## 6341 167 165.293 173
## 6342 186 184.497 205
## 6343 235 233.430 309
## 6344 221 211.093 179
## 6345 766 765.361 932
## 6346 935 932.371 246
## 6347 528 520.538 319
## 6348 192 189.613 118
## 6349 646 644.233 324
## 6350 235 233.503 219
## 6351 96 95.193 181
## 6352 282 276.895 425
## 6353 737 313.379 298
## 6354 252 187.609 172
## 6355 384 382.853 281
## 6356 211 203.093 436
## 6357 275 266.733 185
## 6358 220 218.693 423
## 6359 247 244.730 306
## 6360 530 506.643 656
## 6361 603 434.973 168
## 6362 160 158.398 178
## 6363 218 214.072 266
## 6364 192 186.833 249
## 6365 201 193.821 144
## 6366 200 197.906 173
## 6367 183 152.695 178
## 6368 103 99.911 132
## 6369 194 192.256 310
## 6370 215 213.650 188
## 6371 193 191.163 293
## 6372 154 153.388 228
## 6373 295 259.448 271
## 6374 4560 218.209 4325
## 6375 199 189.905 173
## 6376 302 285.998 292
## 6377 235 233.909 228
## 6378 149 147.619 137
## 6379 129 127.863 139
## 6380 173 170.739 177
## 6381 275 262.744 408
## 6382 223 221.876 147
## 6383 165 147.878 123
## 6384 260 258.762 182
## 6385 1749 413.371 2
## 6386 165 163.730 146
## 6387 188 185.630 213
## 6388 518 477.226 163
## 6389 177 175.530 190
## 6390 181 172.721 133
## 6391 173 167.024 140
## 6392 160 158.749 158
## 6393 213 211.480 156
## 6394 182 175.809 292
## 6395 305 301.716 155
## 6396 117 116.173 79
## 6397 200 195.052 312
## 6398 338 336.177 402
## 6399 266 248.907 215
## 6400 252 250.298 176
## 6401 175 172.469 165
## 6402 366 364.864 283
## 6403 217 214.668 182
## 6404 253 218.921 176
## 6405 162 145.724 111
## 6406 177 172.327 141
## 6407 238 235.617 350
## 6408 170 168.281 149
## 6409 188 180.949 116
## 6410 247 244.445 182
## 6411 636 541.946 302
## 6412 503 501.263 486
## 6413 344 342.945 337
## 6414 175 171.160 118
## 6415 189 180.146 250
## 6416 161 160.995 144
## 6417 1253 1252.274 588
## 6418 200 183.878 208
## 6419 174 143.815 129
## 6420 314 310.542 281
## 6421 178 177.466 137
## 6422 315 280.388 232
## 6423 22728 22725.375 313
## 6424 1035 178.193 226
## 6425 365 362.737 395
## 6426 138 135.545 162
## 6427 378 355.496 594
## 6428 196 185.668 162
## 6429 351 338.916 244
## 6430 186 185.302 220
## 6431 201 192.725 164
## 6432 166 159.539 162
## 6433 214 213.103 182
## 6434 186 176.594 219
## 6435 210 208.489 141
## 6436 222 214.436 171
## 6437 166 164.513 166
## 6438 240 231.265 124
## 6439 345 343.826 338
## 6440 242 213.840 251
## 6441 397 278.464 235
## 6442 6862 6860.859 211
## 6443 175 172.234 147
## 6444 211 206.157 187
## 6445 293 289.368 449
## 6446 170 164.002 172
## 6447 124 122.945 155
## 6448 1131 1098.498 4809
## 6449 251 244.999 349
## 6450 250 238.705 143
## 6451 173 168.135 164
## 6452 201 199.626 155
## 6453 264 259.296 527
## 6454 160 158.341 131
## 6455 209 201.814 187
## 6456 286 273.855 265
## 6457 251 221.935 197
## 6458 247 238.151 212
## 6459 588 586.041 357
## 6460 284 260.797 413
## 6461 487 482.200 176
## 6462 254 250.198 208
## 6463 162 140.251 196
## 6464 249 246.968 139
## 6465 197 187.559 189
## 6466 331 328.955 209
## 6467 253 251.567 437
## 6468 355 354.038 245
## 6469 535 521.329 359
## 6470 289 284.157 207
## 6471 486 485.097 247
## 6472 190 189.796 144
## 6473 233 230.902 160
## 6474 361 358.785 293
## 6475 344 340.017 231
## 6476 221 189.302 135
## 6477 186 184.426 208
## 6478 238 237.462 148
## 6479 1793 1557.804 393
## 6480 229 228.785 169
## 6481 100 98.704 107
## 6482 123 122.286 151
## 6483 222 220.255 272
## 6484 159 157.380 155
## 6485 225 224.871 153
## 6486 309 308.207 187
## 6487 186 137.857 141
## 6488 202 191.214 146
## 6489 268 254.003 482
## 6490 319 295.936 223
## 6491 208 206.897 162
## 6492 227 226.396 157
## 6493 195 193.640 148
## 6494 175 151.988 160
## 6495 180 178.468 135
## 6496 532 505.598 312
## 6497 151 117.347 40030
## 6498 219 213.461 214
## 6499 368 366.619 152
## 6500 292 223.870 213
## 6501 236 234.850 212
## 6502 336 332.501 456
## 6503 168 166.400 120
## 6504 334 330.244 264
## 6505 265 221.526 198
## 6506 245 244.398 140
## 6507 325 325.008 237
## 6508 177 150.857 153
## 6509 1038 1036.053 221
## 6510 331 329.612 183
## 6511 184 182.528 147
## 6512 114 108.409 191
## 6513 351 350.263 490
## 6514 442 422.053 177
## 6515 517 515.689 396
## 6516 270 268.387 307
## 6517 445 443.828 266
## 6518 288 286.318 188
## 6519 413 408.537 209
## 6520 212 209.360 220
## 6521 11044 336.383 329
## 6522 694 75.747 124
## 6523 183 180.334 164
## 6524 1074 1054.130 364
## 6525 322 295.581 223
## 6526 698 695.832 130
## 6527 731 727.614 460
## 6528 1160 1158.209 130
## 6529 196 191.314 378
## 6530 123 114.041 104
## 6531 279 275.306 248
## 6532 366 360.961 228
## 6533 157 154.143 181
## 6534 369 365.780 187
## 6535 185 177.224 141
## 6536 241 232.217 312
## 6537 164 140.058 143
## 6538 305 233.226 250
## 6539 256 254.999 158
## 6540 242 225.390 172
## 6541 137 135.241 119
## 6542 200 125.144 137
## 6543 161 140.965 291
## 6544 245 228.546 164
## 6545 153 151.510 182
## 6546 389 384.507 302
## 6547 246 244.432 256
## 6548 235 225.024 161
## 6549 800 796.818 432
## 6550 136 135.756 62
## 6551 478 475.628 332
## 6552 260 258.066 297
## 6553 347 345.474 279
## 6554 796 782.862 391
## 6555 290 288.601 212
## 6556 194 186.950 217
## 6557 1070 1067.618 852
## 6558 334 321.336 243
## 6559 220 218.356 247
## 6560 102 100.535 498
## 6561 183 178.537 180
## 6562 313 311.719 201
## 6563 169 168.095 151
## 6564 216 214.411 173
## 6565 137 136.095 123
## 6566 250 248.171 287
## 6567 430 377.003 250
## 6568 202 201.037 210
## 6569 221 218.682 158
## 6570 258 257.291 161
## 6571 177 175.940 177
## 6572 330 328.253 113
## 6573 249 247.905 378
## 6574 197 195.250 139
## 6575 386 376.090 265
## 6576 146 145.282 704
## 6577 287 231.814 375
## 6578 310 308.861 234
## 6579 298 294.120 216
## 6580 200 198.488 158
## 6581 222 209.203 176
## 6582 459 439.120 285
## 6583 285 225.681 227
## 6584 229 215.118 167
## 6585 182 181.230 213
## 6586 8097 414.083 260
## 6587 220 192.234 213
## 6588 265 264.040 140
## 6589 248 243.433 182
## 6590 338 282.786 177
## 6591 159 158.136 137
## 6592 175 174.567 139
## 6593 600 479.589 375
## 6594 230 199.923 170
## 6595 235 226.633 254
## 6596 325 320.516 399
## 6597 329 324.793 256
## 6598 263 261.770 311
## 6599 409 407.892 236
## 6600 195 193.562 189
## 6601 323 311.412 266
## 6602 387 375.973 149
## 6603 184 183.234 169
## 6604 138 136.637 132
## 6605 454 452.013 226
## 6606 325 281.020 264
## 6607 132 121.679 204
## 6608 277 223.272 2852
## 6609 291 289.302 182
## 6610 271 269.486 177
## 6611 590 415.139 326
## 6612 451 449.196 540
## 6613 238 232.431 200
## 6614 193 192.022 349
## 6615 159 151.602 125
## 6616 669 666.150 479
## 6617 1064 366.673 721
## 6618 146 129.631 149
## 6619 184 183.202 178
## 6620 304 302.207 269
## 6621 283 280.724 180
## 6622 219 213.398 384
## 6623 230 228.711 308
## 6624 314 282.320 250
## 6625 198 196.116 211
## 6626 202 193.658 197
## 6627 7678 256.672 7409
## 6628 146 132.495 160
## 6629 228 227.284 193
## 6630 275 273.574 268
## 6631 97 95.235 3579
## 6632 180 178.913 163
## 6633 614 589.278 270
## 6634 122 120.021 102
## 6635 108 107.638 126
## 6636 194 192.580 195
## 6637 209 204.256 1663
## 6638 180 178.487 201
## 6639 321 311.611 353
## 6640 77 48.070 146
## 6641 1257 727.765 628
## 6642 289 285.908 209
## 6643 187 155.496 170
## 6644 247 226.984 291
## 6645 221 196.378 214
## 6646 247 241.040 194
## 6647 237 235.615 296
## 6648 273 271.490 203
## 6649 167 160.749 244
## 6650 395 389.600 362
## 6651 233 232.954 390
## 6652 190 188.663 159
## 6653 161 159.595 185
## 6654 195 193.716 133
## 6655 233 232.242 218
## 6656 239 200.407 218
## 6657 159 156.701 129
## 6658 15 11.192 403
## 6659 148 146.697 167
## 6660 144 143.374 137
## 6661 394 370.912 312
## 6662 244 242.898 529
## 6663 230 228.752 279
## 6664 1099 1037.275 376
## 6665 159 146.166 158
## 6666 186 184.852 213
## 6667 218 213.013 255
## 6668 388 377.592 210
## 6669 455 425.718 329
## 6670 188 185.658 209
## 6671 202 174.724 211
## 6672 188 182.790 202
## 6673 262 251.914 365
## 6674 156 154.648 203
## 6675 166 164.680 324
## 6676 233 182.805 219
## 6677 257 256.168 154
## 6678 456 453.324 484
## 6679 266 250.810 233
## 6680 253 251.352 233
## 6681 639 620.577 200
## 6682 194 191.534 255
## 6683 210 206.057 167
## 6684 449 417.590 262
## 6685 332 330.105 277
## 6686 329 327.315 327
## 6687 398 395.633 307
## 6688 277 273.742 251
## 6689 254 251.342 228
## 6690 296 268.015 12518
## 6691 269 266.422 233
## 6692 741 710.746 690
## 6693 221700 181.863 216
## 6694 364 362.621 217
## 6695 62 60.451 102
## 6696 461 459.096 285
## 6697 199 185.562 237
## 6698 206 205.726 131
## 6699 208 199.827 195
## 6700 317 314.080 192
## 6701 252 250.874 201
## 6702 267 264.522 173
## 6703 294 272.052 163
## 6704 233 229.755 257
## 6705 405 385.366 265
## 6706 125 116.548 194
## 6707 135 130.834 156
## 6708 223 220.107 197
## 6709 356 351.313 311
## 6710 212 201.125 256
## 6711 309 289.277 191
## 6712 186 174.749 207
## 6713 135 133.481 104
## 6714 724 224.457 199
## 6715 287 285.221 256
## 6716 193 187.460 203
## 6717 173 171.104 158
## 6718 117 115.767 177
## 6719 157 141.807 275
## 6720 476 473.406 286
## 6721 720 119.342 198
## 6722 308 306.900 135
## 6723 147 138.407 109
## 6724 252 251.099 274
## 6725 273 267.392 248
## 6726 585 541.775 108574
## 6727 243 241.784 57655
## 6728 181 179.221 180
## 6729 241 216.017 223
## 6730 253 252.033 206
## 6731 175 173.338 149
## 6732 206 167.123 264
## 6733 135 133.732 163
## 6734 240 183.158 164
## 6735 165 163.084 172
## 6736 200 197.013 162
## 6737 210 200.752 216
## 6738 328 316.220 191
## 6739 202 200.310 238
## 6740 204 202.089 198
## 6741 207 206.568 169
## 6742 230 228.389 177
## 6743 189 187.124 156
## 6744 452 449.984 345
## 6745 338 307.509 278
## 6746 353 350.291 277
## 6747 233 231.187 24
## 6748 1461 1458.972 439
## 6749 165 164.621 191
## 6750 1481 1474.637 793
## 6751 229 226.020 193
## 6752 237 236.085 164
## 6753 241 239.995 251
## 6754 171 167.148 104
## 6755 134 131.648 160
## 6756 133 114.117 122
## 6757 166 165.237 156
## 6758 229 227.039 203
## 6759 257 255.335 152
## 6760 222 215.569 186
## 6761 339 336.747 247
## 6762 205 202.860 231
## 6763 292 288.592 215
## 6764 218 140.342 230
## 6765 267 266.430 194
## 6766 183 181.787 233
## 6767 180 177.779 172
## 6768 179 177.698 250
## 6769 214 205.195 207
## 6770 190 188.597 142
## 6771 281 279.085 413
## 6772 296 287.584 221
## 6773 181 150.442 175
## 6774 230 217.929 242
## 6775 196 194.917 226
## 6776 297 246.523 233
## 6777 237 225.381 209
## 6778 330 321.588 500
## 6779 315 312.541 183
## 6780 189 168.128 157
## 6781 229 221.507 138
## 6782 445 418.725 210
## 6783 167 166.827 158
## 6784 246 236.102 211
## 6785 191 189.423 183
## 6786 170 167.961 142
## 6787 281 278.833 205
## 6788 208 206.414 190
## 6789 220 215.220 334
## 6790 1036 827.686 437
## 6791 111 109.134 191
## 6792 671 654.044 439775
## 6793 204 195.950 215
## 6794 235 234.021 190
## 6795 203 200.703 251
## 6796 19085 19040.693 337
## 6797 161 158.454 239
## 6798 793 34.112 143
## 6799 261 250.278 173
## 6800 174 172.375 180
## 6801 406 256.176 300
## 6802 180 177.890 54
## 6803 416 414.521 233
## 6804 530 486.586 178
## 6805 183 182.015 179
## 6806 158 156.476 150
## 6807 219 218.176 183
## 6808 219 210.473 142
## 6809 224 195.510 191
## 6810 193 174.675 221
## 6811 191 185.534 180
## 6812 248 246.948 212
## 6813 298 271.175 346
## 6814 470 426.519 322
## 6815 371 369.414 710
## 6816 157 155.744 201
## 6817 172 170.666 177
## 6818 207 206.319 188
## 6819 203 171.482 164
## 6820 190 189.483 144
## 6821 177 176.061 164
## 6822 330 326.355 359
## 6823 206 198.750 205
## 6824 320 319.612 185
## 6825 165 163.734 160
## 6826 324 266.536 247
## 6827 122 121.283 314
## 6828 149 147.533 176
## 6829 166 165.347 182
## 6830 276 274.207 228
## 6831 163 161.823 166
## 6832 139 136.954 120
## 6833 239 197.603 366
## 6834 211 210.115 214
## 6835 243 242.755 179
## 6836 188 182.637 161
## 6837 165 153.132 220
## 6838 301 299.417 251
## 6839 194 191.223 276
## 6840 396 326.060 226
## 6841 476 474.119 267
## 6842 171 161.898 141
## 6843 394 343.015 217
## 6844 580 252.613 189
## 6845 302 298.055 233
## 6846 236 235.589 191
## 6847 193 192.012 249
## 6848 190 189.313 262
## 6849 208 182.491 224
## 6850 244 197.025 258
## 6851 23 19.968 243
## 6852 201 172.553 204
## 6853 185 178.393 152
## 6854 183 179.612 257
## 6855 286 281.223 178
## 6856 236 231.801 244
## 6857 194 189.711 162
## 6858 155 153.649 112
## 6859 499 433.046 290
## 6860 179 177.966 150
## 6861 2576 2573.441 145
## 6862 212 201.277 485
## 6863 257 243.662 220
## 6864 282 274.606 208
## 6865 205 184.491 207
## 6866 895 813.297 517
## 6867 1082 1080.456 954
## 6868 166 163.302 374
## 6869 306 304.366 231
## 6870 249 236.557 242
## 6871 305 302.827 355
## 6872 184 160.215 140
## 6873 170 162.599 199
## 6874 580 577.939 5557586
## 6875 181 179.059 124
## 6876 273 271.931 230
## 6877 454 451.841 347
## 6878 143 139.742 147
## 6879 123 122.537 153
## 6880 423 410.448 637
## 6881 2503 2299.065 211
## 6882 440 438.935 353
## 6883 200 194.145 224
## 6884 259 257.902 276
## 6885 1381 339.104 1011
## 6886 212 204.642 275
## 6887 274 267.404 161
## 6888 370 369.266 137
## 6889 302 289.894 276
## 6890 215 214.051 255
## 6891 275 274.829 308
## 6892 208 206.966 186
## 6893 164 157.605 170
## 6894 335 332.139 255
## 6895 212 159.323 220
## 6896 228 223.779 200
## 6897 378 368.496 202
## 6898 2041 2038.365 220
## 6899 296 295.248 268
## 6900 210 184.935 219
## 6901 121 109.042 117
## 6902 160 157.201 291
## 6903 206 203.502 135
## 6904 113 111.765 129
## 6905 188 178.935 151
## 6906 266 264.521 152
## 6907 237 203.237 456
## 6908 305 303.054 3278
## 6909 350 335.510 126
## 6910 429 376.733 306
## 6911 158 155.360 438
## 6912 406 401.519 183
## 6913 252 250.110 210
## 6914 346 327.711 465
## 6915 270 268.215 222
## 6916 179 178.587 174
## 6917 228 201.170 187
## 6918 177 176.349 134
## 6919 154 152.229 167
## 6920 214 212.091 150
## 6921 227 225.572 207
## 6922 240 237.701 255
## 6923 268 237.384 1340
## 6924 900 892.264 230
## 6925 266 248.589 289
## 6926 227 221.563 222
## 6927 188 133.813 155
## 6929 198 196.321 163
## 6930 208 207.343 215
## 6931 197 193.823 255
## 6932 165 162.505 179
## 6933 568 546.912 378
## 6934 165 161.856 165
## 6935 354 297.261 341
## 6936 1297 1295.758 18982
## 6937 211 202.780 252
## 6938 195 161.679 171
## 6939 185 152.266 150
## 6940 157 136.403 140
## 6941 625 296.807 6
## 6942 163 161.290 204
## 6943 309 304.067 250
## 6944 209 192.841 236
## 6945 194 180.573 170
## 6946 891 870.763 177
## 6947 383 381.084 743
## 6948 189 158.634 302
## 6949 430 410.426 235
## 6950 286 284.056 319
## 6951 338 332.023 221
## 6952 194 193.265 180
## 6953 770 684.752 293
## 6954 275 147.235 111
## 6955 221 199.239 234
## 6956 184 161.651 136
## 6957 185 181.051 93
## 6958 139 136.327 158
## 6959 7537 7531.902 173
## 6960 780 361.042 343
## 6961 225 208.231 230
## 6962 268 266.960 172
## 6963 265 263.410 238
## 6964 278 267.033 184
## 6965 135 128.074 178
## 6966 229 228.376 220
## 6967 297 275.984 170
## 6968 114 112.667 153
## 6969 269 232.554 185
## 6970 204 186.751 158
## 6971 670 206.193 155
## 6973 184 183.388 102
## 6974 145 144.378 160
## 6975 131 130.054 157
## 6976 478 468.687 304
## 6977 3486 3365.855 609
## 6978 1075 1052.097 276
## 6979 218 205.819 152
## 6980 415 413.053 261
## 6981 126 124.571 70
## 6982 321 293.168 386
## 6983 155 152.511 155
## 6984 168 164.315 164
## 6985 151 142.306 137
## 6986 248 244.292 403
## 6987 155 128.626 136
## 6988 184 169.627 132
## 6989 212 189.139 8950
## 6990 186 184.377 141
## 6991 131 129.737 204
## 6992 238 236.817 152
## 6993 240 223.107 439
## 6994 161 153.849 193
## 6995 581 560.413 279
## 6996 351 307.525 203
## 6997 164 161.172 175
## 6998 264 257.406 108
## 6999 241 241.156 179
## 7000 309 308.355 151
## 7001 1442 1425.435 212
## 7002 199 198.034 380
## 7003 199 192.031 274
## 7004 266 264.162 179
## 7005 366 362.171 1243
## 7006 169 167.536 181
## 7007 151 145.414 113
## 7008 284 280.877 198
## 7009 345 341.627 621
## 7010 458 446.002 501
## 7011 247 246.495 196
## 7012 176 172.922 167
## 7013 291 280.944 207
## 7014 229 231.528 181
## 7015 448 445.873 240
## 7016 442 439.782 265
## 7017 165 138.280 147
## 7018 191 175.896 145
## 7019 176 175.118 840
## 7020 331 327.057 188
## 7021 249 247.532 202
## 7022 167 161.784 171
## 7023 220 219.183 268
## 7024 148 146.632 154
## 7025 245 227.608 208
## 7026 248 245.223 174
## 7027 291 258.882 181
## 7028 337 332.996 283
## 7029 221 199.554 189
## 7030 316 313.039 234
## 7031 200 199.578 24232
## 7032 270 268.139 271
## 7033 199 180.377 253
## 7034 110 108.619 209
## 7035 280 261.625 277
## 7036 402 401.109 307
## 7037 164 163.313 586
## 7038 328 284.522 287
## 7039 383 379.613 533
## 7040 193 163.991 174
## 7041 202 201.493 202
## 7043 174 173.015 166
## 7044 176 174.439 149
## 7045 218 202.216 137
## 7046 150 149.337 86
## 7047 351 349.286 13882
## 7048 195 193.977 150
## 7049 124 123.160 186
## 7050 174 172.792 243
## 7051 398 396.169 376
## 7052 142 137.947 155
## 7053 217 209.507 507
## 7054 153 152.157 145
## 7055 341 331.429 298
## 7056 566 563.744 349
## 7057 596 571.996 173
## 7058 388 387.041 323
## 7059 286 285.243 243
## 7060 136 119.594 165
## 7061 237 201.894 229
## 7062 244 206.817 234
## 7063 326 324.112 134
## 7064 363 354.047 435
## 7065 188 187.250 188
## 7066 159 149.949 146
## 7067 297 253.600 260
## 7068 134 129.931 151
## 7069 357 333.749 1733
## 7070 945 943.913 465
## 7071 120 118.357 207
## 7072 168 140.558 209
## 7073 171 156.904 221
## 7074 179 177.685 122
## 7075 215 184.032 273
## 7076 118 116.217 151
## 7077 197 196.905 200
## 7078 202 201.084 129
## 7079 140 139.314 127
## 7080 221 211.240 231
## 7081 202 192.219 156
## 7082 424 393.970 219
## 7083 389 335.709 262
## 7084 193 184.408 228
## 7085 168 155.610 195
## 7086 267 264.474 245
## 7087 283 282.246 227
## 7088 1190 1187.904 195
## 7089 318 317.035 270
## 7090 412 347.921 290
## 7091 315 275.391 485
## 7092 261 259.644 127
## 7093 201 196.349 112
## 7094 1507 1505.474 449
## 7095 587 585.408 119832
## 7096 259 257.157 105
## 7097 475 425.109 245
## 7098 1061 920.909 289
## 7099 167 166.091 156
## 7100 151 144.938 173
## 7101 194 188.236 129
## 7102 689 681.180 250
## 7103 209 194.463 248
## 7104 178 172.974 216
## 7105 221 219.804 207
## 7106 261 259.567 177
## 7107 345 318.702 301
## 7108 144 141.894 101
## 7109 240 239.109 205
## 7110 161 160.555 161
## 7111 284 199.093 136
## 7112 254 251.570 224
## 7113 197 184.370 182
## 7114 246 243.098 185
## 7115 289 287.272 222
## 7116 345 333.624 255
## 7117 277 272.692 199
## 7118 226 222.146 185
## 7119 176 174.793 508
## 7120 125 124.032 165
## 7121 201 190.007 209
## 7122 335 320.307 215
## 7123 488 486.183 351
## 7124 150 147.181 203
## 7125 289 277.597 280
## 7126 326 324.643 765
## 7127 605 602.798 289
## 7128 178 176.866 142
## 7129 217 215.848 209
## 7130 182 181.524 174
## 7131 175 173.897 294
## 7132 148 146.356 146
## 7133 145 140.877 116
## 7134 424 422.125 394
## 7135 733 718.500 433
## 7136 270 269.791 106
## 7137 224 222.699 192
## 7138 261 260.063 132
## 7139 307 305.430 223
## 7140 145 143.688 143
## 7141 291 288.671 252
## 7142 138 130.171 84
## 7143 118 114.868 150
## 7144 262 260.236 197
## 7145 127 124.357 157
## 7146 190 188.958 154
## 7147 176 174.302 161
## 7148 240 233.610 155
## 7149 144 143.658 141
## 7150 201 199.069 160
## 7151 196 194.944 145
## 7152 195 192.084 320
## 7153 239 238.010 177
## 7154 331 329.720 160
## 7155 193 192.105 226
## 7156 272 240.973 224
## 7157 422 389.011 291
## 7158 166 163.022 149
## 7159 163 159.199 171
## 7160 171 170.007 148
## 7161 80 79.452 158
## 7162 241 240.088 134
## 7163 243 239.692 214
## 7164 157 154.852 178
## 7165 300 299.500 257
## 7166 292 289.575 234
## 7167 201 192.743 138
## 7168 131 129.939 190
## 7169 189 187.172 242
## 7170 240 231.524 150
## 7171 1039 642.983 274
## 7172 139 131.309 123
## 7173 121 107.405 108
## 7174 215 212.454 243
## 7175 219 216.787 216
## 7176 202 199.882 193
## 7177 243 217.841 276
## 7178 159 157.155 117
## 7179 520 518.344 333
## 7180 273 272.114 191
## 7181 323 317.904 166
## 7182 272 248.343 230
## 7183 354 351.423 262
## 7184 345 342.169 255
## 7185 793 783.951 258
## 7186 282 273.779 392
## 7187 200 198.089 186
## 7188 211 203.436 198
## 7189 264 262.864 170
## 7190 373 365.953 137
## 7191 204 171.001 323
## 7192 173 171.675 204
## 7193 202 179.551 232
## 7194 107 106.037 185
## 7195 238 227.762 446
## 7196 291 274.210 164
## 7197 284 274.573 208
## 7198 294 292.510 149
## 7199 181 180.698 172
## 7200 217 212.070 188
## 7201 279 218.803 301
## 7202 149 149.094 144
## 7203 238 63.064 119
## 7204 173 145.078 172
## 7205 176 173.976 193
## 7206 1342 1332.140 166
## 7207 179 177.499 167
## 7208 133 127.685 179
## 7209 133 131.426 178
## 7210 107 106.169 131
## 7211 175 173.669 185
## 7212 162 159.939 121
## 7213 225 207.191 247
## 7214 163 157.976 275
## 7215 184 174.462 94
## 7216 252 247.188 175
## 7217 276 189.511 234
## 7218 296 286.602 252
## 7219 198 184.013 170
## 7220 240 229.261 169
## 7221 210 208.859 165
## 7222 395 238.216 243
## 7223 282 281.321 293
## 7224 203 202.340 164
## 7225 407 369.289 383
## 7226 245 231.464 241
## 7227 211 210.058 366
## 7228 359 356.874 268
## 7229 2716 2713.855 193
## 7230 144 143.082 120
## 7231 136 109.860 190
## 7232 190 188.790 211
## 7233 256 254.414 125
## 7234 187 186.473 158
## 7235 208 205.846 243
## 7236 226 214.970 151
## 7237 292 253.440 208
## 7238 167 157.089 153
## 7239 262 247.247 202
## 7240 254 251.341 247
## 7241 106 105.522 118
## 7242 182 181.042 230
## 7243 376 373.290 249
## 7244 313 223.565 371
## 7245 182 180.801 454
## 7246 208 206.559 182
## 7247 182 180.241 172
## 7248 210 199.146 217
## 7249 234 198.662 216
## 7250 143 141.408 125
## 7251 215 189.283 202
## 7252 178 163.386 150
## 7253 251 213.775 189
## 7254 806 792.349 644
## 7255 200 191.576 197
## 7256 169 167.760 202
## 7257 163 161.862 172
## 7258 134 131.983 106
## 7259 343 326.853 322
## 7260 219 218.480 226
## 7261 285 281.835 174
## 7263 164 159.922 166
## 7264 186 184.857 101
## 7265 170 166.349 270
## 7266 178 166.269 197
## 7267 4492 4480.817 722
## 7268 311 292.723 226
## 7269 532 517.026 350
## 7270 12056320 643.773 12054586
## 7271 167 166.539 140
## 7272 269 268.283 251
## 7273 320 313.101 174
## 7274 167 165.288 162
## 7275 203 193.797 201
## 7276 126 117.115 111
## 7277 278 248.123 200
## 7278 451 448.902 283
## 7279 166 146.622 143
## 7280 227 217.463 148
## 7281 247 246.331 209
## 7282 332 327.257 231
## 7283 161 159.587 160
## 7284 600 599.085 232
## 7285 247 245.113 211
## 7286 352 351.374 221
## 7287 96 94.720 153
## 7288 412 411.241 192
## 7289 216 214.157 174
## 7290 161 159.110 153
## 7291 222 210.226 163
## 7292 177 175.780 305
## 7293 246 243.159 221
## 7294 324 322.862 374
## 7295 349 344.722 204
## 7296 357 319.664 227
## 7297 169 167.821 232
## 7298 201 200.134 168
## 7299 371 315.392 252
## 7300 177 176.905 183
## 7301 85 83.634 105
## 7302 628 592.388 523
## 7303 181 169.602 193
## 7304 400 362.496 264
## 7305 90 89.413 120
## 7306 263 261.593 211
## 7307 249 195.849 814
## 7308 211 210.163 141
## 7309 378 365.933 317
## 7310 210 199.185 221
## 7311 312 299.091 169
## 7312 273 247.508 304
## 7313 255 253.387 264
## 7314 523 494.222 298
## 7315 154 134.882 107
## 7316 136 130.206 113
## 7317 233 224.290 140
## 7318 187 185.068 163
## 7319 214 211.390 155
## 7320 221 197.091 185
## 7321 141 135.670 70
## 7322 180 164.451 488
## 7323 268 242.080 175
## 7324 214 207.629 158
## 7325 317 305.785 268
## 7326 210 201.734 196
## 7327 200 199.143 542
## 7328 186 185.473 166
## 7329 227 224.964 657
## 7330 297 270.859 200
## 7331 134 111.088 162
## 7332 339 324.272 298
## 7333 261 250.060 235
## 7334 317 316.439 281
## 7335 172 160.077 158
## 7336 169 149.305 138
## 7337 445 443.872 419
## 7338 177 177.076 146
## 7339 141 139.038 136
## 7340 596 594.113 649
## 7341 337 335.781 249
## 7342 249 248.242 159
## 7343 427 419.422 566
## 7344 938 651.413 432
## 7345 242 240.183 258
## 7346 251 235.068 236
## 7347 382 381.073 209
## 7348 174 136.327 162
## 7349 343 341.595 186
## 7350 439 378.640 206
## 7351 877 784.997 779
## 7352 306 304.656 188
## 7353 251 220.001 204
## 7354 401 394.153 185889
## 7355 411 408.428 516
## 7356 207 205.517 201
## 7357 238 226.611 200
## 7358 994 992.560 7842
## 7359 207 206.017 189
## 7360 821 818.077 590
## 7361 377 364.521 178
## 7362 425 423.374 228
## 7363 240 239.661 282
## 7364 267 209.437 240
## 7365 257 241.028 318
## 7366 130 122.758 1039
## 7367 292 282.501 254
## 7368 286 282.958 247
## 7369 123 121.665 123
## 7370 192 191.649 233
## 7371 223 222.237 135
## 7372 206 199.802 303
## 7373 182 180.824 167
## 7374 649 647.653 1442
## 7375 162 150.919 195
## 7376 222 221.441 212
## 7377 247 242.519 142
## 7378 227 225.412 287
## 7379 233 229.592 159
## 7380 231 230.186 143
## 7381 811 793.665 501
## 7382 278 266.909 191
## 7383 275 258.455 155
## 7384 1170 1168.167 209
## 7385 155 131.578 150
## 7386 1343 1317.608 407
## 7387 284 281.703 240
## 7388 183 152.902 19658
## 7389 176 175.516 583
## 7390 189 187.815 252
## 7391 201 199.469 124
## 7393 426 425.060 247
## 7394 217 196.923 91
## 7395 232 222.705 97
## 7396 226 224.694 145
## 7397 252 250.792 284
## 7398 145 143.669 153
## 7399 253 242.954 229
## 7400 158 146.392 378
## 7401 197 188.720 170
## 7402 290 288.770 492
## 7403 261 260.782 145
## 7404 191 188.128 156
## 7405 344 341.789 388
## 7406 246 244.558 151
## 7407 231 229.931 160
## 7408 162 160.919 206
## 7409 159 158.222 1852
## 7410 288 269.855 139
## 7411 427 421.760 295
## 7412 278 253.128 318
## 7413 296 294.580 260
## 7414 217 215.187 1009
## 7415 209 198.790 171
## 7416 241 239.642 278
## 7417 157 155.552 217
## 7418 262 261.044 277
## 7419 304 298.256 297
## 7420 229 195.538 228
## 7421 1066 1058.377 228
## 7422 209 207.992 205
## 7423 98 96.706 90
## 7424 184 182.385 149
## 7425 2638 2498.231 618
## 7426 144 143.262 148
## 7427 176 173.314 240
## 7428 232 230.872 428
## 7429 240 237.553 232
## 7430 605 538.532 417
## 7431 177 157.297 127
## 7432 174 172.714 208
## 7433 179 177.745 146
## 7434 202 194.116 172
## 7435 238 233.814 227
## 7436 147 116.994 71825
## 7437 222 214.733 168
## 7438 473 466.810 339
## 7439 149 144.352 160
## 7440 278 276.202 220
## 7441 164 159.675 184
## 7442 199 198.672 144
## 7443 126 124.998 136
## 7444 270 267.861 214
## 7445 360 276.364 355
## 7446 277 274.254 170
## 7447 1067 1064.689 5011
## 7448 228 226.552 261
## 7449 174 174.146 152
## 7450 596 594.995 169
## 7451 142 127.186 163
## 7452 196 187.037 203
## 7453 258 257.559 224
## 7454 245 242.535 272
## 7455 175 173.393 145
## 7456 296 204.547 162
## 7457 201 198.797 245
## 7458 252 250.745 278
## 7459 246 234.040 183
## 7460 207 205.631 181
## 7461 224 223.294 308
## 7462 171 168.841 176
## 7463 267 265.362 179
## 7464 359 316.899 1976
## 7465 224 217.106 193
## 7466 358 350.211 240
## 7467 184 182.831 168
## 7468 132 128.882 140
## 7469 77 76.726 122
## 7470 291 268.487 161
## 7471 282 276.178 231
## 7472 269 230.086 192
## 7473 1532 182.676 145
## 7474 182 173.404 276
## 7475 220 167.138 214
## 7476 188 185.324 137
## 7477 1236 1111.579 386
## 7478 225 165.256 320
## 7479 191 189.522 142
## 7480 122 120.111 119
## 7481 142 140.476 159
## 7482 203 201.906 189
## 7483 227 225.180 498
## 7484 238 236.970 329
## 7485 153 152.313 133
## 7486 166 165.337 135
## 7487 210 180.199 161
## 7488 159 154.266 96
## 7489 192 191.096 164
## 7490 261 260.022 172
## 7491 181 179.484 235
## 7492 318 316.274 240
## 7493 202 174.378 137
## 7494 226 220.937 196
## 7495 211 209.410 228
## 7496 228 226.281 238
## 7497 131 120.804 98
## 7498 176 143.713 366
## 7499 230 222.666 119
## 7500 131 129.588 181
## 7501 134 128.385 199
## 7502 162 142.156 184
## 7503 351 316.640 244
## 7504 193 192.085 132
## 7505 100 89.223 62
## 7506 237 235.791 158
## 7507 209 208.224 185
## 7508 393 169.573 145
## 7509 178 176.073 146
## 7510 536 521.851 371
## 7511 205 195.239 156
## 7512 260 258.092 243
## 7513 132 119.818 107
## 7514 255 237.859 368
## 7515 194 192.268 98
## 7516 379 377.604 623
## 7517 129 128.369 114
## 7518 125 120.788 147
## 7519 335 332.202 347
## 7520 118 112.045 153
## 7521 2223 2118.928 738
## 7522 239 237.859 68
## 7523 312 310.530 244
## 7524 176 176.106 112
## 7525 474 180.731 119
## 7526 191 190.705 126
## 7527 188 174.156 136
## 7528 153 152.500 166
## 7529 214 212.149 305
## 7530 149 148.291 155
## 7531 252 251.805 108
## 7532 121 119.536 145
## 7533 336 332.222 654
## 7534 234 134.044 215
## 7535 146 146.012 139
## 7536 354 342.451 247
## 7537 301 278.171 292
## 7538 127 124.443 110
## 7539 109 107.542 179
## 7540 113 112.156 152
## 7541 183 182.655 147
## 7542 188 186.689 210
## 7543 312 306.790 204
## 7544 129 128.160 164
## 7545 311 299.599 350
## 7546 418 415.537 222
## 7547 132 131.252 34673
## 7548 1012 211.746 797
## 7549 213 212.071 138
## 7550 205 181.074 231
## 7551 181 164.876 137
## 7552 3136 2165.812 394
## 7553 198 191.561 213
## 7554 283 281.986 123
## 7555 153 151.293 173
## 7556 275 268.645 118
## 7557 326 277.913 381
## 7558 281 280.360 157
## 7559 313 296.550 149
## 7560 311 307.998 186
## 7561 227 222.135 226
## 7562 157 156.587 164
## 7563 240 239.472 492
## 7564 155 139.914 152
## 7565 257 245.515 165
## 7566 166 163.634 188
## 7567 412 410.481 234
## 7568 236 232.108 168
## 7569 277 267.547 352
## 7570 281 220.588 67703
## 7571 207 206.705 264
## 7572 402 395.400 249
## 7573 132 131.195 149
## 7574 228 215.521 175
## 7575 162 153.995 159
## 7576 136 134.872 122
## 7577 202 197.196 174
## 7578 576 574.889 315
## 7579 143 142.275 154
## 7580 343 342.758 244
## 7581 195 175.753 152
## 7582 378 316.916 103
## 7583 278 230.984 226
## 7584 2028 1747.313 349
## 7585 182 172.171 120
## 7586 158 156.704 160
## 7587 491 454.742 310
## 7588 229 227.905 216
## 7589 210 209.128 173
## 7590 233 210.600 163
## 7591 313 309.457 409
## 7592 211 210.622 244
## 7593 146 144.911 187
## 7594 195 193.457 179
## 7595 102 101.219 126
## 7596 150 148.977 133
## 7597 203 196.121 212
## 7598 253 251.776 189
## 7599 195 193.671 346
## 7600 208 193.371 130
## 7601 204 202.895 149
## 7602 158 157.741 129
## 7603 342 339.823 331
## 7604 281 257.007 223
## 7605 358 347.684 238
## 7606 186 184.898 214
## 7607 101 99.649 122
## 7608 286 279.733 190
## 7609 266 119.240 94
## 7610 269 266.686 264
## 7611 161 153.146 149
## 7612 138 108.610 114
## 7613 670 475.976 288
## 7614 268 225.734 290
## 7615 340 338.181 167
## 7616 183 181.678 187
## 7617 123 120.168 111
## 7618 171 165.291 187
## 7619 767 453.851 375
## 7620 166 141.251 265
## 7621 137 132.823 322
## 7622 223 221.955 182
## 7623 333 331.739 267
## 7624 158 156.674 87
## 7625 214 211.623 184
## 7626 134 132.466 222
## 7627 378 331.556 299
## 7628 131 129.117 155
## 7629 301 299.350 241
## 7630 240 238.574 262
## 7631 392 368.078 4086
## 7632 205 194.928 124
## 7633 150 148.729 227
## 7634 285 270.407 591
## 7635 433 424.434 232
## 7636 259 243.288 105
## 7637 279 198.837 135
## 7638 238 230.893 177
## 7639 214 213.388 167
## 7640 447 444.738 14991
## 7641 218 216.987 195
## 7642 682 673.510 316
## 7643 912 877.816 427
## 7644 314 313.402 56
## 7645 303 300.539 210
## 7646 170 148.992 166
## 7647 189 186.164 148
## 7648 155 152.126 213
## 7649 363 361.296 301
## 7650 355 319.802 208
## 7651 180 176.135 167
## 7652 176 175.670 202
## 7653 427 328.465 303
## 7654 147 131.283 101
## 7655 883 360.897 356
## 7656 199 189.438 165
## 7657 164 144.363 138
## 7658 159 157.420 139
## 7659 155 152.593 150
## 7660 172 170.295 178
## 7661 157 155.440 138
## 7662 241 224.332 201
## 7663 226 223.426 189
## 7664 174 169.865 203
## 7665 167 166.336 147
## 7666 201 181.503 166
## 7667 157 150.516 133
## 7668 322 316.129 159
## 7669 232 206.385 194
## 7670 224 220.041 129
## 7671 119 118.254 224
## 7672 492 252.171 212
## 7673 371 305.594 312
## 7674 247 245.278 169
## 7675 196 195.021 161
## 7676 224 222.735 223
## 7677 480 347.351 300
## 7678 90 89.107 14652
## 7679 140 139.180 141
## 7680 170 163.159 194
## 7681 221 220.121 223
## 7682 455 159.202 190
## 7683 200 199.072 209
## 7684 294 283.021 248
## 7685 163 160.973 214
## 7686 142 139.363 174
## 7687 196 178.724 152
## 7688 3802 1072.169 172
## 7689 153 151.553 154
## 7690 315 306.980 59114
## 7691 310 293.240 160
## 7692 139 137.645 141
## 7693 139 137.122 133
## 7694 196 195.376 172
## 7695 221 219.810 127
## 7696 314 307.144 300
## 7697 368 312.215 205
## 7698 987 131.848 119
## 7699 167 134.368 231
## 7700 160 158.647 150
## 7701 196 194.763 206
## 7702 189 182.270 185
## 7703 298 284.473 207
## 7704 205 198.510 182
## 7705 230 228.695 263
## 7706 129 128.294 317
## 7707 181 174.424 219
## 7708 206 203.328 211
## 7709 193 159.570 194
## 7710 192 189.966 179
## 7711 261 257.130 128
## 7712 164 162.278 203
## 7713 163 161.769 186
## 7714 195 189.072 131
## 7715 144 139.436 126
## 7716 291 289.666 293
## 7717 200 198.222 143
## 7718 114 112.793 198
## 7719 225 223.436 639
## 7720 3234 238.941 197
## 7721 197 191.600 133
## 7722 422 416.118 228
## 7723 205 202.417 316585
## 7724 203 197.189 255
## 7725 233 230.996 144
## 7726 192 183.606 144
## 7727 175 162.131 183
## 7728 123 120.990 192
## 7729 165 153.931 164
## 7730 241 233.958 197
## 7731 115 114.547 135
## 7732 168 163.927 46051
## 7733 151 149.655 176
## 7734 305 289.093 336
## 7735 172 171.470 130
## 7736 299 297.005 135
## 7737 1478 1136.823 685
## 7738 501 482.368 184
## 7739 277 271.434 297
## 7740 602 599.195 105
## 7741 562 261.573 213
## 7742 202 195.297 202
## 7743 218 214.896 199
## 7744 817 796.071 204
## 7745 350 344.142 316
## 7746 163 162.174 110
## 7747 191 190.002 174
## 7748 136 134.495 215
## 7749 177 175.408 279
## 7750 375 372.891 155
## 7751 368 367.323 455
## 7752 153 148.146 197
## 7753 270 260.418 263
## 7754 121 119.127 144
## 7755 302 296.108 232
## 7756 123 122.458 90
## 7757 138 135.856 177
## 7758 206 204.386 389
## 7759 390 377.585 222
## 7760 363 302.890 161
## 7761 122 120.515 160
## 7762 253 252.215 110
## 7763 198 196.463 180
## 7764 428 401.692 319
## 7765 167 164.724 129
## 7766 251 242.852 761
## 7767 206 198.273 155
## 7768 199 198.169 206
## 7769 167 158.455 132
## 7770 312 284.370 281
## 7771 154 153.478 128
## 7772 1327 1325.415 265
## 7773 187 178.102 11
## 7774 215 209.842 206
## 7775 188 164.913 134
## 7776 205 204.126 176
## 7777 148 144.750 142
## 7778 182 181.737 155
## 7779 242 231.567 176
## 7780 212 211.194 165
## 7781 311 297.158 184
## 7782 171 168.997 142
## 7783 224 222.800 212
## 7784 133 132.501 143
## 7785 410 408.854 466
## 7786 713 712.272 882
## 7787 597 587.096 579
## 7788 349 315.374 219
## 7789 263 250.437 187
## 7790 191 180.044 126
## 7791 253 252.542 203
## 7792 179 177.425 155
## 7793 535 534.692 195
## 7794 256 254.607 254
## 7795 427 407.012 195
## 7796 342 340.715 285
## 7797 148 147.695 140
## 7798 293 292.304 150
## 7799 299 296.986 143
## 7800 169 160.331 154
## 7801 411 375.345 328
## 7802 1122 1119.285 267
## 7803 515 512.774 354
## 7804 165 164.800 87
## 7805 1758 76.378 132
## 7806 702 700.759 336
## 7807 242 236.425 134
## 7808 171 166.703 134
## 7809 252 179.200 257
## 7810 244 242.704 163
## 7811 327 290.605 167
## 7812 238 231.394 80197
## 7813 148 131.021 152
## 7814 169 168.678 70
## 7815 283 209.356 246
## 7816 330 328.212 252
## 7817 927 875.514 805
## 7818 335 301.435 333
## 7819 145 116.622 217
## 7820 220 216.525 339
## 7821 152 151.063 215
## 7822 115 114.548 130
## 7823 188 185.923 116
## 7824 223 221.962 179
## 7825 204 194.884 221
## 7826 188 186.522 362
## 7827 219 217.918 192
## 7828 176 174.753 189
## 7829 257 223.563 178
## 7830 298 273.045 292
## 7831 608 607.376 271
## 7832 283 281.354 229
## 7833 341 339.548 169
## 7834 175 159.211 192
## 7835 220 207.683 208
## 7836 125 124.581 144
## 7837 339 306.600 440
## 7838 185 183.339 151
## 7839 176 174.042 170
## 7840 521 458.347 344
## 7841 238 228.249 223
## 7842 64 58.334 97
## 7843 136 135.678 282
## 7844 119 115.822 153
## 7845 605 515.818 285
## 7846 271 260.482 215
## 7847 248 244.844 183
## 7848 237 233.756 174
## 7849 185 184.131 213
## 7850 1126 1050.132 183
## 7851 177 176.006 173
## 7852 646 644.706 341
## 7853 563 555.299 323
## 7854 157 155.245 148
## 7855 219 210.117 335
## 7856 173 172.352 153
## 7857 130 128.729 150
## 7858 181 169.114 130
## 7859 91 88.726 157
## 7860 142 140.709 231
## 7861 166 164.585 225
## 7862 118 111.063 159
## 7863 224 223.701 177
## 7864 151 146.840 223
## 7865 322 320.186 207
## 7866 206 204.723 231
## 7867 260 248.453 230
## 7868 167 165.193 210
## 7869 164 157.972 110
## 7870 338 324.809 154
## 7871 611 475.232 428
## 7872 217 201.697 194
## 7873 332 323.113 246
## 7874 137 135.781 199
## 7875 178 177.171 166
## 7876 232 228.622 269
## 7877 172 136.402 136
## 7878 240 192.380 139
## 7879 939 283.335 237
## 7880 163 152.913 115
## 7881 194 164.644 621
## 7882 243 235.847 157
## 7883 217 216.887 147
## 7884 188 179.178 180
## 7885 186 184.788 246
## 7886 148 134.873 125
## 7887 194 156.540 820
## 7888 128 121.336 132
## 7889 129 124.871 153
## 7890 153 150.150 284
## 7891 272 208.876 227
## 7892 649 648.834 222
## 7893 255 254.092 168
## 7894 168 163.394 112
## 7895 235 228.253 239
## 7896 149 135.065 148
## 7897 238 236.798 311
## 7898 214 185.124 162
## 7899 208 207.016 181
## 7900 284 283.895 182
## 7901 189 162.271 338
## 7902 227 226.212 190
## 7903 648 647.461 358
## 7904 1266 238.570 218
## 7905 280 278.958 255
## 7906 85 84.939 95
## 7907 158 151.610 232
## 7908 306 278.102 204
## 7909 193 190.984 171
## 7910 156 154.787 138
## 7911 749 742.031 151
## 7912 218 215.388 200
## 7913 765 456.040 118
## 7914 298 290.685 158
## 7915 97 91.016 117
## 7916 171 165.851 114
## 7917 184 183.147 112
## 7918 160 162.812 409
## 7919 325 323.857 246
## 7920 283 282.344 218
## 7921 263 262.179 234
## 7922 250 236.269 202
## 7923 104 104.145 94
## 7924 243 240.361 196
## 7925 328 321.712 254
## 7926 467 466.141 186
## 7927 135 134.045 143
## 7928 146 139.289 138
## 7929 291 257.476 197
## 7930 170 168.867 245
## 7931 288 287.282 235
## 7932 172 165.465 179
## 7933 181 149.848 234
## 7934 227 216.168 196
## 7935 448 432.983 171
## 7936 260 235.840 197
## 7937 146 133.858 156
## 7938 255 230.688 212
## 7939 114 112.555 112
## 7940 143 139.536 153
## 7941 285 280.324 312
## 7942 320 318.200 292
## 7943 475 338.752 165
## 7944 147 143.084 209
## 7945 121 118.540 452
## 7946 170 165.609 117
## 7947 1582 1577.603 404
## 7948 166 150.681 494
## 7949 166 154.762 187
## 7950 228 226.068 136
## 7951 342 295.503 277
## 7952 581 576.895 444
## 7953 156 155.028 167
## 7954 204 198.783 166
## 7955 360 352.775 365
## 7956 135 134.010 131
## 7957 2143 2142.887 154
## 7958 1142 1139.737 131
## 7959 252 250.571 265
## 7960 295 129.602 210
## 7961 546 544.393 711
## 7962 443 427.022 244
## 7963 600 555.158 276
## 7964 212 203.955 229
## 7965 104 102.788 88
## 7966 186 185.821 159
## 7967 311 309.446 147
## 7968 4276 4267.909 108
## 7969 154 149.017 99
## 7970 164 162.631 187
## 7971 187 185.351 156
## 7972 93 91.876 130
## 7973 279 272.674 186
## 7974 200 192.054 180
## 7975 248 246.028 381
## 7976 190 167.368 278
## 7977 310 309.055 123
## 7978 154 152.606 244
## 7979 274 273.027 291
## 7980 182 180.717 173
## 7981 553 551.926 404
## 7982 186 169.910 118
## 7983 949 929.203 557
## 7984 284 243.723 190
## 7985 148 137.898 173
## 7986 174 173.034 191
## 7987 148 141.959 166
## 7988 2329 2327.568 182
## 7989 285 268.705 124
## 7990 246 241.283 242
## 7991 148 142.881 77
## 7992 196 194.865 319
## 7993 172 170.786 179
## 7994 75 68.745 155
## 7995 167 159.686 232
## 7996 186 177.809 174
## 7997 261 257.634 227
## 7998 146 142.722 148
## 7999 179 177.928 174
## 8000 350 347.355 651
## 8001 223 147.010 140
## 8002 13754 102.622 133
## 8003 759 757.020 297
## 8004 221 216.460 225
## 8005 167 165.531 170
## 8006 281 241.976 192
## 8007 219 213.588 208
## 8008 203 203.564 118
## 8009 834 427.293 282
## 8010 163 148.770 180
## 8011 219 215.447 240
## 8012 168 167.055 150
## 8013 174 171.998 189
## 8014 254 229.787 307
## 8015 597 486.687 435
## 8016 275 269.599 143
## 8017 213 176.341 235
## 8018 195 192.440 185
## 8019 817 802.331 837
## 8020 161 160.099 120
## 8021 383 381.113 166
## 8022 229 227.413 256
## 8023 290 289.111 324
## 8024 129 127.143 146
## 8025 265 205.783 179
## 8026 291 290.621 148
## 8027 144 127.642 202
## 8028 244 242.262 265
## 8029 462 338.125 155
## 8030 258 251.670 218
## 8031 176 173.631 260
## 8032 135 132.566 154
## 8033 202 201.714 184
## 8034 386 382.435 252
## 8035 210 204.739 285
## 8036 167 159.847 148
## 8037 41305 228.952 3
## 8038 283 266.242 325
## 8039 399 380.302 311
## 8040 316 304.102 246
## 8041 349 347.084 308
## 8042 324 310.771 277
## 8043 206 197.210 164
## 8044 172 156.904 145
## 8045 275 273.623 219
## 8046 278 276.729 264
## 8047 351 340.940 197
## 8048 188 187.246 145
## 8049 134 133.360 85
## 8050 249 212.436 244
## 8051 177 173.609 146
## 8052 217 217.229 120
## 8053 228 222.441 143
## 8054 130 129.262 161
## 8055 280 238.720 304
## 8056 308 289.958 328
## 8057 143 141.586 217
## 8058 212 211.135 217
## 8059 161 156.236 212
## 8060 89 87.621 5
## 8061 158 153.391 145
## 8062 160 143.946 94
## 8063 137 131.958 219
## 8064 298 297.806 272
## 8065 227 224.327 2336
## 8066 269 262.676 223
## 8067 129 124.069 111
## 8068 268 265.698 170
## 8069 439 422.832 317
## 8070 166 163.724 156
## 8071 93 89.026 151
## 8072 109 108.689 100
## 8073 790 785.688 550
## 8074 1647 1193.249 228
## 8075 151 144.304 156
## 8076 236 232.851 207
## 8077 391 383.165 426
## 8078 301 298.431 221
## 8079 236 234.955 203
## 8080 1855 1783.751 591
## 8081 142 139.528 424
## 8082 114 106.684 117
## 8083 496 488.692 259
## 8084 263 260.686 269
## 8085 376 373.622 197
## 8086 201 193.146 183
## 8087 249 244.931 200
## 8088 277 265.821 346
## 8089 352 349.642 420
## 8090 387 385.706 7
## 8091 148 146.181 113
## 8092 98 96.563 132
## 8094 117 115.791 112
## 8095 170 163.455 211
## 8096 220 218.638 284
## 8097 313 304.894 255
## 8098 187 185.632 165
## 8099 164 163.202 190
## 8100 140 109.945 189
## 8101 295 294.077 221
## 8102 352 348.295 206
## 8103 903 875.309 188
## 8104 161 160.738 180
## 8105 156 155.429 345
## 8106 166 163.958 153
## 8107 173 165.960 108205
## 8108 192 191.036 157
## 8109 361 322.079 285
## 8110 159 143.104 215
## 8111 147 147.076 181
## 8112 160 159.031 146
## 8113 184 183.717 189
## 8114 335 298.980 158
## 8115 182 180.407 233
## 8116 194 192.648 259
## 8117 116 98.737 88
## 8118 266 245.997 248
## 8119 272 259.391 314
## 8120 276 250.263 152
## 8121 191 189.862 222
## 8122 253 224.557 254
## 8123 421 419.455 362
## 8124 331 328.442 212
## 8125 130 125.383 151
## 8126 1070 973.503 150
## 8127 307 305.135 282
## 8128 218 204.047 261
## 8129 275 274.107 219
## 8130 197 189.392 160
## 8131 205 199.123 299
## 8132 250 248.803 323
## 8133 174 174.071 104
## 8134 241 234.612 146
## 8135 169 166.096 161
## 8136 133 129.011 163
## 8137 368 365.969 261
## 8138 227 224.977 194
## 8139 196 194.932 258
## 8140 304 240.726 314
## 8141 271 245.808 174
## 8142 260 258.937 192
## 8143 300 297.368 154
## 8144 240 237.956 238
## 8145 377 375.906 318
## 8146 2535 2308.014 192
## 8147 171 170.022 150
## 8148 283 281.086 136
## 8149 212 211.095 291
## 8150 204 202.662 165
## 8151 215 213.853 565
## 8152 136 101.702 154
## 8153 417 415.309 240
## 8154 322 318.846 386
## 8155 200 176.479 148
## 8156 253 252.100 174
## 8157 153 133.737 166
## 8159 209 207.743 159
## 8160 205 131.962 197
## 8161 163 149.445 200
## 8162 222 221.268 578
## 8163 144 142.992 201
## 8164 208 205.123 178
## 8165 170 163.345 103
## 8166 280 278.927 179
## 8167 220 219.971 184
## 8168 666 458.227 333
## 8169 146 145.399 179
## 8170 381 321.977 255
## 8171 222 218.434 209
## 8172 194 192.862 11551
## 8173 302 291.743 194
## 8174 126 124.895 81
## 8175 281 280.292 142
## 8176 170 168.813 146
## 8177 197 196.454 132
## 8178 290 283.891 192
## 8179 213 212.215 196
## 8180 285 260.003 285
## 8181 193 170.741 152
## 8182 87 86.424 67
## 8183 139 105.419 184
## 8184 189 186.772 203
## 8185 308 306.045 272
## 8186 217 216.036 210
## 8187 974 970.072 515
## 8188 110 108.287 109
## 8189 149 147.031 307
## 8190 153 147.939 209
## 8191 223 222.007 160
## 8192 190 189.209 202
## 8193 190 188.325 179
## 8194 214 190.028 102
## 8195 298 284.405 208
## 8196 199 197.135 159
## 8197 143 141.772 89
## 8198 522 486.119 37478
## 8199 125 121.212 112
## 8200 228 227.166 358
## 8201 230 213.468 218
## 8202 885 883.797 296
## 8203 227 227.057 129
## 8204 499 193.241 258
## 8206 168 167.194 99
## 8207 349 348.206 280
## 8208 145 144.112 144
## 8209 360 359.376 646
## 8210 393 392.500 230
## 8211 274 259.217 187
## 8212 186 169.748 185
## 8213 244 222.299 123
## 8214 159 157.864 274
## 8215 149 141.181 234
## 8216 171 169.978 169
## 8217 166 164.853 197
## 8218 227 215.748 189
## 8219 147 147.142 117
## 8220 121 105.126 149
## 8221 189 187.633 188
## 8222 399 382.069 335
## 8223 204 188.979 186
## 8224 431 366.443 385
## 8225 171 170.126 210
## 8226 143 142.449 139
## 8227 340 304.979 267
## 8228 168 167.284 119
## 8229 227 222.975 362
## 8230 161 152.407 136
## 8231 340 330.603 8555
## 8232 309 307.752 165
## 8233 367 305.569 309
## 8234 968 964.632 511
## 8235 204 202.710 222
## 8236 2939 271.997 411
## 8237 176 173.328 216
## 8238 154 130.332 86
## 8239 386 367.303 255
## 8240 231 210.407 96
## 8241 122 115.770 167
## 8242 271 230.216 208
## 8243 149 148.203 173
## 8244 146 145.914 160
## 8245 133 130.582 128
## 8246 189 187.898 221
## 8247 377 375.429 196
## 8248 184 170.552 177
## 8249 695 690.974 794
## 8250 350 348.418 128
## 8251 435 427.261 213
## 8252 297 283.827 287
## 8253 234 232.211 193
## 8254 91 90.675 104
## 8255 484 482.169 208
## 8256 170 169.526 159
## 8257 346 345.051 163
## 8258 272 269.616 267
## 8259 563 559.285 441
## 8260 174 161.794 130
## 8261 116 114.885 120
## 8262 211 145.124 140
## 8263 261 246.994 146
## 8264 194 193.801 169
## 8265 287 286.866 123
## 8266 246 245.270 236
## 8267 141 140.094 124
## 8268 1240 1239.817 260
## 8269 188 186.251 158
## 8270 264 261.337 331
## 8271 351 348.639 305
## 8272 125 119.879 175
## 8273 201 200.289 142
## 8274 118 109.465 94
## 8275 289 282.539 296
## 8276 116 115.755 202
## 8277 117 106.495 121
## 8278 107 106.379 161
## 8279 423 167.088 206
## 8280 98 92.522 160
## 8281 218 188.835 199
## 8282 217 189.266 154
## 8283 180 180.046 107
## 8284 151 151.090 84
## 8285 92 91.233 131
## 8286 176 176.152 137
## 8287 163 160.877 166
## 8288 574 180.185 308
## 8289 326 244.949 315
## 8290 272 271.263 204
## 8291 269 268.280 212
## 8292 226 204.154 196
## 8293 379 332.046 424
## 8294 113 111.992 113
## 8295 140 132.253 163
## 8296 304 302.523 251
## 8297 145 145.008 138
## 8298 186 185.192 237
## 8299 198 192.793 210
## 8300 239 234.156 132
## 8301 192 188.972 153
## 8302 241 241.503 251
## 8303 265 265.366 163
## 8304 200 188.169 185
## 8305 107 106.570 98
## 8306 326 324.677 272
## 8307 392 388.160 162
## 8308 194 179.643 222
## 8309 235 222.844 221
## 8310 219 210.456 687
## 8311 829 688.889 388
## 8312 53 51.854 105
## 8313 138 132.512 185
## 8314 436 432.226 269
## 8315 206 204.969 199
## 8316 102 99.992 172
## 8317 109 108.258 136
## 8318 272 266.247 204
## 8319 121 114.807 117
## 8320 288 228.866 300
## 8321 173 166.701 106
## 8322 169 166.834 203
## 8323 126 109.965 123
## 8324 243 240.205 185
## 8325 194 194.011 176
## 8326 176 175.474 196
## 8327 123 122.478 178
## 8328 221 206.926 172
## 8329 242 236.404 194
## 8330 140 138.992 154
## 8331 3364 126.322 265
## 8332 319 317.455 226
## 8333 341 341.161 376
## 8334 192 189.648 207
## 8335 129 120.995 139
## 8336 246 211.527 318
## 8337 150 132.009 112
## 8338 129 128.047 129
## 8339 174 168.265 236
## 8340 133 131.604 245
## 8341 197 196.099 210
## 8342 516 506.299 1738
## 8343 326 258.080 176
## 8344 216 199.302 164
## 8345 325 321.646 452
## 8346 142 141.681 143
## 8347 175 175.007 185
## 8348 220 218.574 192
## 8349 260 253.826 701
## 8350 159 158.138 226
## 8351 183 182.313 157
## 8352 92 78.841 199
## 8353 144 140.900 160
## 8354 120 116.986 293
## 8355 189 187.656 515
## 8356 141 140.293 233
## 8357 101 100.121 197
## 8358 90 82.990 138
## 8359 84 84.135 61
## 8360 145 144.585 74
## 8361 174 173.103 98
## 8362 166 152.385 160
## 8363 348 298.958 277
## 8364 136 124.858 305
## 8365 306 305.224 373
## 8366 145 132.413 102
## 8367 162 152.952 97
## 8368 113 111.464 160
## 8369 169 169.877 385
## 8370 134 118.402 204
## 8371 376 374.848 1146
## 8372 611 589.923 275
## 8373 444 428.395 1759
## 8374 805 768.513 627
## 8375 275 274.548 255
## 8376 236 233.920 250
## 8377 255 245.950 109
## 8378 207 205.716 314
## 8379 154 153.313 157
## 8380 563 294.578 192
## 8381 250 237.274 169
## 8382 158 151.969 234
## 8383 162 161.324 138
## 8384 231 229.957 247
## 8385 177 164.411 206
## 8386 326 310.549 232
## 8387 204 157.687 161
## 8388 541 256.603 222
## 8389 246 244.454 135
## 8390 210 209.572 148
## 8391 213 212.427 191
## 8392 278 275.014 196
## 8393 230 227.771 168
## 8394 306 292.489 217
## 8395 319 316.082 213
## 8396 757 756.429 190
## 8397 113 111.796 133
## 8398 216 199.225 216
## 8399 116 113.842 101
## 8400 266 263.226 261
## 8401 239 211.939 314
## 8402 166 165.417 171
## 8403 144 143.641 183
## 8404 93 82.548 96
## 8405 224 213.239 325
## 8406 210 208.196 200
## 8407 221 219.912 242
## 8408 105 104.953 119
## 8409 253 252.182 196
## 8410 208 207.053 141
## 8411 170 169.652 123
## 8412 418 416.935 337
## 8413 175 168.962 192
## 8414 175 168.701 245
## 8415 205 204.659 190
## 8416 235 228.783 165
## 8417 196 195.633 187
## 8418 197 195.267 163
## 8419 433 176.283 200
## 8420 275 264.610 325
## 8421 123 122.731 185
## 8422 151 145.159 119
## 8423 151 150.571 373
## 8424 259 257.731 316
## 8425 511 509.847 179
## 8426 249 247.560 251
## 8427 160 159.744 139
## 8428 176 169.112 128
## 8429 428 422.825 243
## 8430 125 118.263 130
## 8431 277 249.791 156
## 8432 199 198.353 192
## 8433 133 127.411 140
## 8434 110 104.883 159
## 8435 133 132.467 131
## 8436 120 118.848 94
## 8437 735 95.703 117
## 8438 167 166.287 170
## 8439 233 232.063 206
## 8440 264 214.766 192
## 8441 88 87.728 95
## 8442 100 92.444 248
## 8443 180 180.009 136
## 8444 129 128.439 121
## 8445 295 281.449 99
## 8446 149 140.952 134
## 8447 144 143.277 199
## 8448 215 215.408 143
## 8449 640 157.431 189
## 8450 165 162.738 239
## 8451 171 169.549 159
## 8452 204 203.860 448
## 8453 130 128.464 124
## 8454 193 184.999 300
## 8455 205 201.775 199
## 8456 828 740.650 174
## 8457 214 212.268 217
## 8458 139 137.700 136
## 8459 123 122.852 112
## 8460 12040 181.462 11693
## 8461 187 174.230 181
## 8462 277 275.508 190
## 8463 205 185.994 220
## 8464 310 307.875 206
## 8465 691 684.292 213
## 8466 146 127.719 159
## 8467 334 284.736 155
## 8468 169 167.847 113
## 8469 368 365.471 317
## 8470 2418 2415.971 238
## 8471 188 180.286 149
## 8472 211 197.391 215
## 8474 168 163.638 205
## 8475 883 881.833 293
## 8476 785 762.412 556
## 8477 233 184.941 197
## 8478 125 118.070 138
## 8479 109 107.552 126
## 8480 114 113.685 116
## 8481 212 209.211 169
## 8482 136 119.621 8
## 8483 789 783.140 164
## 8484 1429 1427.359 196
## 8485 188 187.000 168
## 8486 262 260.128 256
## 8487 152 151.245 174
## 8488 385 384.303 460
## 8489 208 185.398 97
## 8490 98 94.533 130
## 8491 118 116.219 186
## 8492 245 244.198 368
## 8493 184 172.694 221
## 8494 214 169.458 183
## 8495 162 161.282 172
## 8496 230 229.690 164
## 8497 200 180.676 243
## 8498 347 283.995 253
## 8499 249 248.429 267
## 8500 1040 1026.843 581
## 8501 174 171.185 212
## 8502 223 209.493 146
## 8503 208 173.929 130
## 8504 148 147.013 143
## 8505 373 326.859 379
## 8506 367 366.200 178
## 8507 244 204.665 226
## 8508 377 372.568 242
## 8509 120 114.583 232
## 8510 158 156.941 118
## 8511 1164 1161.839 429
## 8512 177 175.215 510
## 8513 170 168.655 193
## 8514 170 169.541 168
## 8515 145 144.208 168
## 8516 195 193.807 144
## 8517 483 482.279 111
## 8518 123 122.432 201
## 8519 265 267.581 242
## 8520 132 132.118 108
## 8521 197 196.460 160
## 8522 217 216.290 118
## 8523 109 108.397 181
## 8524 82 81.922 154
## 8525 119 117.892 136
## 8526 629 602.468 567
## 8527 185 183.709 204
## 8528 188 144.566 281
## 8529 112 111.745 126
## 8530 313 300.980 224
## 8531 132 127.220 127
## 8532 141 140.246 142
## 8533 503 464.295 548
## 8534 139 137.416 216
## 8535 187 186.523 127
## 8536 250 235.900 252
## 8537 128 127.652 150
## 8538 174 173.253 92
## 8539 217 207.028 158
## 8540 138 137.131 148
## 8541 186 185.349 183
## 8542 219 218.317 214
## 8543 174 157.377 166
## 8544 126 125.708 181
## 8545 196 194.612 110
## 8546 373 371.154 240
## 8547 176 169.048 170
## 8548 200 198.774 144
## 8549 51622 280.400 246
## 8550 396 382.432 223
## 8551 195 194.830 263
## 8553 183 183.089 187
## 8554 3568 3542.831 587
## 8555 157 155.398 180
## 8556 301 283.392 222
## 8557 138 136.614 142
## 8558 120 119.691 131
## 8559 132 131.004 125
## 8560 165 163.925 142
## 8561 192 163.152 147
## 8562 187 185.096 125
## 8563 123 121.513 175
## 8564 180 172.451 303
## 8565 194 176.257 292
## 8566 449 439.277 198
## 8567 128 125.905 113
## 8568 125 120.559 173
## 8569 110 109.338 138
## 8570 251 248.954 194
## 8571 276 274.899 223
## 8572 252 241.094 185
## 8574 13573 133.107 13
## 8575 319 317.896 90
## 8576 423 160.966 218
## 8577 243 232.018 197
## 8578 199 193.930 156
## 8579 195 189.855 190
## 8580 475 102.600 270
## 8581 119 118.136 90
## 8582 176 159.393 270
## 8583 325 321.198 670
## 8584 220 219.400 256
## 8585 253 252.750 161
## 8586 327 323.281 373
## 8587 140 139.225 126
## 8588 105 82.526 114
## 8589 366 321.282 220
## 8590 273 265.015 130
## 8591 117 117.010 174
## 8592 149 148.032 494
## 8593 257 255.328 165
## 8594 6043 6041.338 227
## 8595 187 186.219 199
## 8596 634 614.462 215
## 8597 170 169.695 199
## 8598 340 339.664 311
## 8599 158 146.312 115
## 8600 306 303.199 175
## 8601 207 198.774 159
## 8602 269 267.537 217
## 8603 917 895.817 615
## 8604 116 113.202 92
## 8605 263 261.424 272
## 8606 161 160.500 91
## 8607 156 154.533 103
## 8608 261 259.629 199
## 8609 191 161.612 237
## 8610 120 118.304 112
## 8611 884 762.018 230
## 8612 147 146.459 169
## 8613 177 176.422 222
## 8614 194 193.307 207
## 8615 246 245.819 184
## 8616 162 142.596 70
## 8617 228 226.954 443
## 8618 292 289.178 208
## 8619 85 79.357 129
## 8620 238 237.618 323
## 8621 137 135.664 109
## 8622 153 146.396 130
## 8623 238 216.470 270
## 8624 241 239.809 132
## 8625 209 208.924 229
## 8626 700 623.117 521
## 8627 326 321.892 329
## 8628 13658 433.291 13203
## 8629 136 134.691 109
## 8630 331 273.625 195
## 8631 134 133.172 112
## 8632 221 213.516 308
## 8633 219 215.242 266
## 8634 253 226.448 222
## 8635 128 126.894 185
## 8636 341 322.701 355
## 8637 113 112.137 180
## 8638 259 236.760 228
## 8639 257 243.216 216
## 8640 123 112.358 150
## 8641 400 327.992 174
## 8642 253 253.119 244
## 8643 177 176.247 154
## 8644 146 141.639 98
## 8645 138 126.755 219
## 8646 106 95.152 69
## 8647 336 335.526 186
## 8648 347 345.995 1473
## 8649 257 255.894 252
## 8650 155 145.681 178
## 8651 125 124.135 157
## 8653 206 194.974 159
## 8654 189 187.648 147
## 8655 221 197.708 78
## 8656 586 308.795 286
## 8657 134 132.666 223
## 8658 174 168.597 170
## 8659 291 290.356 300
## 8660 615 613.243 375
## 8661 202 200.651 232
## 8662 285 266.655 208
## 8663 62 61.236 102
## 8664 201 177.326 211
## 8666 186 142.138 81
## 8667 182 181.258 104
## 8668 290 289.763 242
## 8669 235 235.015 151
## 8670 489 487.363 389
## 8671 273 270.449 199
## 8672 278 277.459 303
## 8673 118 116.302 133
## 8674 193 167.159 113
## 8675 690 688.430 534
## 8676 224 223.261 139
## 8677 143 131.124 130
## 8678 219 218.348 158
## 8679 1071 1069.317 208
## 8680 112 112.205 119
## 8681 172 159.500 136
## 8682 328 312.796 242
## 8683 381 380.399 209
## 8684 196 187.224 231
## 8685 134 129.461 110
## 8686 457 454.812 220
## 8687 669 643.423 301
## 8688 411 343.147 760
## 8689 194 164.534 226
## 8690 175 173.824 152
## 8691 655 652.895 306
## 8692 218 192.254 241
## 8693 140 138.376 148
## 8694 396 389.307 312
## 8695 499 498.015 280
## 8696 114 104.160 195
## 8697 394 378.547 249
## 8698 178 174.085 172
## 8699 242 240.783 210
## 8700 145 143.133 144
## 8701 238 220.183 173
## 8702 311 310.973 188
## 8703 328 312.049 337
## 8704 102 102.295 173
## 8705 152 146.121 387
## 8706 400 398.464 203
## 8707 215 214.010 37850
## 8708 97 95.878 103
## 8709 3105 3104.622 179
## 8710 319 254.989 164
## 8711 175 159.947 151
## 8712 204 174.153 147
## 8713 96 88.791 544
## 8714 72 72.491 214
## 8715 143 140.601 104
## 8716 153 134.819 172
## 8717 186 167.522 151
## 8718 192 190.741 197
## 8719 228 226.493 254
## 8720 183 157.859 192
## 8721 284 235.581 207
## 8722 971 129.068 74
## 8723 299 297.046 379
## 8724 289 286.925 220
## 8725 251 248.254 194
## 8726 166 164.918 242
## 8727 252 251.175 165
## 8728 364 362.369 305
## 8729 134 133.841 141
## 8730 164 163.926 79
## 8731 309 307.469 260
## 8732 227 214.736 318
## 8733 222 222.189 147
## 8734 159 138.686 86
## 8735 126 122.292 131
## 8736 311 285.573 208
## 8737 127 106.802 121
## 8738 233 231.033 140
## 8739 156 148.189 168
## 8740 175 168.619 139
## 8741 160 154.175 270
## 8742 101 95.815 150
## 8743 219 218.276 235
## 8744 195 194.747 157
## 8745 173 172.772 181
## 8746 119 118.899 128
## 8747 228 213.704 137
## 8748 151 144.642 222
## 8749 315 307.814 200
## 8750 286 284.112 161
## 8751 382 380.985 325
## 8753 127 126.259 206
## 8754 161 160.059 213
## 8755 157 156.570 169
## 8756 257 256.759 269
## 8757 262 248.635 80
## 8758 165 164.731 134
## 8759 138 137.818 166
## 8760 183 182.749 121
## 8761 108 106.949 119
## 8762 228 192.262 198
## 8763 186 172.297 126
## 8764 227 227.263 171
## 8765 272 270.166 332
## 8766 186 183.030 208
## 8767 160 158.161 173
## 8768 180 178.688 245
## 8769 203 202.164 138
## 8770 331 329.906 187
## 8771 1014 162.780 846
## 8772 249 242.114 158
## 8773 111 89.029 123
## 8774 157 145.311 150
## 8775 1114 1105.445 181
## 8776 170 165.382 151
## 8777 161 160.140 629
## 8778 159 157.828 552
## 8779 332 317.644 237
## 8781 165 163.823 313
## 8782 215 213.349 194
## 8783 117 116.157 99
## 8784 117 116.259 111
## 8785 189 188.302 140
## 8786 132 126.614 121
## 8787 149 141.742 97
## 8788 165 153.168 159
## 8789 156 119.973 173
## 8790 129 129.086 224
## 8791 83 83.013 96
## 8792 410 409.339 205
## 8793 240 238.397 227
## 8794 141 129.987 235
## 8795 181 168.304 188
## 8796 96 95.546 112
## 8797 295 294.402 220
## 8798 135 133.092 177
## 8799 224 221.790 129
## 8800 205 204.187 205
## 8801 290 279.237 226
## 8802 251 240.204 298
## 8803 224 215.673 234
## 8804 443 441.853 372
## 8805 134 132.923 144
## 8806 226 225.952 315
## 8807 607 604.624 145
## 8808 225 218.754 301
## 8809 209 207.970 245
## 8810 300 299.968 189
## 8811 96 95.217 217
## 8812 274 242.750 187
## 8813 248 190.483 257
## 8814 175 172.706 146
## 8815 325 315.961 166
## 8816 726 723.486 563
## 8817 262 258.839 224
## 8818 257 254.799 185
## 8819 120 117.004 135
## 8820 254 247.493 203
## 8821 152 151.701 74
## 8822 1760 1741.164 403
## 8823 241 239.108 291
## 8824 287 285.240 407
## 8825 283 275.912 200
## 8826 156 155.867 182
## 8827 228 228.406 222
## 8828 184 184.033 132
## 8829 393 385.120 349
## 8830 110 109.158 135
## 8831 193 191.818 170
## 8832 384 382.986 323
## 8833 202 200.501 160
## 8834 357 303.270 248
## 8835 263 261.738 298
## 8836 141 138.723 165
## 8837 175 170.178 193
## 8838 172 170.746 134
## 8839 145 144.364 120
## 8840 145 145.607 269
## 8841 172 169.961 113
## 8842 174 169.114 137
## 8843 161 159.589 179
## 8844 172 171.841 104
## 8845 222 221.993 183
## 8846 176 163.041 109
## 8847 199 198.801 109
## 8848 236 234.648 197
## 8849 293 227.084 240
## 8850 175 173.605 136
## 8851 219 218.784 113
## 8852 146 145.285 103
## 8853 156 156.173 181
## 8854 314 313.896 175
## 8855 153 137.946 183
## 8856 186 185.296 157
## 8857 223 209.450 256
## 8858 104 102.998 131
## 8859 717 693.801 938
## 8860 292 283.503 184
## 8861 224 191.596 161
## 8862 150 134.764 152
## 8863 232 232.120 111
## 8864 242 224.149 208
## 8865 217 201.595 130
## 8866 111 110.948 122
## 8867 158 156.180 129
## 8868 188 187.325 209
## 8869 124 123.740 120
## 8870 113 112.359 95
## 8871 376 348.061 174
## 8872 197 166.378 293
## 8873 234 234.058 195
## 8874 202 200.851 147
## 8875 172 166.965 186
## 8876 413 412.541 166
## 8877 3076 3075.603 8131
## 8878 222 221.137 146
## 8879 190 189.092 163
## 8880 113 111.660 97
## 8881 116 101.135 132
## 8882 129 125.673 95
## 8883 115 109.369 123
## 8884 107 107.638 95
## 8885 167 163.968 171
## 8886 139 112.545 137
## 8887 529 528.502 1156
## 8888 96 94.981 96
## 8889 449 323.612 194
## 8890 1224 1217.171 404
## 8891 840 838.616 436
## 8892 139 137.392 150
## 8893 146 144.347 121
## 8894 251 215.330 226
## 8895 216 214.828 179
## 8896 125 122.368 353
## 8897 557 190.992 398
## 8898 372 347.359 184
## 8899 175 159.692 154
## 8900 419 418.193 505
## 8901 179 168.761 140
## 8902 170 168.093 174
## 8903 389 385.191 257
## 8904 232 231.301 168
## 8905 268 267.571 550
## 8906 288 268.713 212
## 8907 399 397.884 500
## 8908 293 264.067 250
## 8909 250 249.503 229
## 8910 196 194.235 107
## 8911 478 475.334 261
## 8912 388 341.737 357
## 8913 305 259.724 170
## 8914 273 270.557 366
## 8915 220 218.734 130
## 8916 646 643.431 308
## 8917 140 136.533 256
## 8918 338 336.732 327
## 8919 457 434.785 661
## 8920 190 181.108 162
## 8921 154 153.209 149
## 8922 300 298.023 280
## 8923 563 473.470 231
## 8924 361 350.699 205
## 8925 256 255.797 234
## 8926 240 223.524 459
## 8927 664 211.949 280
## 8928 240 239.974 151
## 8929 341 340.511 518
## 8930 166 149.331 66
## 8931 346 297.863 195
## 8932 187 185.498 184
## 8933 346 345.735 193
## 8934 263 250.067 580
## 8935 161 129.902 113
## 8936 134 132.514 210
## 8937 227 226.491 264
## 8938 88 83.568 77
## 8939 293 291.287 218
## 8940 14815 14773.529 549
## 8941 386 369.321 383
## 8942 185 183.904 230
## 8943 107 102.187 144
## 8944 137 137.420 121
## 8945 189 188.933 182
## 8946 203 200.931 226
## 8947 1691 1689.184 706
## 8949 153 152.269 114
## 8950 1503 1468.440 208
## 8951 214 211.582 246
## 8952 112 101.329 69
## 8953 132 131.666 172
## 8954 156 154.743 248
## 8955 277 269.908 352
## 8956 289 210.602 418
## 8957 256 246.128 274
## 8958 235 204.321 198
## 8959 205 205.177 68
## 8960 706 706.025 296
## 8961 784 783.438 243
## 8962 180 178.800 246
## 8963 153 151.012 116
## 8964 166 165.184 101
## 8965 133 132.530 113
## 8966 326 309.820 168
## 8967 250 249.968 164
## 8968 166 163.605 213
## 8969 242 241.623 141
## 8970 190 189.072 145
## 8971 408 393.228 143
## 8972 168 167.344 184
## 8973 195 187.549 211
## 8974 268 248.411 364
## 8975 180 170.159 184
## 8976 338 325.841 127
## 8977 264 263.499 273
## 8978 141 141.162 122
## 8979 227 202.047 137
## 8980 213 201.231 170
## 8981 119 112.108 102
## 8982 173 158.732 143
## 8983 183 181.861 151
## 8984 545 499.587 236
## 8985 169 168.191 147
## 8986 234 233.473 314
## 8987 112 107.537 270
## 8988 206 167.862 146
## 8989 1109 1108.200 346
## 8990 232 208.465 137
## 8991 646 634.570 72
## 8992 208 207.718 205
## 8993 221 219.951 212
## 8994 145 143.792 111
## 8995 295 106.471 128
## 8996 182 180.780 212
## 8997 132 121.017 160
## 8998 158 126.724 133
## 8999 252 250.405 362
## 9000 226 224.896 541
## 9001 125 125.038 148
## 9002 103 99.207 97
## 9003 298 296.022 271
## 9004 611 609.310 217
## 9005 344 316.595 225
## 9006 310 294.619 161
## 9007 195 194.654 179
## 9008 206 205.712 86
## 9009 111 109.036 136
## 9010 179 173.038 176
## 9011 257 256.549 323
## 9012 262 261.764 183
## 9013 88 86.772 79
## 9014 118 112.839 162
## 9015 193 192.584 181
## 9016 217 216.516 165
## 9017 226 215.354 137
## 9018 462 458.969 250
## 9019 220 217.559 126
## 9020 211 174.787 162
## 9021 227 225.024 232
## 9022 242 240.986 236
## 9023 116 115.503 134
## 9024 786 765.033 178
## 9025 136 135.848 133
## 9026 84 75.610 261
## 9027 3325 3318.608 204
## 9028 177 175.290 217
## 9029 407 406.088 297
## 9030 187 187.514 212
## 9031 207 205.505 220
## 9032 276 274.990 270
## 9033 99 98.867 78
## 9034 174 166.262 107
## 9035 254 253.794 187
## 9036 230 221.952 179
## 9037 147 145.990 235
## 9038 123 119.146 143
## 9039 225 223.759 152
## 9040 1118 1101.279 116
## 9041 139 138.504 135
## 9042 176 175.479 156
## 9043 208 206.651 220
## 9044 161 159.839 292
## 9045 192 191.055 248
## 9046 194 189.553 190
## 9047 193 190.736 165
## 9048 170 169.046 176
## 9049 196 189.573 212
## 9050 267 266.252 267
## 9051 155 153.776 99
## 9052 115 114.674 86
## 9053 284 271.732 268
## 9054 204 193.925 121
## 9055 164 163.070 151
## 9056 155 148.104 148
## 9057 144 137.041 124
## 9058 238 236.334 207
## 9059 134 130.677 183
## 9060 242 241.006 313
## 9061 191 190.637 195
## 9062 177 166.888 154
## 9063 121 121.387 96
## 9064 334 330.407 478
## 9065 178 176.626 210
## 9066 121 119.374 132
## 9067 171 148.651 151
## 9068 273 271.516 350
## 9069 210 208.313 122
## 9070 275 274.591 296
## 9071 343 235.401 234
## 9072 121 119.427 158
## 9073 188 187.645 99
## 9074 402 380.807 168
## 9075 723 205.030 141
## 9076 184 183.677 212
## 9077 248 247.167 149
## 9078 200 199.686 166
## 9079 103 103.221 118
## 9080 306 304.430 113
## 9081 171 169.475 165
## 9082 282 281.215 1442
## 9083 119 118.907 137
## 9084 326 310.562 204
## 9085 176 144.752 182
## 9086 191 190.176 214
## 9087 169 148.185 164
## 9088 181 165.989 254
## 9089 171 141.716 123
## 9090 116 110.400 103
## 9091 221 220.092 235
## 9093 2512 2509.867 228
## 9094 355 345.136 344
## 9095 147 131.876 208
## 9096 141 134.759 215
## 9097 170 158.132 115
## 9098 180 178.465 206
## 9099 716 502.795 309
## 9100 319 317.803 177
## 9101 333 223.983 148
## 9102 153 151.255 174
## 9103 213 213.088 175
## 9104 161 156.081 130
## 9105 161 154.743 155
## 9106 317 315.665 287
## 9107 406 350.825 236
## 9108 352 319.479 314
## 9109 201 199.760 190
## 9110 177 176.420 115
## 9111 279 268.553 190
## 9112 289 287.484 190
## 9113 391 316.549 196
## 9114 235 155.300 391
## 9115 96 94.350 111
## 9116 170 169.562 203
## 9117 151 133.287 212
## 9118 709 523.319 264
## 9119 116 115.638 108
## 9120 156 155.720 163
## 9121 107 106.700 119
## 9122 322 197.584 105
## 9123 130 116.961 160
## 9124 204 190.752 249
## 9125 219 217.877 133
## 9126 191 189.211 132
## 9127 243 229.366 175
## 9128 188 187.371 138
## 9129 206 205.952 122
## 9130 208 207.586 194
## 9131 130 128.857 180
## 9132 160 160.343 100
## 9133 169 168.458 84
## 9134 136 135.610 111
## 9135 118 114.421 96
## 9136 144 144.027 148
## 9137 287 284.893 217
## 9138 545 415.962 233
## 9139 240 230.716 131
## 9140 149 148.844 112
## 9141 129 127.578 120
## 9142 175 174.382 149
## 9143 125 124.984 74
## 9144 285 285.027 248
## 9145 495 484.099 377
## 9146 232 218.963 252
## 9147 303 276.137 262
## 9148 141 133.543 137
## 9149 528 525.708 169
## 9150 346 344.207 246
## 9151 165 163.839 163
## 9152 214 186.070 191
## 9153 126 125.050 215
## 9154 185 180.784 192
## 9155 727 676.078 370
## 9156 238 236.746 182
## 9157 211 210.359 186
## 9158 1799 1795.169 215
## 9159 110 106.647 109
## 9160 621 415.380 145
## 9161 184 183.045 154
## 9162 115 114.937 61
## 9163 144 142.651 146
## 9164 87 86.876 107
## 9165 228 228.334 1306
## 9166 419 419.327 203
## 9167 193 191.265 145
## 9168 166 165.424 106
## 9169 297 133.322 97
## 9170 155 154.334 100
## 9171 407 212.919 210
## 9172 185 185.251 218
## 9173 232 231.603 113
## 9174 142 131.875 374
## 9175 140 139.197 145
## 9176 212 211.933 152
## 9177 235 231.599 327
## 9178 133 131.563 104
## 9179 115 114.704 136
## 9180 206 188.569 130
## 9181 876 874.857 479
## 9182 146 145.015 65
## 9183 196 172.613 128
## 9184 110 110.064 83
## 9185 251 240.233 158
## 9186 631 630.384 181
## 9187 145 141.867 222
## 9188 201 201.270 196
## 9189 129 124.155 161
## 9190 265 250.108 241
## 9191 198 186.988 123
## 9192 161 148.962 178
## 9193 185 179.944 246
## 9194 224 208.869 351
## 9195 140 135.358 87
## 9196 211 209.100 165
## 9197 233 232.380 361
## 9198 497 496.358 250
## 9199 194 193.062 9
## 9200 143 136.890 127
## 9201 84 84.476 108
## 9202 89 88.863 88
## 9203 130 129.398 157
## 9204 182 181.811 139
## 9205 291 260.653 567
## 9206 178 157.754 176
## 9207 991 990.404 173
## 9208 167 161.845 235
## 9209 194 191.676 366
## 9210 198 119.256 123
## 9211 157 154.864 135
## 9212 425 195.704 392
## 9213 260 218.078 80
## 9214 189 167.613 151
## 9215 314 314.098 206
## 9216 360 358.031 156
## 9217 224 223.405 169
## 9218 175 168.121 148
## 9219 387 384.047 216
## 9220 2708 2691.553 2760
## 9221 150 146.331 103
## 9222 177 159.123 142
## 9223 264 263.564 2081
## 9224 138 138.035 209
## 9225 255 254.258 216
## 9226 187 186.599 150
## 9227 184 183.025 177
## 9228 179 178.050 181
## 9229 195 182.876 163
## 9230 147 145.820 75
## 9231 758 753.309 146
## 9232 257 240.453 154
## 9233 192 176.488 155
## 9234 181 179.830 182
## 9235 161 160.189 144
## 9236 239 230.393 220
## 9237 368 359.220 159
## 9238 136 125.845 208
## 9239 467 175.122 128
## 9240 190 189.271 195
## 9241 228 204.165 219
## 9242 131 125.267 181
## 9243 240 238.577 122
## 9244 283 233.030 378
## 9245 200 199.944 89
## 9246 223 222.549 134
## 9247 125 124.457 131
## 9248 174 173.231 182
## 9249 152 151.801 89
## 9250 177 176.409 171
## 9251 198 159.304 162
## 9252 187 187.050 114
## 9253 269 266.987 212
## 9254 168 167.942 129
## 9255 114 113.249 143
## 9256 178 177.827 169
## 9257 146 145.676 147
## 9258 237 227.413 122
## 9259 1443 1442.051 199
## 9260 461 460.119 220
## 9261 159 157.472 99
## 9262 212 210.246 271
## 9263 154 153.196 64
## 9264 187 183.456 148
## 9265 332 291.026 263
## 9266 253 241.959 185
## 9267 135 134.336 84
## 9268 325 312.136 200
## 9269 114 113.405 253
## 9270 313 100.023 110
## 9271 229 217.827 108
## 9272 169 161.486 94
## 9273 229 228.461 292
## 9274 119 118.085 119
## 9275 90 88.925 84
## 9276 116 111.386 169
## 9277 192 157.851 136
## 9278 161 156.385 143
## 9279 263 235.227 226
## 9280 236 234.326 635
## 9281 175 153.059 757
## 9282 239 238.460 370
## 9283 879 805.176 472
## 9284 205 204.648 170
## 9285 317 312.918 365
## 9286 172 171.288 272
## 9287 1013 997.533 299
## 9288 231 230.011 276
## 9289 304 293.066 151
## 9290 384 382.123 263
## 9291 169 168.660 183
## 9292 175 174.567 106
## 9293 188 186.115 183
## 9294 116 110.185 112
## 9295 408 402.197 99
## 9296 182 181.595 154
## 9297 280 279.154 163
## 9298 197 194.045 149
## 9299 193 185.945 199
## 9300 275 239.399 295
## 9301 101 100.086 120
## 9302 233 208.502 162
## 9303 140 138.525 167
## 9304 151 149.585 158
## 9305 137 135.545 191
## 9306 117 116.787 103
## 9307 208 178.955 165
## 9308 186 171.489 95
## 9309 143 143.113 147
## 9310 150 148.305 206
## 9311 185 184.371 262
## 9312 170 165.449 215
## 9313 262 261.880 170
## 9314 255 254.353 204
## 9315 224 209.266 186
## 9316 209 207.968 209
## 9317 141 140.219 184
## 9318 236 229.660 157
## 9319 290 289.298 198
## 9320 284 274.209 177
## 9321 176 171.894 132
## 9322 151 149.836 157
## 9323 493 351.767 97
## 9324 256 237.431 439
## 9325 145 127.007 108
## 9326 122 120.073 85
## 9327 179 179.065 216
## 9328 327 311.066 119
## 9329 193 187.151 140
## 9330 205 204.174 190
## 9331 302 300.045 250
## 9332 140 139.681 133
## 9333 162 161.333 122
## 9334 277 217.786 237
## 9335 134 133.159 122
## 9336 127 126.817 141
## 9337 247 232.802 223
## 9338 521 520.760 89
## 9339 416 386.891 92
## 9340 180 179.687 214
## 9341 95 94.370 112
## 9342 225 224.973 277
## 9343 176 157.615 71
## 9344 104 88.939 95
## 9345 193 192.118 154
## 9346 307 290.696 187
## 9347 108 107.063 185
## 9348 179 178.691 140
## 9349 119 118.954 152
## 9350 200 198.689 158
## 9351 192 183.328 138
## 9352 107 92.507 188
## 9353 236 235.910 227
## 9354 116 114.113 129
## 9355 425 146.113 124
## 9356 238 236.855 232
## 9357 246 229.092 166
## 9358 191 190.433 154
## 9359 261 260.923 216
## 9360 166 165.801 103
## 9361 233 233.133 185
## 9362 232 221.685 204
## 9363 150 130.804 120
## 9364 322 321.698 222
## 9365 188 181.614 233
## 9366 642 521.247 207
## 9367 198 182.861 189
## 9368 205 198.899 155
## 9369 571 193.362 250
## 9370 284 282.367 91
## 9371 200 199.415 182
## 9372 161 159.814 30245
## 9373 183 172.673 171
## 9374 214 190.787 170
## 9375 294 288.270 237
## 9376 92 91.288 159
## 9377 151 135.655 188
## 9378 115 114.957 135
## 9379 219 215.424 188
## 9380 272 270.208 242
## 9381 174 155.608 437
## 9382 218 216.318 204
## 9383 125 116.297 69
## 9384 136 135.111 77
## 9385 228 228.313 119
## 9386 159 158.513 64
## 9387 123 122.898 90
## 9388 604 558.398 416
## 9389 461 168.221 223
## 9390 136 135.109 177
## 9391 353 352.893 133
## 9392 173 172.952 137
## 9393 307 292.109 112
## 9394 279 209.263 113
## 9395 751 703.808 526
## 9396 7558 284.395 232
## 9397 131 131.371 181
## 9398 1000 998.442 154
## 9399 605 590.087 121819
## 9400 198 179.783 199
## 9401 272 271.056 367
## 9402 303 287.612 241
## 9403 164 156.941 193
## 9404 235 231.748 222
## 9405 176 163.925 145
## 9406 711 662.243 377
## 9407 147 137.086 168
## 9408 291 285.214 255
## 9409 164 158.903 131
## 9410 186 172.706 126
## 9411 355 355.170 19287
## 9412 158 141.475 142
## 9413 200 191.199 266
## 9414 187 186.583 144
## 9415 322 310.974 264
## 9416 178 161.438 123
## 9417 120 120.245 200
## 9418 147 147.117 113
## 9419 241 240.205 176
## 9420 215 213.877 175
## 9421 225 224.205 82
## 9422 1414 1226.837 174
## 9423 202 199.191 259
## 9424 209 207.466 452
## 9425 252 250.141 164
## 9426 138 136.931 119
## 9427 573 100.688 196
## 9428 174 174.106 190
## 9429 113 105.269 103
## 9430 186 176.937 384
## 9431 160 135.946 95
## 9432 186 171.261 96
## 9433 105 104.085 98
## 9434 234 210.187 189
## 9435 155 154.889 192
## 9436 132 130.829 75
## 9437 185 184.007 172
## 9438 297 296.653 140
## 9439 184 173.631 199
## 9440 184 183.164 160
## 9441 1363 1349.532 1229
## 9442 235 230.988 141
## 9443 214 213.239 153
## 9444 563 560.205 139
## 9445 364 320.572 236
## 9446 194 192.760 171
## 9447 240 238.254 260
## 9448 228 216.894 159
## 9449 200 198.430 94
## 9450 944 940.974 457
## 9451 195 194.253 144
## 9452 168 167.436 143
## 9453 588 586.164 170
## 9454 180 179.041 188
## 9455 212 210.482 205
## 9456 1167 958.931 177
## 9457 292 243.246 191
## 9458 192 191.358 220
## 9459 751 260.538 9
## 9460 228 227.388 196
## 9461 202 136.820 208
## 9462 112 110.339 123
## 9463 140 137.383 117
## 9464 160 150.341 127
## 9465 475 140.290 240
## 9466 135 121.856 176
## 9467 177 177.240 164
## 9468 615 122.406 121
## 9469 200 187.871 194
## 9470 135 132.890 131
## 9471 311 308.836 162
## 9472 143 142.666 190
## 9473 313 312.344 398
## 9474 127 126.556 97
## 9475 136 129.571 209
## 9476 282 280.885 165
## 9477 142 141.488 104
## 9478 184 183.803 158
## 9479 130 129.609 112
## 9480 178 175.407 156
## 9481 132 131.196 224
## 9482 154 137.131 106
## 9483 139 137.660 102
## 9484 183 180.408 194
## 9485 141 132.036 6598
## 9486 188 187.063 123
## 9487 220 208.977 134
## 9488 120 115.509 304
## 9489 181 179.059 234
## 9490 154 153.379 118
## 9491 153 145.168 153
## 9492 164 131.268 117
## 9493 366 339.120 4505
## 9494 136 129.074 121
## 9495 175 158.284 133
## 9496 234 232.056 181
## 9497 667 666.822 309
## 9498 110 109.344 171
## 9499 176 175.314 127
## 9500 174 171.934 151
## 9501 403 345.009 252
## 9502 186 179.131 102
## 9503 436 303.734 266
## 9504 427 367.184 350
## 9505 432 430.298 229
## 9506 137 124.737 103
## 9507 242 240.506 186
## 9508 236 232.491 151
## 9509 214 212.461 193
## 9510 282 270.804 209
## 9511 249 247.581 77
## 9512 282 282.429 120
## 9513 214 212.496 196
## 9514 233 232.370 150
## 9515 226 224.594 224
## 9516 80 76.745 128
## 9517 160 159.141 127
## 9518 648 576.463 182
## 9519 216 215.592 203
## 9520 227 214.728 238
## 9521 239 215.431 235
## 9522 93 92.780 118
## 9523 110 100.418 167
## 9524 119 119.063 88
## 9525 280 278.451 525
## 9526 114 113.952 179
## 9527 136 135.405 71
## 9528 203 175.858 395
## 9529 200 199.024 156
## 9530 229 227.049 318
## 9531 161 160.336 366
## 9532 225 217.306 238
## 9533 271 269.323 395
## 9534 161 155.940 162
## 9535 114 105.956 152
## 9536 103 102.419 163
## 9537 231 200.695 114
## 9538 718 716.466 71
## 9539 205 166.835 197
## 9540 139 133.809 174
## 9541 357 357.121 220
## 9542 359 346.773 284
## 9543 253 250.650 250
## 9544 1185 298.587 161
## 9545 149 149.165 141
## 9546 134 133.237 217
## 9547 425 423.119 147
## 9548 299 298.168 233
## 9549 267 264.219 220
## 9550 434 432.203 263
## 9551 281 280.566 157
## 9552 299 297.931 159
## 9553 227 225.233 220
## 9554 385 216.346 309
## 9555 242 228.701 139
## 9556 128 127.965 94
## 9557 121 112.967 147
## 9558 186 170.564 11
## 9559 297 295.109 929
## 9560 213 211.560 180
## 9561 390 384.382 289
## 9562 172 160.045 115
## 9563 206 204.173 198
## 9564 242 238.178 137
## 9565 182 181.849 160
## 9566 125 123.826 226
## 9567 119 118.492 110
## 9568 171 170.919 149
## 9569 106 105.186 206
## 9570 192 172.122 155
## 9571 141 128.342 128
## 9572 101 100.674 89
## 9573 213 201.370 116
## 9574 302 283.686 253
## 9575 236 214.669 152
## 9576 205 204.826 244
## 9577 209 208.318 243
## 9578 152 148.505 203
## 9579 158 155.677 139
## 9580 137 136.258 194
## 9581 141 139.728 179
## 9582 163 163.055 111
## 9583 273 271.981 261
## 9584 186 185.423 272
## 9585 349 346.954 185
## 9586 285 284.861 203
## 9587 278 277.983 204
## 9588 144 136.916 447
## 9589 158 157.609 84
## 9590 215 214.425 346
## 9591 153 131.683 227
## 9592 139 126.473 92
## 9593 84 83.194 100
## 9595 333 321.652 490
## 9596 145 137.500 196
## 9597 215 207.773 235
## 9598 152 141.141 137
## 9599 177 175.544 324
## 9600 221 177.974 122
## 9601 166 159.714 215
## 9602 206 199.812 197
## 9603 123 122.290 129
## 9604 95 93.904 129
## 9605 211 205.752 218
## 9606 173 171.392 121
## 9607 183 169.889 186
## 9608 134 132.348 151
## 9609 160 159.012 199
## 9610 186 173.451 200
## 9611 216 158.812 107
## 9612 126 122.528 221
## 9613 446 412.526 204
## 9614 454 449.022 251
## 9615 139 138.414 105
## 9616 377 375.692 271
## 9617 791 755.899 316
## 9618 152 142.236 126
## 9619 1109 935.523 240
## 9620 255 253.800 90
## 9621 235 233.927 183
## 9622 219 196.231 95
## 9623 305 303.711 147
## 9624 68 68.420 60
## 9625 276 276.183 162
## 9626 114 112.485 138
## 9627 110 108.667 90
## 9628 151 139.150 142
## 9629 424 412.321 168
## 9630 305 303.236 140
## 9631 134 127.360 155
## 9632 160 160.166 169
## 9633 124 115.188 59
## 9634 195 181.768 177
## 9635 160 147.682 125
## 9636 196 194.757 245
## 9637 285 274.977 255
## 9638 247 144.782 137
## 9639 177 175.681 179
## 9640 165 129.982 123
## 9641 151 146.385 111
## 9642 278 267.550 119
## 9643 364 356.205 104
## 9644 168 167.485 164
## 9645 185 171.818 88
## 9646 118 115.826 136
## 9647 462 454.601 97
## 9648 133 132.268 126
## 9649 25 24.090 129
## 9650 132 122.515 150
## 9651 450 449.940 311
## 9652 215 213.706 183
## 9653 359 286.777 214
## 9654 243 195.661 149
## 9655 348 341.750 348
## 9656 595 567.073 197
## 9657 298 297.079 197
## 9658 99 98.608 115
## 9659 219 211.878 287
## 9660 473 463.690 193
## 9661 234 221.945 141
## 9662 170 169.051 126
## 9663 404 395.046 382
## 9664 271 269.613 410
## 9665 425 423.983 266
## 9666 234 230.748 274
## 9667 290 276.560 120
## 9668 119 118.699 132
## 9669 184 176.457 209
## 9670 147 140.040 77
## 9671 207 197.789 141
## 9672 220 179.847 223
## 9673 965 348.121 297
## 9674 224 220.376 476
## 9675 217 195.405 173
## 9676 515 502.647 336
## 9677 201 199.740 369707
## 9678 280 278.012 234
## 9679 162 161.552 228
## 9680 157 156.776 90
## 9681 198 197.254 146
## 9682 737 736.647 148
## 9683 168 157.563 88
## 9684 185 141.657 152
## 9685 129 122.505 155
## 9686 232 216.003 166
## 9687 166 165.746 126
## 9688 267 255.411 204
## 9689 500 498.447 269
## 9690 150 144.794 78
## 9691 405 393.708 317
## 9692 384 381.572 312
## 9693 203 201.057 165
## 9694 177 176.251 158
## 9695 307 305.740 225
## 9696 210 205.779 143
## 9697 340 268.252 184
## 9698 152 151.368 147
## 9699 429 407.768 228
## 9700 152 122.367 147
## 9701 351 339.726 277
## 9702 364 362.627 235
## 9703 336 335.238 155
## 9704 279 253.936 201
## 9705 139 136.874 167
## 9706 299 220.404 310
## 9707 206 205.376 83
## 9708 255 237.297 216
## 9709 159 146.469 240
## 9710 174 155.158 183
## 9711 151 149.690 124
## 9712 172 170.324 151
## 9713 149 146.853 200
## 9714 171 163.841 147
## 9715 609 408.089 272
## 9716 509 469.969 513
## 9717 158 156.926 128
## 9718 257 254.266 242
## 9719 254 244.658 219
## 9720 250 249.715 173
## 9721 211 197.130 157
## 9722 278 271.715 170
## 9723 408 406.121 209
## 9724 211 207.726 190
## 9725 219 218.305 218
## 9726 213 211.967 112
## 9727 270 249.785 67
## 9728 632 494.553 156
## 9729 313 282.758 365
## 9730 104 102.464 235
## 9731 184 183.890 130
## 9732 181 178.626 146
## 9733 171 142.299 167
## 9734 340 317.484 344
## 9735 201 177.072 132
## 9736 373 333.109 1487
## 9737 81 80.040 102
## 9738 322 314.261 175
## 9739 158 141.807 114
## 9740 163 162.931 197
## 9741 202 176.697 200
## 9742 163 153.266 137
## 9743 247 241.455 261
## 9744 220 218.545 290
## 9745 174 172.567 154
## 9746 753 163.514 230
## 9747 238 237.079 141
## 9748 203 201.848 205
## 9749 464 451.946 179
## 9750 723 685.209 256
## 9751 436 395.228 237
## 9752 259 200.829 160
## 9753 190 189.749 94
## 9754 249 202.800 303
## 9755 196 183.172 112
## 9756 357 356.534 301
## 9757 183 182.360 143
## 9758 169 167.416 187
## 9759 839 838.610 529
## 9760 131 129.825 102
## 9761 157 155.818 161
## 9762 219 218.421 156
## 9763 174 172.854 156
## 9764 207 201.835 185
## 9765 197 195.647 175
## 9766 215 212.772 165
## 9767 475 417.266 227
## 9768 137 136.634 106
## 9769 469 419.400 262
## 9770 201 199.722 183
## 9771 363 362.672 271
## 9772 260 259.978 128
## 9773 267 266.447 165
## 9774 152 150.080 116
## 9775 139 120.050 106
## 9776 216 205.916 153
## 9777 119 116.872 128
## 9778 445 410.581 187
## 9779 343 155.435 121
## 9780 163 145.149 185
## 9781 195 167.725 197
## 9782 338 323.615 162
## 9783 195 193.662 186
## 9784 183 170.065 179
## 9785 185 166.097 140
## 9786 121 105.643 152
## 9787 319 296.600 81
## 9788 262 260.634 118
## 9789 180 173.203 137
## 9790 235 226.536 106
## 9791 186 186.140 129
## 9792 200 197.394 308
## 9793 155 153.905 171
## 9794 214 212.431 180
## 9795 188 186.616 89
## 9796 306 280.724 87
## 9797 154 153.148 120
## 9798 178 170.069 128
## 9799 154 153.107 222
## 9800 140 139.242 196
## 9801 184 183.791 137
## 9802 175 140.770 140
## 9803 180 178.147 178
## 9804 148 127.854 153
## 9805 123 114.843 176
## 9806 153 149.690 153
## 9807 149 139.873 174
## 9808 354 352.817 157
## 9809 598 597.670 318
## 9810 284 274.029 361
## 9811 218 217.564 731
## 9812 134 133.298 151
## 9813 239 238.897 205
## 9814 459 455.494 122
## 9815 175 174.535 215
## 9816 231 226.746 231
## 9817 188 185.961 178
## 9818 65 63.825 217
## 9819 246 238.429 157
## 9820 234 231.837 236
## 9821 261 207.750 162
## 9822 190 189.340 212
## 9823 248 238.566 42104
## 9824 174 136.053 176
## 9825 142 141.889 186
## 9826 285 284.198 172
## 9827 173 167.517 183
## 9828 233 232.476 178
## 9829 168 154.746 196
## 9830 252 235.236 189
## 9831 106 104.872 86
## 9832 268 222.770 134
## 9833 713 234.772 327
## 9834 145 142.088 197
## 9835 206 198.348 185
## 9836 428 427.018 205
## 9837 156 155.598 116
## 9838 157 150.943 104
## 9839 208 208.268 189
## 9840 201 200.231 189
## 9841 143 115.907 135
## 9842 205 204.294 254
## 9843 190 184.982 123
## 9844 446 439.331 263
## 9845 216 214.985 107
## 9846 197 196.541 124
## 9847 385 385.040 176
## 9848 218 214.839 151
## 9849 213 211.239 155
## 9850 260 259.038 246
## 9851 193 191.990 211
## 9852 174 169.507 94
## 9853 105 100.625 124
## 9854 195 152.589 182
## 9855 137 133.739 72
## 9856 280 275.258 188
## 9857 183 171.313 203
## 9858 289 288.056 364
## 9859 868 866.672 160
## 9860 343 338.989 230
## 9861 121 112.918 110
## 9862 495 493.564 355
## 9863 164 163.005 116
## 9864 126 124.570 120
## 9865 246 243.499 215
## 9866 132 130.726 140
## 9867 791 631.763 334
## 9868 629 610.228 197
## 9869 125 122.197 151
## 9870 180 179.119 133
## 9871 19931 19913.257 389
## 9872 235 222.951 508
## 9873 181 179.720 174
## 9874 392 387.796 215
## 9875 218 218.171 168
## 9876 300 298.683 263
## 9877 155 148.464 109
## 9878 143 129.445 134
## 9879 267 258.628 398
## 9880 253 252.310 213
## 9881 199 199.041 161
## 9882 158 157.003 192
## 9883 92 91.036 93
## 9884 378 376.310 225
## 9885 82 81.295 154
## 9886 385 383.619 698
## 9887 234 233.663 201
## 9888 158 146.141 310
## 9889 170 164.941 136
## 9890 336 334.704 237
## 9891 117 112.329 87
## 9892 187 177.037 128
## 9893 141 136.316 93
## 9894 208 206.081 204
## 9895 185 184.803 168
## 9896 235 233.974 169
## 9897 336 334.499 240
## 9898 149 145.075 175
## 9899 180 166.857 160
## 9900 248 247.605 177
## 9901 232 226.858 149
## 9902 288 286.770 312
## 9903 192 191.354 195
## 9904 590 581.373 239
## 9905 177 175.800 98
## 9907 125 119.252 125
## 9908 724 673.887 371
## 9909 289 287.902 232
## 9910 325 323.068 230
## 9911 95 78.369 175
## 9912 173 167.428 198
## 9913 292 290.945 577
## 9914 253 253.500 123
## 9915 172 153.890 123
## 9916 169 160.382 189
## 9917 282 277.874 169
## 9918 184 183.714 263
## 9919 214 212.516 150
## 9920 261 260.548 172
## 9921 161 159.364 152
## 9922 128 126.478 129
## 9923 132 131.001 135
## 9924 165 163.988 220
## 9925 278 270.156 205
## 9926 174 173.725 108
## 9927 196 183.270 151
## 9928 119 117.838 164
## 9929 103 101.974 57
## 9930 1137 1075.405 305
## 9931 163 153.238 238
## 9932 515 412.884 303
## 9933 188 169.973 180
## 9934 146 140.916 262
## 9935 199 181.874 1340
## 9936 563 562.157 143
## 9937 413 412.584 250
## 9938 198 184.634 140
## 9939 476 223.308 185
## 9940 190 174.764 187
## 9941 151 150.811 153
## 9942 82 80.669 95
## 9943 384 358.082 280
## 9944 124 123.589 145
## 9945 185 183.814 187
## 9946 221 220.043 329
## 9947 14758 14756.920 97
## 9948 683 673.594 142
## 9949 603 600.710 170
## 9950 203 202.522 182
## 9951 189 187.848 124
## 9952 286 196.276 155
## 9953 400 331.352 109
## 9954 255 253.129 135
## 9955 135 135.069 101
## 9956 146 145.689 110
## 9957 106 85.401 116
## 9958 140 125.914 167
## 9959 421 391.835 228
## 9960 551 521.581 180
## 9961 239 237.696 329
## 9962 448 446.795 300
## 9963 270 215.885 229
## 9964 193 191.829 152
## 9965 4745 4728.035 141
## 9966 132 125.500 117
## 9967 191 190.883 151
## 9968 158 151.621 176
## 9969 186 153.787 233
## 9970 196 194.504 136
## 9971 700 695.766 290
## 9972 172 164.882 205
## 9973 441 426.571 288
## 9974 356 355.467 309
## 9975 212 202.782 137
## 9976 348 218.691 212
## 9977 218 217.136 911
## 9978 227 212.499 204
## 9979 140 128.191 130
## 9980 165 133.851 131
## 9981 133 122.993 216
## 9982 127 103.343 136
## 9983 376 243.231 214
## 9984 170 168.887 128
## 9985 167 165.278 375
## 9986 245 237.828 166
## 9987 149 145.304 158
## 9988 126 124.355 140
## 9989 327 278.107 3059
## 9990 190 188.478 405
## 9991 415 411.141 170
## 9992 236 231.380 218
## 9993 247 183.390 227
## 9994 299 297.100 161
## 9995 179 178.436 159
## 9996 247 214.924 163
## 9997 211 209.071 143
## 9998 272 270.260 176
## 9999 183 174.069 194
## 10000 313 312.398 181
## 10001 192 186.569 172
## 10002 123 122.709 138
## 10003 136 135.307 435
## 10004 210 209.035 118
## 10005 186 161.268 102
## 10006 143 142.492 204
## 10007 213 207.468 147
## 10008 95 94.373 174
## 10009 181 157.547 209
## 10010 215 214.272 218
## 10011 233 228.654 180
## 10012 289 283.473 259
## 10013 183 181.003 174
## 10014 839 838.080 231
## 10015 223 216.421 191
## 10016 152 149.775 134
## 10017 221 207.602 9
## 10018 805 799.766 109
## 10019 129 127.981 111
## 10020 98 92.111 151
## 10021 245 244.347 53519
## 10022 527 507.063 340
## 10023 294 293.195 341
## 10024 297 296.458 303
## 10025 222 220.736 234
## 10026 126 114.584 120
## 10027 321 308.510 153
## 10028 177 176.271 183
## 10029 163 161.556 141
## 10030 200 199.136 135
## 10031 393 391.971 253
## 10032 203 203.009 127
## 10033 145 144.420 129
## 10034 177 158.632 224
## 10035 169 152.025 151
## 10036 485 479.452 446
## 10037 189 188.591 116
## 10038 203 201.313 218
## 10039 242 224.429 204
## 10040 235 233.997 251
## 10041 65508 65499.216 114
## 10042 291 283.427 109
## 10043 176 160.092 116
## 10044 139 138.052 127
## 10045 229 203.446 216
## 10046 142 140.144 144
## 10047 268 267.242 220
## 10048 198 196.209 145
## 10049 869 713.057 243
## 10050 735 270.165 300
## 10051 215 203.380 86
## 10052 183 182.674 233
## 10053 206 206.379 173
## 10054 170 168.276 210
## 10055 111 109.206 141
## 10056 257 258.159 157
## 10057 184 183.438 130
## 10058 322 315.261 160
## 10059 217 216.452 226
## 10060 360 356.710 169
## 10061 129 127.362 110
## 10062 169 163.894 114
## 10063 143 142.053 119
## 10064 153 153.117 108
## 10065 248 246.605 133
## 10066 218 216.947 150
## 10067 195 194.981 171
## 10068 259 258.412 523
## 10069 208 207.039 133
## 10070 224 222.211 179
## 10071 168 130.230 151
## 10072 161 159.591 256
## 10073 132 131.510 153
## 10074 124 119.417 126
## 10075 283 283.205 161
## 10076 237 193.997 398
## 10077 157 142.123 153
## 10078 5390 197.908 5182
## 10079 142 134.682 118
## 10080 318 304.923 144
## 10081 295 267.532 164
## 10082 146 141.180 133
## 10083 175 172.268 106
## 10084 99 82.421 112
## 10085 196 195.274 83
## 10086 210 209.150 208
## 10087 152 128.793 163
## 10088 171 164.073 306
## 10089 129 120.628 139
## 10090 143 134.465 150
## 10091 134 132.918 120
## 10092 157 157.118 116
## 10093 236 227.884 220
## 10094 329 326.672 247
## 10095 239 208.758 179
## 10096 173 169.222 178
## 10097 233 231.457 136
## 10098 299 298.014 172
## 10099 146 144.273 148
## 10100 305 273.444 225
## 10101 158 138.135 154
## 10102 125 118.805 114
## 10103 162 119.884 125
## 10104 201 200.923 158
## 10105 280 279.574 169
## 10106 186 185.916 130
## 10107 146 145.534 136
## 10108 253 252.523 249
## 10109 400 376.900 184
## 10110 374 372.394 351
## 10111 157 157.452 123
## 10112 581 579.773 570
## 10113 160 158.936 158
## 10114 183 176.817 211
## 10115 171 158.834 147
## 10116 272 271.873 192
## 10117 241 214.042 157
## 10118 238 237.126 125
## 10119 146 145.696 142
## 10120 166 165.234 167
## 10121 301 277.880 150
## 10122 149 143.547 128
## 10123 1594 118.171 1389
## 10124 177 176.241 100
## 10125 239 212.084 207
## 10126 134 133.129 146
## 10127 230 229.861 189
## 10128 168 166.423 170
## 10129 252 251.507 298
## 10130 100 99.629 88
## 10131 186 163.251 154
## 10132 149 148.902 169
## 10133 414 405.308 236
## 10134 191 127.687 102
## 10135 184 177.297 135
## 10136 434 429.049 138
## 10137 102 98.106 97
## 10138 137 125.747 95
## 10139 216 200.314 168
## 10140 210 191.355 181
## 10141 97 96.439 107
## 10142 146 146.201 136
## 10143 136 126.294 168
## 10144 113 112.566 173
## 10145 146 145.536 88
## 10146 166 162.077 133
## 10147 114 113.063 103
## 10148 263 261.957 517
## 10149 82 76.866 81
## 10150 246 221.435 363
## 10151 140 119.067 88
## 10152 263 262.391 153
## 10153 183 179.251 143
## 10154 91 90.875 115
## 10155 166 152.028 139
## 10156 269 246.808 127
## 10157 94 93.352 95
## 10158 161 140.200 143
## 10159 169 166.643 142
## 10160 134 133.277 122
## 10161 368 367.624 134
## 10162 138 137.879 121
## 10163 249 248.995 227
## 10164 194 193.249 224
## 10165 245 243.495 186
## 10166 110 109.789 87
## 10167 135 133.439 190
## 10168 518 517.761 276
## 10169 260 259.284 299
## 10170 232 216.239 183
## 10171 180 178.350 114
## 10172 289 285.106 123
## 10173 139 134.046 130
## 10174 1442 1441.095 1027
## 10175 149 126.865 105
## 10176 248 189.056 127
## 10177 522 514.700 155
## 10178 338 335.175 198
## 10179 162 150.039 186
## 10180 158 158.099 163
## 10181 210 209.007 142
## 10182 360 235.088 266
## 10183 226 225.083 296
## 10184 112 111.637 106
## 10185 1949 1941.523 325
## 10186 191 190.556 171
## 10187 270 269.604 191
## 10188 237 235.442 253
## 10189 203 200.703 116
## 10190 300 293.407 166
## 10191 149 148.409 149
## 10192 145 143.972 126
## 10193 138 136.434 151
## 10194 311 310.086 152
## 10195 216 216.239 151
## 10196 134 130.849 135
## 10197 313 256.166 803
## 10198 278 278.244 118
## 10199 214 200.818 245
## 10200 295 274.818 213
## 10201 158 157.147 125
## 10202 140 139.616 94
## 10203 121 114.971 120
## 10204 166 162.776 159
## 10205 208 207.184 115
## 10206 107 107.386 75
## 10207 220 216.614 148
## 10208 170 169.117 180
## 10209 101 100.111 111
## 10210 208 207.244 85
## 10211 128 127.419 82
## 10212 268 267.126 234
## 10213 308 305.487 114
## 10214 148 146.794 116
## 10215 139 138.226 140
## 10216 222 221.581 150
## 10217 153 152.150 133
## 10218 1891 1890.388 117
## 10219 111 110.446 105
## 10220 169 164.852 129
## 10221 435 217.722 331
## 10222 130 125.831 119
## 10223 115 114.471 146
## 10224 186 185.911 124
## 10225 291 275.566 200
## 10226 231 228.020 506
## 10227 175 169.010 137
## 10228 943 942.417 162
## 10229 429 428.072 493
## 10230 119 118.134 151
## 10231 232 230.097 121
## 10232 115 115.145 84
## 10233 216 205.269 124
## 10234 546 546.075 129
## 10235 163 162.141 240
## 10236 85 79.678 133
## 10237 164 163.081 149
## 10238 199 198.607 161
## 10239 134 134.374 140
## 10241 101 98.549 94
## 10242 228 227.904 126
## 10243 121 120.809 147
## 10244 187 187.333 204
## 10245 325 298.861 343
## 10246 266 265.241 257
## 10247 378 377.245 162
## 10248 2125 2052.147 123
## 10249 246 233.311 224
## 10250 164 143.580 116
## 10251 253 232.192 230
## 10252 718 702.838 217
## 10253 134 133.382 119
## 10254 147 146.229 83
## 10255 170 168.939 178
## 10256 203 187.894 97
## 10257 123 121.085 155
## 10258 309 278.043 229
## 10259 275 259.799 121
## 10260 205 205.096 103
## 10261 145 143.890 88
## 10262 254 253.552 204
## 10263 276 263.719 188
## 10264 113 108.544 65
## 10265 128 118.326 116
## 10266 139 104.458 138
## 10267 221 219.607 153
## 10268 150 148.924 204
## 10269 206 206.180 161
## 10270 176 175.267 189
## 10271 169 163.838 67
## 10272 188 187.714 169
## 10273 258 239.449 191
## 10274 314 302.242 176
## 10275 147 146.567 98
## 10276 215 213.962 238
## 10277 616 421.104 318
## 10278 154 153.484 201
## 10279 205 199.296 175
## 10280 225 216.534 122
## 10281 132 128.365 123
## 10282 299 296.997 233
## 10283 199 198.036 115
## 10284 251 213.425 185
## 10285 202 196.214 229
## 10286 319 254.919 283
## 10287 120 119.476 90
## 10288 552 551.786 266
## 10289 162 160.976 160
## 10290 130 128.483 106
## 10291 151 124.867 125
## 10292 227 226.417 214
## 10293 247 215.668 184
## 10294 143 137.396 144
## 10295 126 117.536 252
## 10296 167 142.451 204
## 10297 243 231.021 191
## 10298 156 154.656 174
## 10299 226 225.921 188
## 10300 151 149.334 130
## 10301 183 173.372 145
## 10302 930 928.461 91
## 10303 175 172.679 161
## 10304 183 181.822 233
## 10305 142 140.618 172
## 10306 220 204.104 223
## 10307 156 155.342 69
## 10308 126 122.513 106
## 10309 197 195.610 181
## 10310 154 140.539 139
## 10311 191 191.226 127
## 10312 382 380.627 411
## 10313 171 147.643 74
## 10314 148 147.059 73
## 10315 391 389.041 162
## 10316 198 195.050 156
## 10317 191 178.022 150
## 10318 173 154.301 133
## 10319 166 150.379 186
## 10320 792 605.441 195
## 10321 235 234.895 243
## 10322 204 179.078 96
## 10323 237 235.749 181
## 10324 194 194.301 175
## 10325 302 266.896 204
## 10326 259 256.908 171
## 10327 168 166.965 157
## 10328 903 880.431 109
## 10329 224 223.455 203
## 10330 138 137.379 113
## 10331 130 129.995 76
## 10332 650 645.766 172
## 10333 356 316.353 247
## 10334 190 189.694 223
## 10335 328 326.658 282
## 10336 196 195.676 134
## 10337 156 154.753 196
## 10338 233 232.846 105
## 10339 138 137.837 94
## 10340 407 406.525 264
## 10341 247 245.357 262
## 10342 174 161.626 146
## 10343 179 178.480 143
## 10344 250 249.009 253
## 10345 129 127.761 140
## 10346 233 232.413 138
## 10347 95 92.485 133
## 10348 245 226.191 199
## 10349 170 169.654 135
## 10350 132 130.256 142
## 10351 360 349.346 222
## 10352 181 160.194 94
## 10353 166 151.052 127
## 10354 68 66.588 97
## 10355 98 94.844 117
## 10356 813 772.290 154
## 10357 146 145.147 49892
## 10358 206 205.600 136
## 10359 176 159.729 131
## 10360 64 58.807 98
## 10361 158 138.845 105
## 10362 411 384.942 356
## 10363 146 144.802 155
## 10364 123 123.324 106
## 10365 217 216.090 194
## 10366 409 142.031 220
## 10367 175 175.003 131
## 10368 255 248.471 128
## 10369 141 134.064 202
## 10370 168 164.742 135
## 10371 408 407.132 308
## 10372 230 228.869 185
## 10373 205 172.838 153
## 10374 144 121.820 142
## 10375 250 248.756 189
## 10376 244 219.546 164
## 10377 185 184.718 113
## 10378 299 280.546 214
## 10379 127 122.978 283
## 10380 712 257.231 305
## 10381 176 173.931 156
## 10382 131 131.400 201
## 10383 178 168.569 139
## 10384 169 155.972 168
## 10385 170 163.317 154
## 10386 157 153.048 111
## 10387 257 256.112 113
## 10388 235 174.468 129
## 10389 151 150.800 129
## 10390 182 173.305 189
## 10391 197 162.758 158
## 10392 251 244.909 178
## 10393 186 175.219 152
## 10394 121 120.540 128
## 10395 192 165.047 124
## 10396 191 190.894 229
## 10397 302 292.946 237
## 10398 224 211.363 201
## 10399 518 513.246 92
## 10400 288 287.286 168
## 10401 937 925.378 385
## 10402 200 190.505 152
## 10403 282 281.434 132
## 10404 180 177.393 177
## 10405 134 132.597 97
## 10406 302 300.736 331
## 10407 334 333.679 168
## 10408 143 139.514 123
## 10409 379 133.329 149
## 10410 121 120.274 206
## 10411 90 89.032 154
## 10412 190 190.387 148
## 10413 151 149.990 142
## 10414 106 104.062 119
## 10415 169 167.711 185
## 10416 154 139.759 251
## 10417 539 481.765 326
## 10418 160 148.856 149
## 10419 373 372.457 189
## 10420 162 160.406 164
## 10421 1360 1350.012 126
## 10422 153 152.163 149
## 10423 117 116.316 163
## 10424 120 119.163 81
## 10425 104 102.383 135
## 10426 339 306.902 208
## 10427 159 152.368 136
## 10428 144 127.097 83
## 10429 178 176.344 137
## 10430 209 197.253 191
## 10431 206 201.052 163
## 10432 273 264.446 181
## 10433 169 157.920 198
## 10434 148 146.838 108
## 10435 242 241.348 331
## 10436 224 218.613 182
## 10437 253 237.172 230
## 10438 160 132.650 223
## 10439 183 169.395 95
## 10440 775 690.888 373
## 10441 101 100.499 108
## 10442 142 141.070 134
## 10443 190 170.244 136
## 10444 192 191.034 234
## 10445 281 280.782 163
## 10446 1006 1003.099 885
## 10447 193 181.237 299
## 10448 122 120.491 141
## 10449 205 203.688 489
## 10450 119 118.170 136
## 10451 198 197.548 83
## 10452 345 343.177 335
## 10453 179 178.531 126
## 10454 159 143.872 115
## 10455 327 301.106 162
## 10456 161 134.999 153
## 10457 120 120.290 61
## 10458 299 298.715 296
## 10459 141 135.721 107
## 10460 213 210.664 139
## 10461 220 218.470 128
## 10462 243 223.202 161
## 10463 117 111.192 97
## 10464 1219 1217.076 319
## 10465 184 183.501 199
## 10466 411 372.010 357
## 10467 233 176.044 149
## 10468 122 120.698 153
## 10469 1006 957.225 157
## 10470 279 278.190 175
## 10471 334 341.177 305
## 10472 270 265.522 145
## 10473 152 151.046 153
## 10474 474 471.978 439
## 10475 286 284.760 224
## 10476 229 209.479 159
## 10477 162 161.323 148
## 10478 131 124.587 131
## 10479 205 174.548 190
## 10480 171 153.154 202
## 10481 101 84.286 78
## 10482 181 174.975 134
## 10483 267 265.980 204
## 10484 552 516.799 428
## 10485 274 236.634 250
## 10486 204 202.773 156
## 10487 117 113.157 186
## 10488 124 121.454 139
## 10489 123 120.857 108
## 10490 175 153.718 275
## 10491 1241 130.648 156
## 10492 98 96.183 130
## 10493 189 187.241 115
## 10494 183 182.003 136
## 10495 124 122.062 97
## 10496 304 201.401 188
## 10497 143 142.349 210
## 10498 264 248.431 133
## 10499 292 291.521 221
## 10500 547 546.262 204
## 10501 259 256.802 196
## 10502 375 144.485 178
## 10503 135 130.278 150
## 10504 193 174.085 182
## 10505 130 128.844 181
## 10506 163 146.143 147
## 10507 203 171.881 149
## 10508 170 169.686 131
## 10509 254 233.129 171
## 10510 191 190.835 286
## 10511 5843 5842.671 196
## 10512 147 146.797 85
## 10513 228 213.959 248
## 10514 136 124.499 150
## 10515 133 132.710 194
## 10516 140 138.616 123
## 10517 129 128.887 126
## 10518 154 153.383 140
## 10519 150 149.170 172
## 10520 234 220.967 207
## 10521 217 173.855 104
## 10522 232 216.611 440
## 10523 161 159.554 90
## 10524 206 204.861 220
## 10525 171 169.985 162
## 10526 224 199.325 155
## 10527 460 204.103 168
## 10528 627 113.740 256
## 10529 250 199.091 271
## 10530 159 158.543 180
## 10531 214 203.769 211
## 10532 204 192.497 232
## 10533 197 195.827 122
## 10534 306 303.721 260
## 10535 155 153.841 177
## 10536 197 192.716 110
## 10537 150 141.108 141
## 10538 142 141.604 146
## 10539 159 158.836 144
## 10540 137 135.930 171
## 10541 142 141.005 92
## 10542 208 207.213 137
## 10544 205 204.730 214
## 10545 189 187.916 176
## 10546 157 152.079 340
## 10547 326 301.653 224
## 10548 114 110.175 124
## 10549 165 165.307 179
## 10550 188 183.483 199
## 10551 277 274.343 212
## 10552 115 94.843 101
## 10553 266 265.354 178
## 10554 894 144.149 179
## 10555 320 317.523 315
## 10556 206 205.435 84
## 10557 179 170.778 145
## 10558 334 311.986 211
## 10559 137 131.190 127
## 10560 232 231.122 186
## 10561 242 241.507 183
## 10562 247 214.725 401
## 10563 181 178.026 88
## 10564 333 331.455 123
## 10565 233 233.198 114
## 10566 143 143.075 105
## 10567 169 164.660 258
## 10568 151 149.709 189
## 10569 225 220.319 209
## 10570 155 153.614 93
## 10571 237 194.216 214
## 10572 155 153.722 127
## 10573 396 391.122 272
## 10574 129 129.073 112
## 10575 3412 217.966 130
## 10576 172 171.690 127
## 10577 170 161.410 142
## 10578 144 142.354 149
## 10579 101 100.742 58
## 10580 160 160.228 117
## 10581 102 101.235 76
## 10582 558 557.595 200
## 10583 191 190.623 156
## 10584 98 97.605 87
## 10585 295 242.162 311
## 10586 135 130.540 80
## 10587 94 90.371 69
## 10588 244 243.432 166
## 10589 175 142.020 144
## 10590 154 147.784 112
## 10591 512 511.532 241
## 10592 163 161.936 131
## 10593 176 175.140 137
## 10594 279 282.521 331
## 10595 119 118.699 172
## 10596 208 205.875 147
## 10597 97 96.019 70
## 10598 289 257.856 194
## 10599 177 176.115 87772
## 10600 222 196.140 210
## 10601 133 132.518 146
## 10602 169 151.996 268
## 10603 395 393.720 138
## 10604 255 246.800 218
## 10605 436 142.082 160
## 10606 195 193.592 232
## 10607 108 92.977 128
## 10608 251 211.866 219
## 10609 164 163.146 170
## 10610 227 226.773 149
## 10611 428 333.454 280
## 10612 162 161.953 82
## 10613 181 179.755 145
## 10614 179 179.430 209
## 10615 157 155.587 275
## 10616 293 291.034 337
## 10617 199 174.078 196
## 10618 147 140.462 118
## 10619 111 104.511 207
## 10620 172 170.625 185
## 10621 212 187.863 180
## 10622 190 189.306 139
## 10623 339 322.468 703
## 10624 120 112.837 84
## 10625 361 360.570 221
## 10626 182 181.847 132
## 10627 142 140.328 101
## 10628 246 224.149 304
## 10629 160 148.808 103
## 10630 199 192.399 303
## 10631 74 73.328 92
## 10632 276 274.919 144
## 10633 312 307.482 194
## 10634 101 96.781 179
## 10635 14021 170.820 358
## 10636 208 172.322 197
## 10637 140 136.159 139
## 10638 156 154.878 159
## 10639 208 206.849 216
## 10640 275 267.077 232
## 10641 633 421.943 147
## 10642 285 284.582 194
## 10643 244 237.394 151
## 10644 201 200.216 259
## 10645 368 367.529 173
## 10646 139 133.754 122
## 10647 129 108.409 204
## 10648 227 226.152 99
## 10649 235 176.453 114
## 10650 151 137.726 206
## 10651 217 213.423 163
## 10652 176 172.411 106
## 10653 140 135.549 167
## 10654 451 349.856 456
## 10655 147 143.029 162
## 10656 173 172.699 57
## 10657 171 142.798 70
## 10658 140 134.391 122
## 10659 217 211.253 172
## 10660 153 152.310 115
## 10661 111 108.528 107
## 10662 168 168.564 290
## 10663 157 155.646 76
## 10664 248 231.406 140
## 10665 227 225.250 147
## 10666 349 340.511 265
## 10667 125 124.374 133
## 10668 98 92.790 105
## 10669 79 73.922 102
## 10670 134 118.282 122
## 10671 193 173.196 135
## 10672 376 373.064 253
## 10673 687 229.402 233
## 10674 276 264.883 175
## 10675 231 230.789 325
## 10676 191 190.748 175
## 10677 105 97.001 126
## 10678 413 359.981 224
## 10679 124 122.325 164
## 10680 599 598.604 306
## 10681 212 205.649 149
## 10682 206 205.342 185
## 10683 198 191.192 201
## 10684 259 225.654 170
## 10685 915 914.265 283
## 10686 455 345.303 271
## 10687 319 318.383 174
## 10688 404 341.326 229
## 10689 219 196.798 189
## 10690 411 402.666 168
## 10691 271 271.199 105
## 10692 652 635.163 353
## 10693 721 721.102 213
## 10694 118 116.838 136
## 10695 287 285.769 567
## 10696 334 333.472 188
## 10697 101 99.965 120
## 10698 150 143.561 140
## 10699 181 181.082 142
## 10700 314 299.237 151
## 10701 398 96.619 211
## 10702 163 161.834 165
## 10703 92 92.519 127
## 10704 110 109.252 155
## 10705 288 252.015 286
## 10706 238 230.617 129
## 10707 212 201.049 128
## 10708 132 131.885 111
## 10709 351 329.461 170
## 10710 216 178.406 177
## 10711 373 322.106 223
## 10712 118 116.405 129
## 10713 208 191.693 128
## 10714 431 430.120 534
## 10715 477 474.467 230
## 10716 89 89.020 117
## 10717 148 147.053 149
## 10718 136 127.640 116
## 10719 109 101.289 149
## 10720 122 111.028 120
## 10721 444 430.330 155
## 10722 254 245.302 152
## 10723 304 302.785 237
## 10724 14 12.779 172
## 10725 148 144.579 191
## 10726 137 134.489 122
## 10727 443 427.567 180
## 10728 174 171.768 190
## 10729 120 119.351 122
## 10730 254 252.668 174
## 10731 235 233.353 165
## 10732 160 158.636 151
## 10733 349 346.459 227
## 10734 170 168.893 138
## 10735 257 256.942 165
## 10736 100 95.861 161
## 10737 185 182.510 174
## 10738 240 239.750 325
## 10739 1623 1622.490 127
## 10740 124 123.122 88
## 10741 159 158.603 219
## 10742 250 249.956 131
## 10743 225 220.859 179
## 10744 285 273.449 141
## 10745 136 134.896 107
## 10746 285 282.747 278
## 10747 232 231.948 151
## 10748 177 174.554 141
## 10749 360 303.559 182
## 10750 160 158.404 768
## 10751 168 160.969 131
## 10752 271 262.200 220
## 10753 391 370.230 232
## 10754 167 166.529 134
## 10755 527 218.435 202
## 10756 110 108.732 139
## 10757 179 177.726 212
## 10758 277 275.981 451
## 10759 527 526.498 234
## 10760 488 473.166 379
## 10761 286 278.503 236
## 10762 442 440.101 362
## 10763 262 260.806 311
## 10764 160 158.952 137
## 10765 220 205.595 168
## 10766 138 136.029 125
## 10767 516 513.955 250
## 10768 169 132.504 263
## 10769 125 124.586 168
## 10770 109 109.008 115
## 10771 239 231.933 259
## 10772 106 100.353 82
## 10773 117 115.802 121
## 10774 359 329.720 218
## 10775 688 463.714 279
## 10776 96 82.603 256
## 10777 115 108.977 76
## 10778 182 179.098 154
## 10779 173 164.294 164
## 10780 132 131.021 167
## 10781 277 266.438 89
## 10782 197 192.454 238
## 10783 192 190.629 210
## 10784 97 96.379 108
## 10785 336 332.952 111
## 10786 139 129.255 170
## 10787 421 395.409 63
## 10788 141 138.292 204
## 10789 249 233.337 253
## 10790 141 139.194 226
## 10791 193 192.794 125
## 10792 157 149.401 170
## 10793 298 296.421 136
## 10794 94 88.595 144
## 10795 128 125.983 105
## 10796 146 145.073 177
## 10797 156 137.205 134
## 10798 119 118.528 162
## 10799 116 114.782 158
## 10800 138 137.434 127
## 10801 120 119.217 113
## 10802 247 239.046 226
## 10804 353 350.311 189
## 10805 259 258.153 132
## 10806 77 74.968 110
## 10807 231 230.382 152
## 10808 156 154.764 153
## 10809 218 217.113 173
## 10810 188 185.517 161
## 10811 116 114.883 145
## 10812 184 183.759 90
## 10813 113 102.672 104
## 10814 140 134.577 102
## 10815 369 335.968 296
## 10816 264 262.791 299
## 10817 121 120.022 109
## 10818 135 134.792 68
## 10819 466 188.517 138
## 10820 250 245.265 229
## 10821 103 102.195 64
## 10822 236 234.988 273
## 10823 142 141.210 187
## 10824 183 170.204 150
## 10825 282 280.223 384
## 10826 204 203.704 104
## 10827 179 170.171 91
## 10828 219 209.936 1761
## 10829 262 261.612 147
## 10830 291 279.982 107
## 10831 630 346.710 207
## 10832 139 137.459 135
## 10833 205 188.948 185
## 10834 211 208.462 157
## 10835 327 324.096 505
## 10836 251 174.218 259
## 10837 123 118.336 110
## 10838 9882 9868.208 216
## 10839 175 174.228 106
## 10840 117 106.639 111
## 10841 45145 143.559 127
## 10842 155 154.281 215
## 10843 90 89.522 69
## 10844 113 110.771 67
## 10845 285 283.485 242
## 10846 190 180.164 156
## 10847 112 111.538 184
## 10848 94 85.971 174
## 10849 181 163.338 83
## 10850 214 212.445 241
## 10851 241 233.211 150
## 10852 258 247.955 162
## 10853 223 198.979 264
## 10854 178 167.987 107
## 10855 133 131.764 279
## 10856 235 234.497 267
## 10857 227 213.512 192
## 10858 285 284.438 794
## 10859 197 191.892 126
## 10860 273 241.751 258
## 10861 130 101.130 61
## 10862 342 328.191 404
## 10863 246 234.839 197
## 10864 220 212.133 181
## 10865 185 184.862 240
## 10866 357 326.430 115
## 10867 271 270.232 185
## 10868 178 169.230 109
## 10869 115 113.809 144
## 10870 124 123.717 85
## 10871 534 501.776 321
## 10872 105 104.471 184
## 10873 114 113.111 180
## 10874 289 192.166 171
## 10875 87 86.726 129
## 10876 184 169.398 68
## 10877 278 277.706 275
## 10878 163 161.634 172
## 10879 119 112.829 169
## 10880 374 233.548 156
## 10881 161 117.210 181
## 10882 139 136.946 106
## 10883 305 303.739 240
## 10884 1587 1587.314 180
## 10885 96 94.941 127
## 10886 180 179.277 184
## 10887 125 115.467 151
## 10888 617 611.167 162
## 10889 425 423.935 132
## 10890 210 209.225 162
## 10891 151 150.206 130
## 10892 223 221.399 212
## 10893 208 207.445 69
## 10894 234 222.854 127
## 10895 191 189.781 151
## 10896 160 160.020 169
## 10897 137 135.060 142
## 10898 201 175.714 119
## 10899 196 190.640 223
## 10900 245 243.960 274
## 10901 203 202.050 198
## 10902 337 335.422 206
## 10903 356 344.702 358
## 10904 107 82.938 93
## 10905 297 295.954 189
## 10906 2097 169.778 268
## 10907 141 141.078 137
## 10908 198 197.308 107
## 10909 21319 184.707 21130
## 10910 206 205.433 149
## 10911 159 157.552 142
## 10912 188 150.997 124
## 10913 149 148.810 109
## 10914 186 184.728 225
## 10915 110 109.386 120
## 10916 173 172.272 155
## 10917 28659 28657.646 107
## 10918 218 217.542 184
## 10919 204 201.764 192
## 10920 105 86.177 143
## 10921 119 95.924 152
## 10922 195 193.616 183
## 10923 222 217.447 260
## 10924 288 284.645 129
## 10925 229 227.343 123
## 10926 224 222.295 155
## 10927 137 136.101 136
## 10928 160 147.486 152
## 10929 178 144.565 162
## 10930 296 263.778 211
## 10931 188 187.587 171
## 10932 353 308.050 421
## 10933 289 287.330 415
## 10934 190 184.370 121
## 10935 169 163.160 138
## 10936 250 243.713 111
## 10937 333 332.042 201
## 10938 129 109.465 93
## 10939 245 233.795 103
## 10940 174 173.586 97
## 10941 202 201.572 379
## 10942 316 316.138 246
## 10943 385 343.382 350
## 10944 242 242.127 155
## 10945 160 160.144 221
## 10946 142 140.072 83
## 10947 178 172.486 117
## 10948 188 186.799 203
## 10949 465 200.537 180
## 10950 191 189.966 268
## 10951 217 215.084 219
## 10952 175 162.561 234
## 10953 256 253.502 284
## 10954 191 190.481 151
## 10955 164 156.809 117
## 10956 95 83.713 109
## 10957 264 262.140 211
## 10958 205 189.383 447
## 10959 177 167.374 229
## 10960 162 141.730 120
## 10961 209 205.439 197
## 10962 109 108.415 109
## 10963 886 867.457 283
## 10964 245 225.127 255
## 10965 148 146.945 137
## 10966 242 239.977 205
## 10967 165 163.189 98
## 10968 115 113.495 123
## 10969 248 247.855 241
## 10970 235 197.757 146
## 10971 138 132.198 111
## 10972 174 160.252 118
## 10973 176 162.975 280
## 10974 166 163.700 280
## 10975 162 161.138 78
## 10976 204 203.376 145
## 10977 351 309.417 256
## 10978 188 179.368 91
## 10979 143 142.600 105
## 10980 198 197.225 80
## 10981 243 241.822 243
## 10982 208 198.937 350
## 10983 151 150.259 181
## 10984 76 74.733 192
## 10985 143 142.549 110
## 10986 194 193.484 169
## 10987 522 521.347 402
## 10988 191 181.797 262
## 10989 178 176.671 120
## 10990 156 154.769 105
## 10991 127 122.037 61
## 10992 152 149.607 184
## 10993 949 942.820 126
## 10994 163 163.075 24931
## 10995 232 181.384 200
## 10996 201 197.163 263
## 10997 197 196.652 134
## 10998 151 148.218 129
## 10999 120 113.952 162
## 11000 224 194.344 117
## 11001 107 107.188 164
## 11002 215 212.507 212
## 11003 142 141.291 142
## 11004 132 117.668 100
## 11005 117 111.944 197
## 11006 140 126.749 106
## 11007 637 534.658 443
## 11008 298 295.925 292
## 11009 267 266.182 195
## 11010 276 254.335 103
## 11011 111 108.205 133
## 11012 160 154.462 86
## 11013 369 330.098 275
## 11014 182 149.522 160
## 11015 159 158.419 112
## 11016 146 138.907 103
## 11017 3112 3107.437 224
## 11018 85 84.818 148
## 11019 152 147.747 102
## 11020 112 97.034 163
## 11021 221 220.471 148
## 11022 94 85.189 168
## 11023 109 108.127 89
## 11024 179 171.430 111
## 11025 260 221.445 191
## 11026 191 185.820 108
## 11027 128 127.428 118
## 11028 275 264.100 175
## 11029 176 175.613 141
## 11030 234 77.734 105
## 11031 209 207.850 240
## 11032 395 394.325 154
## 11033 128 126.832 88
## 11034 236 220.435 231
## 11035 174 159.308 380
## 11036 222 218.732 217
## 11037 136 135.268 121
## 11038 204 203.024 192
## 11039 214 213.278 259
## 11040 410 408.964 55
## 11041 175 147.258 76
## 11042 612 605.848 232
## 11043 212 198.358 179
## 11044 236 207.468 123
## 11045 105 104.219 103
## 11046 127 126.009 139
## 11047 193 180.846 85
## 11048 164 163.474 121
## 11049 145 144.382 233
## 11050 134 133.716 96
## 11051 239 238.305 163
## 11052 243 242.872 108
## 11053 190 189.092 228
## 11054 212 169.172 115
## 11055 155 155.111 157
## 11056 265 265.013 190
## 11057 293 243.125 277
## 11058 279 258.386 140
## 11059 183 182.605 181
## 11060 351 349.267 173
## 11061 158 156.961 159
## 11063 164 158.729 149
## 11064 112 107.325 136
## 11065 159 151.503 112
## 11066 270 247.587 268
## 11067 501 485.203 425
## 11068 143 141.866 99
## 11069 98 98.312 158
## 11070 123 121.192 118
## 11071 215 214.519 256
## 11072 245 241.597 90
## 11073 451 449.333 273
## 11074 166 164.739 137
## 11075 382 381.435 219
## 11076 194 192.717 316
## 11077 217 215.356 150
## 11078 176 175.150 127
## 11079 126 122.890 124
## 11080 264 261.246 338
## 11081 228 220.286 95
## 11082 138 134.833 164
## 11083 214 211.583 367
## 11084 285 283.400 148
## 11085 221 199.151 273
## 11086 946 931.300 2454
## 11087 286 283.136 371
## 11088 116 115.688 93
## 11089 220 212.720 56955
## 11090 339 331.736 152
## 11091 144 143.538 100
## 11092 112 110.148 128
## 11093 134 133.517 131
## 11094 110 104.357 159
## 11095 195 185.964 184
## 11096 298 293.002 242
## 11097 183 164.123 118
## 11098 178 176.189 122
## 11099 116 115.569 123
## 11100 220 219.561 183
## 11101 134 127.122 170
## 11102 317 314.986 290
## 11103 193 191.162 145
## 11104 421 419.740 453
## 11105 112 111.981 104
## 11106 23779 173.106 117
## 11107 184 182.046 178
## 11108 206 195.239 168
## 11109 162 160.998 384
## 11110 138 132.950 128
## 11111 220 216.986 177
## 11112 111 109.125 169
## 11113 215 214.282 185
## 11114 210 209.126 164
## 11115 204 190.982 313
## 11116 178 172.632 147
## 11117 190 107.016 110
## 11118 217 215.157 177
## 11119 277 267.523 132
## 11120 206 205.117 89
## 11121 3545 3539.179 153
## 11122 191 190.496 67
## 11123 162 161.311 142
## 11124 614 613.977 285
## 11125 178 176.294 117
## 11126 271 269.809 464
## 11127 318 308.755 201
## 11128 251 227.003 126
## 11129 122 121.584 130
## 11130 240 227.330 244
## 11131 116 115.721 105
## 11132 256 254.451 296
## 11133 172 171.465 119
## 11134 150 129.318 97
## 11135 240 232.575 190
## 11136 160 137.318 102
## 11137 387 142.051 242
## 11138 252 223.952 178
## 11139 256 254.766 181
## 11140 287 285.904 148
## 11141 243 239.012 237
## 11142 190 176.123 130
## 11143 196 193.667 189
## 11144 128 116.270 101
## 11145 285 283.128 259
## 11146 124 123.252 166
## 11147 117 109.140 121
## 11148 235 215.178 202
## 11149 191 189.042 140
## 11150 304 304.396 139
## 11151 136 134.634 137
## 11152 176 174.805 209
## 11153 128 126.611 209
## 11154 161 129.351 165
## 11155 139 131.818 108
## 11156 220 163.574 158
## 11157 150 149.571 242
## 11158 233 231.838 132
## 11159 174 172.811 149
## 11160 231 229.831 829
## 11161 178 171.711 191
## 11162 199 197.826 190
## 11163 245 237.648 89
## 11164 146 141.665 139
## 11165 481 137.541 259
## 11166 154 153.329 603
## 11167 143 141.751 154
## 11168 188 171.677 178
## 11169 136 128.945 152
## 11170 194 193.444 128
## 11171 127 119.712 188
## 11172 176 173.991 150
## 11173 115 113.648 199
## 11174 215 213.148 336
## 11175 1627 194.160 263
## 11176 143 142.316 130
## 11177 152 142.925 197
## 11178 183 181.702 180
## 11179 165 138.852 114
## 11180 134 131.669 135
## 11181 160 139.373 190
## 11182 282 273.362 215
## 11183 402 400.926 337
## 11184 352 342.721 152
## 11185 239 230.380 135
## 11186 254 229.062 182
## 11187 101 96.809 86
## 11188 181 181.115 208
## 11189 112 110.183 128
## 11190 228 209.622 232
## 11191 245 244.426 204
## 11192 269 266.702 351
## 11193 118 108.869 81
## 11194 201 200.670 194
## 11195 111 109.951 131
## 11196 125 113.865 118
## 11197 147 139.009 160
## 11198 231 230.262 228
## 11200 211 209.754 208
## 11201 83 83.017 125
## 11202 222 212.778 236
## 11203 213 212.419 139
## 11204 174 173.322 108
## 11205 177 176.595 201
## 11206 163 134.946 54
## 11207 294 290.810 195
## 11208 298 283.725 437
## 11209 188 187.938 96
## 11210 235 234.661 134
## 11211 126 126.462 115
## 11212 167 164.230 188
## 11213 160 158.865 136
## 11215 243 205.988 204
## 11216 321 319.960 183
## 11217 132 117.418 164
## 11218 172 169.205 150
## 11219 192 190.857 124
## 11220 265 263.163 145
## 11221 144 140.690 148
## 11222 135 134.868 98
## 11223 243 221.941 144
## 11224 125 122.788 96
## 11225 185 177.256 260
## 11226 162 148.156 114
## 11227 859 856.317 147
## 11228 1490 261.849 195
## 11229 215 213.659 119
## 11230 270 269.264 656
## 11231 322 303.082 264
## 11232 249 247.995 211
## 11233 234 234.102 199
## 11234 205 204.161 252
## 11235 260 258.752 251
## 11236 282 280.745 145
## 11237 219 217.467 170
## 11238 351 349.825 160
## 11239 149 147.782 163
## 11240 179 177.478 196
## 11241 296 285.557 12
## 11242 303 290.653 226
## 11243 125 124.308 114
## 11244 122 122.351 91
## 11245 162 161.795 122
## 11246 370 362.708 147
## 11247 403 389.442 430
## 11248 252 243.064 121
## 11249 128 126.809 176
## 11250 114 113.568 112
## 11251 136 135.501 84
## 11252 959 957.930 98
## 11253 356 354.546 184
## 11254 199 197.765 245
## 11255 145 144.334 172
## 11256 173 150.965 98
## 11257 201 200.608 170
## 11258 162 159.965 97
## 11259 277 255.564 248
## 11260 120 119.162 63
## 11261 113 111.000 146
## 11262 572 571.833 298
## 11263 243 243.181 144
## 11264 8207 114.284 95
## 11265 154 151.801 142
## 11266 208 207.594 99
## 11267 305 298.510 251
## 11268 145 144.452 192
## 11269 14555 263.288 81
## 11270 288 287.138 350
## 11271 218 217.364 149
## 11272 69 67.984 165
## 11273 612 579.284 3346
## 11274 226 190.860 134
## 11275 167 160.501 117
## 11276 187 181.716 239
## 11277 348 347.555 228
## 11278 135 127.999 147
## 11279 208 184.993 564
## 11280 98 97.526 51
## 11281 137 112.400 627
## 11282 217 209.467 185
## 11283 875 843.871 535
## 11284 215 208.314 169
## 11285 192 182.072 187
## 11286 177 174.776 147
## 11287 221 217.300 134
## 11288 159 150.337 150
## 11289 179 172.183 142
## 11290 133 132.462 120
## 11291 212 185.432 752
## 11292 159 157.813 305
## 11293 256 254.252 228
## 11294 180 178.836 134
## 11295 510 508.326 288
## 11296 316 314.863 365
## 11297 194 192.859 175
## 11298 122 120.585 141
## 11299 362 358.647 159
## 11300 248 247.203 273
## 11301 224 197.382 147
## 11302 168 168.278 172
## 11303 216 182.982 266
## 11304 904 902.523 832
## 11305 4047 525.007 318
## 11306 255 253.908 165
## 11307 318 295.463 255
## 11308 131 127.584 180
## 11309 221 221.381 196
## 11310 157 156.216 136
## 11311 214 209.463 168
## 11312 338 337.807 186
## 11313 113 100.280 155
## 11314 171 161.257 193
## 11315 339 334.335 120
## 11316 88 86.910 132
## 11317 121 119.779 105
## 11318 219 216.069 169
## 11319 176 174.892 179
## 11320 243 242.064 183
## 11321 1184 1182.409 265
## 11322 109 107.862 244
## 11323 330 327.338 145
## 11324 216 207.513 182
## 11325 216 211.762 86
## 11326 376 370.725 322
## 11327 163 132.852 161
## 11328 220 203.800 154
## 11329 146 145.297 416
## 11330 130 124.851 125
## 11331 237 212.668 270
## 11332 246 228.434 168
## 11333 230 228.462 197
## 11334 148 129.101 72
## 11335 257 257.083 197
## 11336 97 96.521 109
## 11337 197 196.522 212
## 11338 224 223.622 178
## 11339 201 200.677 163
## 11340 112 110.823 108
## 11341 421 419.480 821
## 11342 215 213.915 230
## 11343 262 261.495 17
## 11344 172 170.182 131
## 11345 247 238.136 222
## 11346 186 170.333 203
## 11347 223 182.129 243
## 11348 559 557.763 8484
## 11349 111 109.706 183
## 11350 134 128.764 333
## 11351 180 139.075 172
## 11352 286 284.926 91
## 11353 623 581.126 865
## 11354 389 353.843 268
## 11355 124 123.602 126
## 11356 228 212.163 209
## 11357 164 157.922 137
## 11358 311 310.392 101
## 11359 165 142.970 135
## 11360 293 292.600 83
## 11361 169 168.298 203
## 11362 269 267.720 229
## 11363 146 145.131 138
## 11364 182 182.136 113
## 11365 117 105.820 182
## 11366 118 117.250 162
## 11367 269 268.823 242
## 11368 210 209.019 188
## 11369 180 163.296 168
## 11370 315 242.644 133
## 11371 195 191.957 152
## 11372 285 285.220 159
## 11373 228 227.609 162
## 11374 108 102.578 325
## 11375 289 268.614 216
## 11376 104 102.641 237
## 11377 186 161.026 168
## 11378 102 100.923 142
## 11379 160 158.704 205
## 11380 158 157.030 88
## 11381 272 256.154 56
## 11382 148 132.584 126
## 11383 227 225.475 189
## 11384 89 88.557 118
## 11385 189 152.013 202
## 11386 203 185.293 217
## 11387 117 116.870 95
## 11388 233 158.768 147
## 11389 667 613.378 373
## 11390 149 147.537 326
## 11391 126 124.971 162
## 11392 154 153.151 137
## 11393 129 127.006 184
## 11394 307 305.797 655
## 11395 320 285.954 184
## 11396 193 163.260 142
## 11397 286 285.302 272
## 11398 245 236.774 158
## 11399 251 250.817 151
## 11400 277 267.662 114
## 11401 184 182.968 172
## 11402 150 133.164 114
## 11403 141 140.263 126
## 11404 258 256.667 282
## 11405 143 142.609 146
## 11406 235 234.427 204
## 11407 525 518.562 86
## 11408 220 218.274 225
## 11409 147 146.344 135
## 11410 189 180.465 151
## 11411 258 256.653 152
## 11412 204 196.283 83
## 11413 165 165.054 177
## 11414 215 202.618 273
## 11415 150 131.464 254
## 11416 305 277.382 205
## 11417 189 189.059 92
## 11418 349 338.078 117
## 11419 140 135.327 236
## 11420 436 413.647 118
## 11421 131 114.757 163
## 11422 106 105.844 148
## 11423 132 123.409 303
## 11424 632 613.361 199
## 11425 148 143.452 185
## 11426 204 203.969 158
## 11427 188 174.714 196
## 11428 306 275.928 262
## 11429 223 221.719 208
## 11430 202 199.123 173
## 11431 132 131.384 105
## 11432 255 255.665 244
## 11433 152 150.270 189
## 11434 201 199.121 179
## 11435 211 209.136 173
## 11436 181 179.688 136
## 11437 931 929.060 153
## 11438 152 147.854 151
## 11439 450 448.612 294
## 11440 605 597.885 255
## 11441 144 142.289 265
## 11442 316 315.557 230
## 11443 152 151.365 131
## 11444 321 310.220 87229
## 11445 533 531.986 146
## 11446 117 116.670 143
## 11447 206 203.002 166
## 11448 480 467.665 254
## 11449 280 265.315 162
## 11450 192 189.434 207
## 11451 226 226.028 145
## 11452 79 78.266 164
## 11453 174 152.595 251
## 11454 142 135.579 166
## 11455 399 338.913 215
## 11456 2231 2230.176 142
## 11457 203 183.553 157
## 11458 524 476.044 381
## 11459 236 227.005 188
## 11460 320 318.638 138
## 11461 346 322.516 218
## 11462 231 229.274 215
## 11463 196 192.322 155
## 11464 135 134.842 118
## 11465 166 165.845 174
## 11466 146 145.171 118
## 11467 157 157.239 159
## 11468 199 187.647 212
## 11469 326 325.483 150
## 11470 257 256.463 254
## 11471 113 107.942 168
## 11472 152 146.776 174
## 11473 279 230.930 198
## 11474 165 162.981 172
## 11475 294 285.056 159
## 11476 329 326.970 203
## 11477 165 164.084 233
## 11478 158 157.218 163
## 11479 273 271.787 192
## 11480 791 768.050 249
## 11481 361 343.951 220
## 11482 373 320.507 420
## 11483 187 187.224 91
## 11484 163 161.090 143
## 11485 331 309.315 283
## 11486 202 191.360 161
## 11487 236 235.301 168
## 11488 242 241.306 110
## 11489 315 278.892 561
## 11490 176 165.866 127
## 11491 370 360.996 208
## 11492 102 101.579 110
## 11493 164 141.229 97
## 11494 263 262.405 90
## 11495 343 341.424 144
## 11496 171 171.170 87
## 11497 66 62.198 134
## 11498 229 214.061 124
## 11499 179 178.448 368
## 11500 120 115.418 94
## 11501 239 228.074 147
## 11502 176 174.764 79
## 11503 210 178.968 820
## 11504 166 148.893 133
## 11505 245 243.950 115
## 11506 95 94.602 137
## 11507 222 221.560 212
## 11508 248 214.915 359
## 11509 213 187.397 184
## 11510 170 169.468 123
## 11511 172 170.707 197
## 11512 126 124.551 149
## 11513 131 131.318 114
## 11514 298 283.800 101
## 11515 243 240.976 258
## 11516 272 198.233 99
## 11517 164 162.826 104
## 11518 326 324.923 268
## 11519 490 487.485 421
## 11520 448 372.872 218
## 11521 168 145.746 168
## 11522 926 913.608 187
## 11523 281 280.869 147
## 11524 306 305.277 272
## 11525 181 161.108 235
## 11526 182 130.064 163
## 11527 213 206.048 173
## 11528 235 215.975 129
## 11529 122 120.970 126
## 11530 386 384.659 196
## 11531 180 179.455 167
## 11532 143 128.923 203
## 11533 316 298.781 117
## 11534 174 164.680 134
## 11535 150 147.660 212
## 11536 171 165.564 145
## 11537 269 93.649 108
## 11538 434 355.976 295
## 11539 347 338.161 142
## 11540 312 305.730 171
## 11541 372 370.570 336
## 11542 300 280.385 278
## 11543 262 260.704 119
## 11544 161 134.733 132
## 11545 88 87.865 61
## 11546 151 136.636 377
## 11547 185 183.537 254
## 11548 566 564.467 2143
## 11549 463 315.974 228
## 11550 1834 175.311 203
## 11551 227 216.566 199
## 11552 256 255.414 165
## 11553 198 189.510 137
## 11554 169 168.007 196
## 11555 288 287.413 234
## 11556 229 212.449 135
## 11557 182 182.084 152
## 11558 150 149.548 128
## 11559 115 113.567 90
## 11560 439 421.980 152
## 11561 101 100.703 133
## 11562 231 230.804 256
## 11563 171 171.118 1398
## 11564 199 194.321 166
## 11565 175 168.332 357
## 11566 194 171.018 167
## 11567 291 289.157 186
## 11568 378 376.282 228
## 11569 259 238.850 313
## 11570 143 141.665 162
## 11571 176 175.569 147
## 11572 330 328.940 215
## 11573 249 247.615 196
## 11574 268 229.152 192
## 11575 203 201.924 319
## 11576 139 137.698 144
## 11577 319 314.478 191
## 11578 85 84.695 96
## 11579 249 248.368 133
## 11580 140 139.546 154
## 11581 136 134.774 124
## 11582 168 158.532 72
## 11583 345 345.097 93
## 11584 270 269.846 172
## 11585 222 221.747 255
## 11586 267 266.353 179
## 11587 135 133.984 108
## 11588 224 216.003 197
## 11589 141 140.838 292
## 11590 166 158.622 162
## 11591 123 116.522 149
## 11592 339 337.988 207
## 11593 185 179.455 148
## 11594 161 159.997 143
## 11595 190 189.718 275
## 11596 145 144.581 791
## 11597 236 176.749 357
## 11598 114 113.201 119
## 11599 114 113.353 143
## 11600 217 215.458 179
## 11601 184 184.190 130
## 11602 247 246.929 202
## 11603 203 202.456 205
## 11604 136 134.062 137
## 11605 112 106.772 179
## 11606 122 121.761 572
## 11607 311 230.597 152
## 11608 112 110.416 104
## 11609 211 210.880 63
## 11610 308 299.332 100
## 11611 327 310.265 600
## 11612 216 205.014 144
## 11613 339 231.492 184
## 11614 892 890.644 147
## 11615 183 182.039 149
## 11616 235 227.210 196
## 11617 855 391.137 388
## 11618 10596 146.500 10415
## 11619 287 285.376 112
## 11620 177 171.817 141
## 11621 523 407.209 215
## 11622 218 159.506 90
## 11623 235 203.276 191
## 11624 216 192.655 181
## 11625 254 253.163 129
## 11626 217 216.488 145
## 11627 344 343.193 294
## 11628 647 632.333 244
## 11629 129 127.318 265
## 11630 228 212.869 111
## 11631 303 295.779 190
## 11632 230 209.994 197
## 11633 225 224.976 165
## 11634 210 197.454 332
## 11635 381 379.728 152
## 11636 120 116.480 65
## 11637 212 211.436 257497
## 11638 173 158.278 110
## 11639 118 116.802 150
## 11640 176 175.445 252
## 11641 227 216.459 197
## 11642 157 136.475 184
## 11643 149 145.342 116
## 11644 151 140.194 172
## 11645 172 170.435 144
## 11646 119 111.668 138
## 11647 385 379.989 11445
## 11648 314 313.110 123
## 11649 89 80.668 174
## 11650 563 154.465 3
## 11651 154 152.863 108
## 11652 188 187.480 115
## 11653 276 244.315 222
## 11654 197 195.780 166
## 11655 213 212.115 189
## 11656 166 158.143 219
## 11657 131 130.613 176
## 11658 231 217.109 319
## 11659 207 205.755 185
## 11660 115 114.897 109
## 11661 81 80.906 164
## 11662 111 109.733 77
## 11663 151 150.564 175
## 11664 121 120.897 89
## 11665 306 306.175 231
## 11666 140 138.634 130
## 11667 316 315.214 258
## 11668 94 93.216 145
## 11669 163 157.086 217
## 11670 175 168.347 87
## 11671 154 152.496 133
## 11672 251 241.514 207
## 11673 152 151.323 134
## 11674 184 183.401 232
## 11675 637 621.492 369
## 11676 185 171.914 83
## 11677 212 203.285 275
## 11678 191 165.071 133
## 11679 169 159.043 79
## 11680 123 121.723 107
## 11681 216 199.571 195
## 11682 130 128.890 174
## 11683 236 214.650 1717
## 11684 352 331.189 424
## 11685 151 150.114 156
## 11686 326 323.995 224
## 11687 247 238.072 289
## 11688 199 196.026 118
## 11689 200 175.940 137
## 11690 182 180.832 325
## 11691 529 527.958 286
## 11692 149 148.823 138
## 11693 218 212.001 157
## 11694 377 187.170 133
## 11695 237 235.386 236
## 11696 289 288.309 327
## 11697 219 209.830 179
## 11698 115 115.290 120
## 11699 185 185.453 156
## 11700 161 160.168 116
## 11701 181 180.695 158
## 11702 311 301.649 218
## 11703 425 418.406 201
## 11704 160 159.464 206
## 11705 273 259.507 476
## 11706 122 121.127 155
## 11707 152 150.747 158
## 11708 174 173.623 132
## 11709 146 143.917 100
## 11710 257 255.802 214
## 11711 199 197.934 215
## 11712 238 229.842 189
## 11713 5943 5941.414 172
## 11714 188 185.907 102
## 11715 226 176.661 165
## 11716 242 241.511 170
## 11717 151 149.000 165
## 11718 188 177.942 58
## 11719 156 154.768 135
## 11720 141 133.358 127
## 11721 153 141.680 91
## 11722 210 201.967 75
## 11723 243 214.490 396
## 11724 145 144.246 200
## 11725 243 234.078 614
## 11726 107 106.261 102
## 11727 367 366.950 395
## 11728 328 311.329 160
## 11729 225 224.104 197
## 11730 134 123.074 139
## 11731 180 179.006 104
## 11732 275 219.899 200
## 11733 231 206.584 221
## 11734 147 146.468 76
## 11735 251 222.198 230
## 11736 69 68.998 61
## 11737 199 163.330 509
## 11738 166 138.270 137
## 11740 174 135.757 139
## 11741 148 147.416 203
## 11742 143 142.011 127
## 11743 193 173.394 153
## 11744 134 127.085 201
## 11745 160 159.551 122
## 11746 171 163.629 198
## 11747 625 605.811 776
## 11748 196 169.778 157
## 11749 274 143.270 164
## 11750 341 304.732 108
## 11751 244 236.347 341
## 11752 161 161.446 98
## 11753 267 260.661 232
## 11754 215 198.968 296
## 11755 271 269.564 383
## 11756 176 175.375 98
## 11757 205 200.256 242
## 11758 123 123.274 93
## 11759 164 161.764 159
## 11760 101 89.717 68
## 11761 140 135.979 200
## 11762 9144 9127.599 176
## 11763 96 83.477 120
## 11764 282 281.904 211
## 11765 110 107.950 247
## 11766 195 194.083 228
## 11767 356 354.331 166
## 11768 243 242.288 222
## 11769 2706 2705.100 141
## 11770 155 150.468 89
## 11771 176 168.251 192
## 11772 213 212.798 153
## 11773 139 131.935 101
## 11774 714 702.525 665
## 11775 159 157.781 128
## 11776 209 209.620 124
## 11777 115 114.718 90
## 11778 196 195.313 177
## 11779 256 249.700 245
## 11780 163 162.125 147
## 11781 239 237.967 135
## 11782 194 192.313 190
## 11783 259 240.236 313
## 11784 207 186.922 161
## 11785 239 238.589 206
## 11787 247 232.160 293
## 11788 171 164.582 151
## 11789 198 192.077 6
## 11790 110 110.228 142
## 11791 234 232.932 197
## 11792 267 245.674 132
## 11793 159 158.877 138
## 11794 174 172.128 131
## 11795 144 143.457 212
## 11796 136 135.421 434
## 11797 392 391.642 107
## 11798 134 127.518 149
## 11799 144 136.433 102
## 11800 157 132.879 215
## 11801 735 733.802 517
## 11802 199 168.304 148
## 11803 220 204.366 157
## 11804 147 146.254 128
## 11805 283 281.852 357
## 11806 183 174.290 159
## 11807 139 133.297 126
## 11808 124 118.395 291
## 11809 199 198.107 174
## 11810 225 224.260 106
## 11811 168 167.516 120
## 11812 117 117.067 55
## 11813 149 148.022 92
## 11814 209 207.657 157
## 11815 131 126.664 123
## 11816 226 225.195 282
## 11817 241 239.100 76
## 11818 111 102.000 108
## 11819 1061 950.347 397
## 11820 408 329.989 369
## 11821 528 523.641 376
## 11822 360 358.516 241
## 11823 595 539.685 309
## 11824 161 139.932 157
## 11825 134 133.739 80
## 11826 211 210.204 195
## 11827 141 139.684 186
## 11829 163 162.547 121
## 11830 95 94.307 170
## 11831 197 196.197 235
## 11832 127 121.942 112
## 11833 274 266.425 68
## 11834 225 202.255 409
## 11835 159 158.857 142
## 11836 152 150.126 67774
## 11837 158 157.882 262
## 11838 227 226.751 189
## 11839 303 302.114 304
## 11840 197 196.359 170
## 11841 215 204.968 149
## 11842 265 263.864 199
## 11843 183 165.048 124
## 11844 128 126.681 195
## 11845 65 61.043 138
## 11846 378 367.762 453
## 11847 158 157.709 147
## 11848 213 183.621 138
## 11849 134 129.354 100
## 11850 268 242.777 225
## 11851 467 451.334 285
## 11852 151 150.161 120
## 11853 99 94.526 265
## 11854 161 161.001 113
## 11855 169 162.097 84
## 11856 677 621.741 406
## 11857 210 209.635 554
## 11858 110 109.128 118
## 11859 431 418.194 241
## 11860 1115 104.791 976
## 11861 20829721 1191.941 20828454
## 11862 610 607.959 267
## 11863 212 210.827 170
## 11864 176 174.438 155
## 11865 240 240.143 143
## 11866 180 170.535 214
## 11867 76 58.751 160
## 11868 166 163.821 135
## 11869 201 200.434 153
## 11870 139 138.266 130
## 11871 180 158.122 153
## 11872 221 219.256 211
## 11873 233 196.551 323
## 11874 148 146.947 129
## 11875 209 202.921 72
## 11876 173 171.976 225
## 11877 277 245.655 374
## 11878 1317 1315.476 240
## 11879 170 168.554 255
## 11880 241 239.677 163
## 11881 82 81.209 181
## 11882 183 182.328 73
## 11883 297 199.597 268
## 11884 224 222.687 154
## 11885 436 381.651 241
## 11886 218 198.944 200
## 11887 170 167.328 247
## 11888 271 268.181 299
## 11889 237 214.612 193
## 11890 113 101.783 163
## 11891 132 129.899 118
## 11892 276 276.124 146
## 11893 352 350.813 351
## 11894 129 122.604 262
## 11895 337 335.949 279
## 11896 207 198.950 113
## 11897 262 261.539 128
## 11898 124 123.358 111
## 11899 174 168.503 116
## 11900 133 127.400 124
## 11901 227 225.683 209
## 11902 256 252.819 163
## 11903 234 214.955 113
## 11904 144 133.736 225
## 11905 228 227.766 159731
## 11906 207 188.144 134
## 11907 225 224.725 210
## 11908 234 232.876 236
## 11909 28794 28789.109 255
## 11910 143 130.168 140
## 11911 162 161.092 196
## 11912 216 197.354 524
## 11913 175 172.882 135
## 11914 138 133.772 164
## 11915 82 67.888 218
## 11916 238 224.815 175
## 11917 328 312.731 386
## 11918 370 368.115 334
## 11919 124 124.287 94
## 11920 215 184.380 362
## 11921 147 147.027 166
## 11922 665 655.325 166
## 11923 203 202.904 228
## 11924 148 147.123 143
## 11925 227 226.704 237
## 11926 182 181.198 232
## 11927 209 208.683 156
## 11928 323 321.993 215
## 11929 111 110.625 131
## 11930 131 131.541 109
## 11931 104 103.052 142
## 11932 144 142.242 117
## 11933 183 182.630 484
## 11934 215 214.646 182
## 11935 189 188.609 216
## 11936 155 154.934 201
## 11937 135 130.598 132
## 11938 195 194.190 148
## 11939 207 204.892 147
## 11940 290 277.902 154
## 11941 152 151.593 131
## 11942 197 177.191 191
## 11943 549 547.959 188
## 11944 168 154.759 154
## 11945 111 109.894 126
## 11946 380 378.795 225
## 11947 117 116.336 126
## 11948 237 203.765 146
## 11949 239 221.331 175
## 11950 101 99.613 59
## 11951 173 163.900 168
## 11953 303 288.027 156
## 11954 223 222.931 161
## 11955 289 288.128 97
## 11956 266 262.882 251
## 11957 186 171.293 340
## 11958 1421 525.756 180
## 11959 152 151.679 99
## 11960 196 195.979 162
## 11961 291 289.069 185
## 11962 239 237.881 195
## 11963 217 216.710 224
## 11964 233 212.700 270
## 11965 263 247.802 209
## 11966 154 153.385 133
## 11967 179 99.673 124
## 11968 76 75.326 147
## 11969 156 151.063 100
## 11970 215 144.784 144
## 11971 160 158.613 194
## 11972 169 125.925 174
## 11973 126 120.171 118
## 11974 165 163.332 161
## 11975 166 146.185 171
## 11976 174 172.485 251
## 11977 131 130.316 121
## 11978 246 244.665 143
## 11979 416 314.734 299
## 11980 205 204.228 60
## 11981 971 392.874 224
## 11982 367 296.479 242
## 11983 417 416.177 144
## 11984 196 195.443 152
## 11985 316 259.469 148
## 11986 146 137.810 82
## 11987 358 348.047 370
## 11988 128 122.779 161
## 11989 347 347.337 137
## 11990 153 153.205 224
## 11991 190 178.902 147
## 11992 200 199.221 121
## 11993 245 214.616 96
## 11994 196 195.343 113
## 11995 140 138.584 142
## 11996 130 127.658 198
## 11997 412 411.276 113
## 11998 115 113.998 131
## 11999 130 127.579 220
## 12000 125 120.226 77
## 12001 254 253.040 328
## 12002 143 132.423 153
## 12003 189 188.484 163
## 12004 144 102.907 154
## 12005 443 443.009 206
## 12006 274 239.278 110
## 12007 33519 213.561 134
## 12008 169 160.751 145
## 12009 334 333.268 234
## 12010 195 194.886 237
## 12011 88 80.757 132
## 12012 150 149.883 92
## 12013 233 212.078 132
## 12014 157 156.162 206
## 12015 118 116.881 120
## 12016 282 279.980 283
## 12017 379 378.513 184
## 12018 207 205.416 199
## 12019 424 329.287 235
## 12020 114 105.559 106
## 12021 128 115.200 106
## 12022 105 103.833 120
## 12023 177 176.193 126
## 12024 222 211.335 163
## 12025 443 440.639 350
## 12026 179 174.895 55
## 12027 194 192.384 149
## 12028 183 170.874 126
## 12029 163 128.370 345
## 12030 122 118.443 153
## 12031 219 159.053 147
## 12032 179 166.253 155
## 12033 130 118.998 134
## 12034 136 134.230 54
## 12035 241 239.953 158
## 12036 465 403.040 288
## 12037 168 165.824 136
## 12038 661 619.725 143
## 12039 199 193.063 174
## 12040 105 104.827 167
## 12041 138 132.283 145
## 12042 211 205.750 201
## 12043 162 154.059 162
## 12044 137 115.547 126
## 12045 119 118.777 117
## 12046 557 160.745 186
## 12047 119 104.756 94
## 12048 161 144.555 212
## 12049 139 138.958 126
## 12050 446 133.613 100
## 12051 135 121.930 134
## 12052 192 190.095 278
## 12053 166 157.750 97
## 12054 116 112.880 116
## 12055 100 99.593 125
## 12056 265 256.134 195
## 12057 561 211.967 198
## 12058 143 134.839 149
## 12059 142 129.661 67
## 12060 154 154.014 144
## 12061 156 143.864 82
## 12062 233 225.670 314
## 12063 179 171.072 82
## 12064 212 208.782 202
## 12065 220 186.717 209
## 12066 178 176.566 155
## 12067 124 123.457 123
## 12068 183 182.637 120
## 12069 98 90.576 174
## 12070 162 161.049 107
## 12071 271 269.950 237
## 12072 211 211.012 176
## 12073 136 135.092 114
## 12074 182 163.044 143
## 12075 210 203.898 98
## 12076 157 150.382 213
## 12077 92 91.204 201
## 12078 356 333.873 262
## 12079 285 253.843 171
## 12080 215 214.483 129
## 12081 221 220.915 308
## 12082 111 109.023 121
## 12083 448 442.826 171
## 12084 203 196.305 239
## 12085 133 132.646 123
## 12086 243 241.626 158
## 12087 229 199.052 341
## 12088 153 131.844 177
## 12089 525 493.601 240
## 12090 238 232.791 189
## 12091 152 149.806 185
## 12092 193 191.523 117
## 12093 202 200.676 178
## 12094 382 350.604 316
## 12095 257 221.162 432
## 12096 267 239.919 108
## 12097 392 343.744 260
## 12098 306 298.147 86
## 12099 1244 237.123 10
## 12100 258 257.948 491
## 12101 272 186.819 242
## 12102 164 155.739 221
## 12103 143 137.365 112
## 12104 222 221.404 74
## 12105 152 151.385 104
## 12106 1613 1611.172 391
## 12107 179 177.541 152
## 12108 139 139.173 167
## 12109 257 167.307 172
## 12110 186 184.498 1050
## 12111 147 145.892 88
## 12112 143 136.894 149
## 12113 192 175.801 116
## 12114 273 255.202 165
## 12115 126 125.946 94
## 12116 176 174.801 197
## 12117 123 122.114 198
## 12118 321 321.045 359
## 12119 183 169.841 72
## 12120 153 151.899 161
## 12121 190 179.514 141
## 12122 130 116.774 163
## 12123 173 168.355 64
## 12124 177 175.666 131
## 12125 455 455.046 274
## 12126 139 130.825 164
## 12127 233 232.616 193
## 12128 181 173.318 110
## 12129 240 181.916 153
## 12130 224 222.514 610
## 12131 393 384.146 185
## 12132 131 122.438 126
## 12133 162 158.001 158
## 12134 1744 212.023 8
## 12135 97 96.314 104
## 12136 228 221.838 110
## 12137 151 149.369 128
## 12138 203 199.100 278
## 12139 138 136.729 147
## 12140 2092 2091.113 816
## 12141 325 324.033 273
## 12142 445 430.677 252
## 12143 142 141.605 144
## 12144 159 154.389 163
## 12145 302 294.758 177
## 12146 284 282.989 244
## 12147 88 74.131 133
## 12148 131 124.028 128
## 12149 163 151.485 326
## 12150 179 179.544 171
## 12151 244 231.482 145
## 12152 319 283.351 296
## 12153 199 158.883 78
## 12154 223 214.222 192
## 12155 381 148.917 173
## 12156 555 203.457 231
## 12158 18860 211.869 462
## 12159 504 463.232 119
## 12160 112 109.596 108
## 12161 180 162.795 200
## 12162 119 118.336 109
## 12163 154 148.005 416
## 12164 161 160.633 158
## 12165 134 132.759 201
## 12166 135 134.376 205
## 12167 119 111.628 227
## 12168 76 67.073 119
## 12169 168 167.149 121
## 12170 239 236.922 295
## 12171 269 248.661 175
## 12172 101 80.169 162
## 12173 219 154.385 150
## 12174 111 107.499 211
## 12175 156 155.461 133
## 12176 193 192.529 245
## 12177 153 152.355 168
## 12178 312 293.191 245
## 12179 204 203.109 159
## 12180 165 164.240 138
## 12181 169 167.742 246
## 12182 275 240.804 109
## 12183 225 210.823 154
## 12184 161 160.874 142
## 12185 158 142.665 253
## 12186 165 126.667 143
## 12187 296 291.294 350
## 12188 285 285.188 219
## 12189 148 122.128 156
## 12190 98 97.523 136
## 12191 117 117.661 185
## 12192 201 200.480 238
## 12193 99 98.845 118
## 12194 182 175.421 151
## 12195 264 263.314 357
## 12196 82 81.807 135
## 12197 189 175.301 162
## 12198 100 98.651 131
## 12199 466 454.856 358
## 12200 93 92.196 116
## 12201 122 120.916 120
## 12202 242 237.795 165
## 12203 70 69.527 123
## 12204 103 102.596 222
## 12205 163 162.388 130
## 12206 99 97.867 159
## 12207 177 176.542 174
## 12208 139 137.165 334
## 12209 409 318.687 307
## 12210 150 149.493 163
## 12211 246 244.614 223
## 12212 316 314.156 230
## 12213 167 160.617 145
## 12214 675 673.069 440
## 12215 318 295.734 129
## 12216 344 335.009 274
## 12217 113 112.744 122
## 12218 238 227.178 181
## 12219 201 200.046 161
## 12220 126 125.704 114
## 12221 222 201.987 262
## 12222 152 151.792 187
## 12223 228 172.419 180
## 12224 613 611.468 120
## 12225 188 187.455 119
## 12226 315 308.415 115
## 12227 194 187.453 168
## 12228 166 161.704 146
## 12229 176 162.225 153
## 12230 142 141.713 63
## 12231 118 113.607 92
## 12232 251 250.169 192
## 12233 210 210.052 278
## 12234 272 221.639 247
## 12235 141 139.596 108
## 12236 98 96.024 151
## 12237 102 101.563 236
## 12238 154 147.762 183
## 12239 333 330.390 440
## 12240 154 153.309 168
## 12241 191 189.828 143
## 12242 138 138.045 157
## 12243 163 147.319 224
## 12244 186 181.249 160
## 12245 149 137.864 132
## 12246 162 146.675 391
## 12247 322 310.323 231
## 12248 164 151.724 72
## 12249 236 211.077 142
## 12250 301 264.592 87
## 12251 170 169.233 215
## 12252 315 292.844 213
## 12253 215 214.135 181
## 12254 812 800.293 200
## 12255 182 180.710 171
## 12256 295 283.505 112
## 12257 164 163.469 167
## 12258 233 232.594 177
## 12259 169 167.980 86
## 12260 219 196.337 204
## 12261 156 144.675 141
## 12262 293 291.653 285
## 12263 126 119.826 72
## 12264 132 124.202 209
## 12265 126 109.878 105
## 12266 677 632.526 149
## 12267 167 163.997 148
## 12268 175 161.614 141
## 12269 119 109.891 171
## 12270 123 121.283 163
## 12271 285 278.390 254
## 12272 667 664.095 164
## 12273 126 124.599 110
## 12274 271 267.166 172
## 12275 303 301.529 172
## 12276 233 211.905 156
## 12277 142 141.434 122
## 12278 257 255.546 174
## 12279 580 579.099 273
## 12280 225 213.136 155
## 12281 388 379.812 178
## 12282 141 140.701 76
## 12283 181 179.336 132
## 12284 577 576.281 256
## 12285 292 263.626 354
## 12286 209 197.262 292
## 12287 193 191.593 203
## 12288 181 156.396 167
## 12289 176 174.941 168
## 12290 199 197.406 300
## 12291 211 209.154 188
## 12292 206 200.610 170
## 12293 164 153.289 128
## 12294 187 186.730 134
## 12295 214 201.586 201
## 12296 236 234.262 248
## 12297 295 294.548 153
## 12298 179 177.738 128
## 12299 273 271.594 184
## 12300 2689 2686.646 230
## 12301 316 314.909 205
## 12302 150 149.330 166
## 12303 199 189.776 200
## 12304 206 198.730 171
## 12305 166 164.022 94
## 12306 964 420.829 183
## 12307 112 111.923 103
## 12308 111 110.030 58
## 12309 121 120.143 105
## 12310 163 160.917 163
## 12311 166 159.296 226
## 12312 565 563.244 225
## 12313 195 194.134 121
## 12314 237 235.563 319
## 12315 224 223.440 244
## 12316 178 171.783 124
## 12317 180 169.726 233
## 12318 162 161.290 167
## 12319 166 161.672 143
## 12320 296 294.614 212
## 12321 1380 1378.797 118
## 12322 349 348.198 203
## 12323 262 261.953 289
## 12324 317173 221.108 198
## 12325 217 216.477 164
## 12326 215 214.305 233
## 12327 228 225.665 170
## 12328 159 139.059 131
## 12329 186 185.310 165
## 12330 306 298.965 282
## 12331 224 181.289 319
## 12332 180 176.260 114
## 12333 179 178.580 112
## 12334 128 118.058 129
## 12335 113 112.617 63
## 12336 478 461.043 394
## 12337 161 160.139 9349
## 12338 124 123.940 103
## 12339 202 190.828 165
## 12340 120 120.042 156
## 12341 196 195.092 124
## 12342 167 160.601 146
## 12343 133 133.110 145
## 12344 165 165.281 178
## 12345 200 198.721 242
## 12346 447 445.342 202
## 12347 152 150.964 167
## 12348 154 153.566 136
## 12349 220 202.954 262
## 12350 244 224.111 113
## 12351 157 146.290 107
## 12352 210 166.483 120
## 12353 296 286.579 99
## 12354 200 198.693 210
## 12355 145 123.668 276
## 12356 122 120.947 246
## 12357 145 143.702 159
## 12358 217 217.224 135
## 12359 41 39.630 202
## 12360 186 183.053 150
## 12361 593 587.071 234
## 12362 72 71.090 90
## 12363 164 162.929 111
## 12364 278 243.036 163
## 12365 483 482.331 407
## 12366 188 187.399 191
## 12367 322 321.490 284
## 12368 131 130.753 26104
## 12369 171 169.303 274
## 12370 555 540.253 231
## 12371 271 270.680 155
## 12372 166 165.250 121
## 12373 164 161.922 146
## 12374 165 163.753 106
## 12375 368 360.411 120
## 12376 252 250.783 190
## 12377 223 221.649 232
## 12378 292 289.779 139
## 12379 139 138.337 122
## 12380 110 108.797 101
## 12381 132 131.390 254
## 12382 166 159.796 176
## 12383 179 158.348 131
## 12384 150 144.308 154
## 12385 149 148.608 60
## 12386 151 141.488 88
## 12387 119 107.897 107
## 12388 154 152.077 164
## 12389 122 121.164 221
## 12390 246 150.167 188
## 12391 111 110.709 112
## 12392 253 253.242 148
## 12393 116 115.180 110
## 12394 252 227.660 143
## 12395 411 395.963 118
## 12396 160 156.444 131
## 12397 73 72.157 59
## 12398 265 264.212 223
## 12399 3351 3344.609 252
## 12400 284 274.191 186
## 12401 120 114.583 101
## 12402 332 316.157 302
## 12403 257 246.034 362
## 12404 208 208.033 154
## 12405 85 84.586 123
## 12406 137 137.180 124
## 12407 330 328.045 143
## 12408 171 170.519 122
## 12409 410 409.218 116
## 12410 145 143.887 313
## 12411 104 103.356 79
## 12412 1093 981.678 678
## 12413 217 216.588 212
## 12414 252 251.540 107
## 12415 198 191.115 235
## 12416 257 255.481 130
## 12417 207 206.301 327
## 12418 199 199.152 132
## 12419 225 209.278 273
## 12420 230 223.240 127
## 12421 198 196.311 160
## 12422 130 116.775 56
## 12423 220 192.714 248
## 12424 139 127.592 142
## 12425 309 302.395 142
## 12426 466 466.049 255
## 12427 195 183.162 161
## 12428 518 209.855 183
## 12429 128 127.925 150
## 12430 233 225.124 341
## 12431 133 132.316 101
## 12432 162 146.632 106
## 12433 171 170.894 184
## 12434 180 161.972 155
## 12435 188 187.418 176
## 12436 138 122.681 68
## 12437 183 175.033 151
## 12438 148 143.369 86
## 12439 139 124.005 93
## 12440 238 236.644 107
## 12441 205 202.443 167
## 12442 203 186.886 208
## 12443 199 197.972 117
## 12444 110 109.191 168
## 12445 112 111.082 175
## 12446 200 197.998 184
## 12447 207 205.919 202
## 12448 348 346.536 216
## 12449 154 143.347 77
## 12450 132 130.971 117
## 12451 238 205.849 291
## 12452 157 155.952 127
## 12453 100 98.587 145
## 12454 395 387.641 210
## 12455 210 209.584 147
## 12456 209 198.675 100
## 12457 1432 1415.212 174
## 12458 21411 21408.728 149
## 12459 138 136.236 176
## 12460 239 235.684 279
## 12461 444 411.122 200
## 12462 273 241.346 196
## 12463 190 189.954 283
## 12464 128 127.797 496
## 12465 118 116.826 120
## 12466 192 191.632 135
## 12467 138 137.922 165
## 12468 209 200.312 99
## 12469 296 276.515 306
## 12470 97 95.419 129
## 12471 223 222.145 145
## 12472 469 468.294 371
## 12473 260 249.947 224
## 12474 87 84.842 113
## 12475 167 142.364 150
## 12476 116 114.610 123
## 12477 261 249.563 504
## 12478 219 198.869 273
## 12479 209 208.539 161
## 12480 198 196.636 170
## 12481 2822 1134.696 1037
## 12482 189 179.464 120
## 12483 166 165.737 134
## 12484 204 203.161 101
## 12485 252 189.805 184
## 12486 537 534.988 287
## 12487 301 275.441 372
## 12488 309 259.258 180
## 12489 149 148.464 161
## 12490 252 233.776 161
## 12491 150 148.357 439
## 12492 123 123.366 113
## 12493 150 149.893 129
## 12494 193 192.680 142
## 12495 171 170.519 106
## 12496 210 203.360 217
## 12497 328 318.049 220
## 12498 192 192.129 132
## 12499 851 850.096 484
## 12500 142 141.235 140
## 12501 265 256.009 118
## 12502 200 172.328 152
## 12503 178 176.772 152
## 12504 578 575.635 358
## 12505 256 249.633 255
## 12506 222 211.883 113
## 12507 170 169.241 84
## 12508 201 199.771 140
## 12509 144 142.019 114
## 12510 109 93.362 113
## 12511 124 124.158 77
## 12512 253 252.293 246
## 12513 158 158.526 160
## 12514 124 123.589 59
## 12515 167 166.997 62
## 12516 138 137.243 157
## 12517 156 155.079 197
## 12518 126 119.017 153
## 12519 103 101.874 137
## 12520 235 205.668 56
## 12521 232 220.026 161
## 12522 163 161.414 103
## 12523 161 160.093 135
## 12524 108 106.794 87
## 12525 162 160.224 165
## 12526 157 145.818 130
## 12527 373 370.459 321
## 12528 177 176.033 127
## 12529 126 125.943 225
## 12530 179 178.550 128
## 12531 277 275.390 326
## 12532 946 941.550 613
## 12533 319 279.088 212
## 12534 217 187.905 229
## 12535 200 198.831 209
## 12536 247 246.319 365
## 12537 124 121.145 103
## 12538 217 216.947 72
## 12539 259 204.316 249
## 12540 159 152.838 245
## 12541 329 326.593 299
## 12542 227 221.405 177
## 12543 205 197.820 152
## 12544 232 229.039 107
## 12545 194 193.296 166
## 12546 217 215.222 174
## 12547 375 310.180 180
## 12548 222 208.255 197
## 12549 358 330.230 304
## 12550 130 128.435 79
## 12551 1381 1378.477 191
## 12552 139 138.792 94
## 12554 179 177.580 191548
## 12555 162 152.717 10
## 12556 179 162.704 199
## 12557 167 147.832 129
## 12558 180 178.751 175
## 12559 233 231.594 186
## 12560 1141 1135.286 181
## 12561 304 289.330 277
## 12562 397 359.395 212
## 12563 155 153.551 119
## 12564 150 140.092 186
## 12565 894 894.227 749
## 12566 217 203.138 167
## 12567 348 328.059 139
## 12568 2103 230.612 198
## 12570 214 212.797 182
## 12571 165 156.160 157
## 12572 155 95.395 192
## 12573 164 160.366 143
## 12574 186 177.470 128
## 12575 109 108.570 112
## 12576 432 429.452 360
## 12577 238 190.357 347
## 12578 187 185.578 164
## 12579 227 217.970 315
## 12580 268 227.396 329
## 12581 1134 1008.383 777
## 12582 287 286.017 224
## 12583 531 362.703 485
## 12584 379 369.527 281
## 12585 230 228.011 167
## 12586 219 214.252 250
## 12587 627 574.881 163
## 12588 339 337.479 263
## 12589 226 218.817 218
## 12590 265 263.118 204
## 12591 204 201.987 157
## 12592 577 570.439 496
## 12593 374 371.146 365
## 12594 379 377.602 456
## 12595 164 163.026 117
## 12596 260 223.613 257
## 12597 147 137.161 118
## 12598 183 174.042 145
## 12599 154 153.752 89
## 12600 513 139.831 132
## 12601 145 144.781 65
## 12602 214 211.851 249
## 12603 197 196.632 186
## 12604 204 197.168 199
## 12605 138 136.536 143
## 12606 1144 1015.326 225
## 12607 131 122.593 143
## 12608 192 190.768 215
## 12609 217 201.035 197
## 12610 235 234.482 208
## 12611 113 113.208 183
## 12612 173 159.258 158
## 12613 157 149.759 196
## 12614 283 270.738 142
## 12615 202 191.299 192
## 12616 114 113.674 58
## 12617 228 201.474 134
## 12618 249 237.417 131
## 12619 212 211.594 175
## 12620 247 245.690 215
## 12621 433 308.106 534
## 12622 185 184.590 3389
## 12623 302 296.343 133
## 12624 218 212.436 178
## 12625 526 187.625 244
## 12626 237 212.061 207
## 12627 160 159.344 125
## 12628 353 351.390 261
## 12629 115 114.260 224
## 12630 303 301.130 131
## 12631 361 354.876 142
## 12632 267 261.200 222
## 12633 210 195.531 182
## 12634 185 180.009 241
## 12635 314 312.299 506
## 12636 177 175.796 140
## 12637 122 120.233 127
## 12638 736 734.306 419
## 12639 207 196.310 207
## 12640 323 297.022 226
## 12641 235 233.900 147
## 12642 308 308.102 263
## 12643 1271 1269.259 146
## 12644 1851 1841.654 493
## 12645 227 225.229 218
## 12646 198 196.934 139
## 12647 278 147.750 94
## 12648 255 254.330 210
## 12649 190 179.259 164
## 12650 137 137.120 159
## 12651 791 327.484 143
## 12652 506 466.856 331
## 12653 253 240.022 174
## 12654 87 81.911 139
## 12655 119 117.909 115
## 12656 208 207.200 176
## 12657 198 194.232 270
## 12658 193 192.021 96
## 12659 112 111.482 84
## 12660 224 184.503 204
## 12661 256 254.452 249
## 12662 101 97.340 70
## 12663 233 225.829 48
## 12664 191 172.885 178
## 12665 154 152.997 156
## 12666 393 392.934 139
## 12667 178 177.447 117
## 12668 617 597.617 535
## 12669 178 177.521 145
## 12670 283 282.425 332
## 12671 331 330.380 403
## 12672 42024 201.959 389
## 12673 159 158.460 124
## 12674 98 97.767 164
## 12675 189 188.106 180
## 12676 221 220.660 240
## 12677 137 122.327 125
## 12678 116 115.862 109
## 12679 203 202.516 201
## 12680 213 189.412 173
## 12681 102 101.389 277
## 12682 137 136.158 122
## 12683 315 307.124 159
## 12684 182 180.612 193
## 12685 132 131.209 100
## 12686 166 165.398 122
## 12687 471 469.075 264
## 12688 368 275.570 250
## 12689 416 413.935 155
## 12690 127 115.536 124
## 12691 249 247.949 274
## 12692 422 371.782 275
## 12694 1158 1121.230 653
## 12695 454 418.452 409
## 12696 141 138.713 134
## 12697 217 216.849 179
## 12698 199 161.424 141
## 12699 172 171.084 161
## 12700 256 253.871 194
## 12701 307 291.728 271
## 12702 300 282.266 194
## 12703 220 206.623 196
## 12704 327 325.874 249
## 12705 247 213.022 191
## 12706 142 141.426 122
## 12707 157 154.833 135
## 12708 523 485.216 721
## 12709 187 162.958 176
## 12710 155 150.665 123
## 12711 273 272.380 134
## 12712 161 159.820 157
## 12713 197 195.376 87
## 12714 247 246.859 162
## 12715 236 225.824 233
## 12716 112 111.966 131
## 12717 172 171.874 130
## 12718 293 275.281 182
## 12719 131 131.005 142
## 12720 238 237.463 273
## 12721 164 163.289 130
## 12722 184 183.965 250
## 12723 136 135.422 125
## 12724 205 204.216 423
## 12725 104 102.662 84
## 12726 282 274.943 357
## 12727 207 188.502 227
## 12728 218 216.422 163
## 12729 144 143.467 121
## 12730 136 134.775 163
## 12731 156 134.653 175
## 12732 201 200.539 170
## 12733 163 162.274 114
## 12734 132 131.085 153
## 12735 180 178.572 207
## 12736 191 191.648 204
## 12737 328 277.239 241
## 12738 218 217.894 246
## 12739 3197 3190.541 214
## 12740 157 156.037 124
## 12741 150 149.053 144
## 12742 249 248.402 193
## 12743 246 234.581 221
## 12744 138 130.254 88
## 12745 152 151.548 150
## 12746 134 133.640 94
## 12747 332 331.057 301
## 12748 204 202.849 81
## 12749 303 302.143 317
## 12750 145 141.044 206
## 12751 273 273.222 346
## 12752 221 198.365 234
## 12753 152 152.540 120
## 12754 100 98.819 183
## 12755 164 163.917 142
## 12756 171 170.788 148
## 12757 85 84.478 146
## 12758 213 175.206 186
## 12759 221 200.301 239
## 12760 118 116.133 100
## 12761 221 213.379 191
## 12762 150 146.842 201
## 12763 167 166.601 153
## 12764 186 185.710 166
## 12765 298 287.363 136
## 12766 140 139.137 102
## 12767 221 219.512 147
## 12768 172 165.794 124
## 12769 207 205.800 154
## 12770 501 496.131 229
## 12771 165 164.579 121
## 12772 182 180.871 151
## 12773 159 150.315 88
## 12774 367 365.978 190
## 12775 468 379.632 306
## 12776 131 128.683 149
## 12777 146 135.522 92
## 12778 127 126.440 104
## 12779 177 176.456 171
## 12780 212 200.189 185
## 12781 560 494.327 203
## 12782 167 165.914 136
## 12783 183 150.284 269
## 12784 363 332.676 217
## 12785 150 149.469 161
## 12786 153 150.137 129
## 12787 218 210.306 329
## 12788 241 240.570 196
## 12789 207 206.489 96
## 12790 167 161.995 117
## 12791 241 229.045 791
## 12792 212 208.825 178
## 12793 118 116.879 98
## 12794 180 180.198 158
## 12795 281 280.414 239
## 12796 91 90.330 133
## 12797 164 146.888 91
## 12798 238 232.801 206
## 12799 182 181.167 127
## 12800 280 279.322 266
## 12801 142 140.113 175
## 12802 315 310.486 333
## 12803 1252 1250.082 192
## 12804 207 184.299 140
## 12805 195 183.901 91
## 12806 239 215.835 201
## 12807 332 313.044 332
## 12808 164 156.590 238
## 12809 136 135.112 130
## 12810 182 182.395 299
## 12811 181 175.361 71
## 12812 144 142.756 161
## 12813 131 129.375 156
## 12814 231 208.282 73
## 12815 152 151.321 87
## 12816 197 196.575 215
## 12817 207 201.421 207
## 12818 499 473.338 343
## 12819 140 139.171 142
## 12820 144 137.198 116
## 12821 284 273.183 88
## 12822 180 173.815 140
## 12823 277 271.607 223
## 12824 219 218.675 205
## 12825 170 163.353 108
## 12826 216 215.867 196
## 12827 215 213.817 381
## 12828 106 105.230 87
## 12829 154 139.106 164
## 12830 306 298.179 111
## 12831 154 124.886 4966
## 12832 120 119.602 96
## 12833 156 155.608 109
## 12834 157 156.819 145
## 12835 94 94.111 111
## 12836 191 184.195 400
## 12837 286 278.069 167
## 12838 230 228.446 221
## 12839 257 255.095 146
## 12840 173 172.886 220
## 12841 158 147.144 168
## 12842 191 186.855 218
## 12843 288 286.133 312
## 12844 347 344.054 129
## 12845 142 141.095 149
## 12846 269 267.950 205
## 12847 125 125.142 126
## 12848 215 206.717 250
## 12849 331 250.415 154
## 12850 163 161.941 117
## 12851 174 172.372 178
## 12852 164 152.899 186
## 12853 162 142.431 144
## 12854 373 307.506 247
## 12855 206 205.959 159
## 12856 235 233.531 122
## 12857 126 114.711 18516
## 12858 380 315.948 362
## 12859 118 118.290 103
## 12860 123 121.877 104
## 12861 168 167.547 121
## 12862 185 185.041 151
## 12863 212 211.925 96
## 12864 373 372.906 138
## 12865 165 142.758 107
## 12866 129 128.406 152
## 12867 628 133.965 208
## 12868 197 195.922 287
## 12869 200 199.356 162
## 12870 344 245.559 131
## 12871 298 297.129 149
## 12873 110 110.423 150
## 12874 348 342.474 138
## 12875 134 132.487 208
## 12876 132 130.842 141
## 12877 182 181.164 222
## 12878 195 193.742 154
## 12879 465 351.379 417
## 12880 245 230.776 174
## 12881 657 653.709 719
## 12882 253 247.038 199
## 12883 120 119.245 244
## 12884 107 106.705 126
## 12885 160 158.949 127
## 12886 323 322.103 193
## 12887 188 179.889 72
## 12888 171 170.771 176
## 12889 198 197.059 260
## 12890 198 132.700 170
## 12891 395 391.646 575
## 12892 225 212.713 157
## 12893 255 232.043 450
## 12894 321 320.220 259
## 12895 235 234.017 163
## 12896 200 196.899 153
## 12897 262 260.202 242
## 12898 341 339.190 116
## 12899 315 314.012 262
## 12900 183 182.164 147
## 12901 551 549.160 310
## 12902 496 223.672 171
## 12903 146 141.659 123
## 12904 109 108.380 119
## 12905 155 154.526 185
## 12906 238 237.698 119
## 12907 109 104.199 151
## 12908 403 401.730 263
## 12909 170 157.966 71
## 12910 215 208.156 179
## 12911 423 421.542 450
## 12912 234 233.282 243
## 12913 311 267.737 168
## 12914 263 262.277 392
## 12915 605 195.920 197
## 12916 1793 1785.651 173
## 12917 194 192.657 211
## 12918 315 313.201 361
## 12919 150 144.175 177
## 12920 271 269.991 247
## 12921 211 201.602 393
## 12922 196 191.877 103
## 12923 194 177.042 141
## 12924 164 163.673 124
## 12925 205 204.088 368
## 12926 138 136.646 81
## 12927 225 223.964 200
## 12928 181 175.384 176
## 12929 151 150.007 147
## 12930 121 114.325 167
## 12931 59 57.828 234
## 12932 268 265.215 372
## 12933 321 303.728 254
## 12934 196 194.291 188
## 12935 159 146.434 191
## 12936 264 245.592 236
## 12937 258 256.671 181
## 12938 258 257.167 186
## 12939 1422 1417.384 164
## 12940 138 134.880 108
## 12941 229 226.843 147
## 12942 160 145.747 212
## 12943 207 205.772 230
## 12944 131 124.171 119
## 12945 200 198.798 232
## 12946 143 141.827 104
## 12947 255 254.734 158
## 12948 141 140.331 108
## 12949 332 330.798 153
## 12950 193 181.934 118
## 12951 272 104.651 158
## 12952 134 134.309 139
## 12953 150 149.973 161
## 12954 226 220.088 183
## 12955 133 132.327 111
## 12956 167 133.043 153
## 12957 283 260.818 149
## 12958 713 687.450 277
## 12959 114 112.566 176
## 12960 327 318.916 171
## 12961 130 128.882 99
## 12962 251 249.825 204
## 12963 228 228.155 230
## 12964 90 90.218 114
## 12965 128 127.458 400
## 12966 290 289.248 210
## 12967 554 552.233 75
## 12968 226 225.266 171
## 12969 162 161.084 151
## 12970 167 156.367 147
## 12971 133 116.555 105
## 12972 346 340.900 220
## 12973 251 219.122 269
## 12974 430 429.964 108
## 12975 2874 1455.389 453
## 12976 225 190.434 158
## 12977 199 190.881 175
## 12978 200 198.776 81
## 12979 153 142.157 125
## 12980 496 102.074 113
## 12981 120 119.083 207
## 12982 269 264.567 257
## 12983 75825 75816.934 206
## 12984 165 153.027 150
## 12985 260 245.474 150
## 12986 1204 1200.265 569
## 12987 192 190.139 136
## 12988 220 198.002 13127
## 12989 201 200.054 156
## 12990 245 241.870 195
## 12991 1642 1641.343 253
## 12992 361 348.105 222
## 12993 390 352.752 238
## 12994 124 122.915 134
## 12995 204 202.395 175
## 12996 135 128.020 127
## 12997 236 186.064 200
## 12998 297 295.796 245
## 12999 460 457.158 309
## 13000 316 293.476 219
## 13001 137 134.980 142
## 13002 208 206.440 199
## 13003 208 207.156 271
## 13004 284 281.799 194
## 13005 259 250.658 223
## 13006 162 160.789 189
## 13007 250 248.853 211
## 13008 369 258.123 2724
## 13009 180 179.092 162
## 13010 189 186.267 184
## 13011 235 212.137 323
## 13012 215 204.384 302
## 13013 261 237.929 172
## 13014 151 150.050 217
## 13015 259 258.134 184
## 13016 246 244.068 197
## 13017 172 171.944 166
## 13018 148 146.345 164
## 13019 364 361.294 154
## 13020 556 554.244 751
## 13021 172 169.415 183
## 13022 184 174.955 198
## 13023 176 175.214 182
## 13024 125 123.751 141
## 13025 174 172.793 131
## 13026 238 231.393 208
## 13027 189 162.012 319
## 13028 128 121.499 124
## 13029 195 193.053 204
## 13030 275 272.768 191
## 13031 260 247.302 191
## 13032 162 157.962 144
## 13033 288 287.012 209
## 13034 185 182.894 125
## 13035 412 411.191 834
## 13036 293 271.471 484
## 13037 213 198.716 129
## 13038 203 200.287 187
## 13039 295 286.740 181
## 13040 162 158.682 183
## 13041 345 338.793 176
## 13042 185 183.415 338
## 13043 215 213.778 150
## 13044 380 211.193 236
## 13045 448 443.888 152
## 13046 2677 2668.961 1290
## 13047 169 168.298 156
## 13048 302 297.957 85
## 13049 163 161.239 184
## 13050 202 199.943 173
## 13051 237 230.223 223
## 13052 287 285.250 262
## 13053 245 235.042 316
## 13054 449 144.175 111
## 13055 343 342.067 257
## 13056 163 131.374 243
## 13057 265 262.727 207
## 13058 207 204.069 171
## 13059 213 207.486 871
## 13060 175 173.330 296
## 13061 481 478.010 444
## 13062 206 195.106 157
## 13063 390 388.649 250
## 13064 251 249.898 186
## 13065 204 190.187 175
## 13066 146 144.725 143
## 13067 163 162.181 157
## 13068 213 211.237 342
## 13069 338 336.005 203
## 13070 217 215.792 205
## 13071 192 190.399 246
## 13072 2396 1114.352 212
## 13073 192 189.574 144
## 13074 175 172.675 160
## 13075 258 248.076 217
## 13076 171 169.651 223
## 13077 187 185.890 136
## 13078 201 197.073 193
## 13079 303 301.135 264
## 13080 242 240.831 137
## 13081 207 202.154 178
## 13082 121 119.107 159
## 13083 216 213.776 177
## 13084 373 371.185 191
## 13085 205 203.201 174
## 13086 440 438.228 198
## 13087 212 209.631 203
## 13088 273 263.490 201
## 13089 221 215.266 169
## 13090 207 202.335 221
## 13091 196 194.603 119
## 13092 237 227.501 137
## 13093 166 164.968 145
## 13094 282 240.674 172
## 13095 125 123.334 205
## 13096 243 241.377 258
## 13097 219 215.727 308
## 13098 206 191.749 165
## 13099 206 186.676 233
## 13100 180 178.416 184
## 13101 228 226.835 268
## 13102 580 513.779 531
## 13103 376 355.957 258
## 13104 108 99.822 132
## 13105 150 141.916 176
## 13106 148 146.072 125
## 13107 146 144.254 114
## 13108 195 147.826 172
## 13109 405 303.561 208
## 13110 174 173.236 141
## 13111 183 181.602 169
## 13112 275 262.473 218
## 13113 221 219.762 210
## 13114 759 737.495 236
## 13115 207 204.182 242
## 13116 492 485.798 201
## 13117 253 235.423 180
## 13118 131 129.480 102
## 13119 176 170.347 233
## 13120 170 168.608 208
## 13121 266 249.472 152
## 13122 189 187.112 151
## 13123 471 469.712 256
## 13124 316 279.645 238
## 13125 238 236.014 271
## 13126 144 140.786 201
## 13127 156 154.967 168
## 13128 152 129.204 162
## 13129 270 269.728 262
## 13130 222 191.276 144
## 13131 159 150.610 176
## 13132 176 175.315 159
## 13133 383 379.653 409
## 13134 190 188.272 170
## 13135 181 171.560 136
## 13136 161 159.618 165
## 13137 183 177.457 181
## 13138 164 162.078 130
## 13139 860 409.176 402
## 13140 212 210.090 150
## 13141 307 305.507 310
## 13142 196 195.199 175
## 13143 236 226.325 170
## 13144 327 272.940 356
## 13145 155 153.809 138
## 13146 162 161.106 205
## 13147 213 212.290 247
## 13148 132 130.903 186
## 13149 292 284.727 235
## 13150 212 166.550 184
## 13151 197 195.772 184
## 13152 265 263.834 361
## 13153 236 234.508 192
## 13154 110 108.678 108
## 13155 661 613.451 436
## 13156 208 206.607 120
## 13157 208 206.497 172
## 13158 163 161.432 117
## 13159 232 230.458 203
## 13160 141 133.859 95
## 13161 828 763.828 315
## 13162 159 136.213 122
## 13163 537 535.206 268
## 13164 218 210.397 223
## 13165 9396 9394.805 221
## 13166 355 352.522 260
## 13167 220 218.929 172
## 13168 206 203.722 168
## 13169 372 369.807 293
## 13170 310 308.434 286
## 13171 274 264.166 539
## 13172 147 146.492 163
## 13173 172 171.248 186
## 13174 224 221.118 210
## 13175 574 571.968 280
## 13176 135 130.583 174
## 13177 332 297.445 312
## 13178 121 119.671 233
## 13179 228 226.452 254
## 13180 193 186.880 189
## 13181 291 286.653 215
## 13182 304 154.785 214
## 13183 133 128.258 539
## 13184 362 350.500 156
## 13185 134 132.546 146
## 13186 143 141.455 279
## 13187 103 101.016 197
## 13188 191 188.799 200
## 13189 283 279.951 231
## 13190 120 118.509 112
## 13191 489 487.022 1740
## 13192 309 280.564 265
## 13193 205 193.528 191
## 13194 193 153.147 265
## 13195 222 217.887 199
## 13196 188 130.822 129
## 13197 375 373.435 65165
## 13198 406 403.273 424
## 13199 408 357.025 387
## 13200 230 203.835 243
## 13201 367 364.588 238
## 13202 168 166.055 204
## 13203 194 192.837 206
## 13204 293 290.541 231
## 13205 269 259.739 344
## 13206 162 148.092 201
## 13207 337 327.909 407
## 13208 144 142.776 115
## 13209 219 218.316 159
## 13210 676 673.012 719
## 13211 130 129.363 133
## 13212 159 143.227 185
## 13213 234 220.454 606
## 13214 696 688.390 238
## 13215 239 238.338 272
## 13216 274 273.515 247
## 13217 216 182.268 270
## 13218 227 225.211 277
## 13219 228 225.852 284
## 13220 183 181.330 248
## 13221 142 140.652 178
## 13222 301 300.203 122
## 13223 196 189.099 192
## 13224 800 742.894 436
## 13225 176 174.780 138
## 13226 221 219.368 315
## 13227 224 222.663 227
## 13228 134 123.736 123
## 13229 217 207.283 166
## 13230 230 216.865 179
## 13231 200 171.237 170
## 13232 199 198.153 192
## 13233 310 259.943 234
## 13234 361 359.536 306
## 13235 225 223.306 214
## 13236 209 204.148 289
## 13237 299 290.845 290
## 13238 177 175.269 130
## 13239 299 295.061 251
## 13240 210 209.387 152
## 13241 178 174.988 249
## 13242 156 150.045 230
## 13243 433 432.193 235
## 13244 135 134.273 188
## 13245 263 257.649 339
## 13246 215 202.195 239
## 13247 462 408.187 268
## 13248 267 265.506 207
## 13249 203 200.602 156
## 13250 970 956.945 233
## 13251 507 500.934 212
## 13252 179 176.749 208
## 13253 1257 1235.996 235
## 13254 351 323.128 225
## 13255 147 145.986 130
## 13256 272 270.878 196
## 13257 209 207.586 197
## 13258 133 131.517 138
## 13259 240 238.504 161
## 13260 171 166.968 143
## 13261 270 228.041 208
## 13262 413 399.081 290
## 13263 206 204.889 171
## 13264 332 322.156 190
## 13265 173 171.556 136
## 13266 398 396.273 226
## 13267 229 228.295 224
## 13268 215 212.918 236
## 13269 225 223.321 186
## 13270 252 250.441 203
## 13271 223 221.980 251
## 13272 197 187.196 173
## 13273 173 171.421 306
## 13274 219 151.463 129
## 13275 253 251.538 288
## 13276 223 221.792 472
## 13277 419 415.038 287
## 13278 243 210.259 155
## 13279 320 278.501 198
## 13280 175 173.543 135
## 13281 232 230.751 297
## 13282 209 176.338 315
## 13283 241 239.547 216
## 13284 183 182.555 198
## 13285 130 115.889 169
## 13286 196 194.250 212
## 13287 249 235.886 256
## 13288 804 801.915 294
## 13289 249 227.167 194
## 13290 285 279.359 271
## 13291 191 161.849 143
## 13292 224 210.037 342
## 13293 173 171.101 165
## 13294 175 146.856 141
## 13295 170 169.356 206
## 13296 277 274.744 283
## 13297 129 128.782 99
## 13298 162 156.167 131
## 13299 276 272.787 199
## 13300 477 475.629 356
## 13301 348 312.468 295
## 13302 157 156.701 180
## 13303 381 378.393 327
## 13304 154 152.138 166
## 13305 266 235.081 194
## 13306 732 172.685 198
## 13307 364 356.607 293
## 13308 466 464.521 399
## 13309 223 221.335 211
## 13310 10520 10448.068 237
## 13311 221 212.125 236
## 13312 347 345.023 245
## 13313 189 182.978 196
## 13314 232 231.442 247
## 13315 212 208.496 243
## 13316 267 243.922 309
## 13317 200 199.307 166
## 13318 225 221.481 238
## 13319 151 150.182 212
## 13320 440 438.554 1119
## 13321 187 185.123 180
## 13322 175 173.968 181
## 13323 156 137.019 148
## 13324 491 463.356 299
## 13325 173 172.074 153
## 13326 261 246.722 293
## 13327 236 217.265 207
## 13328 136 132.092 160
## 13329 296 292.894 215
## 13330 405 403.279 256
## 13331 169 167.203 145
## 13332 208 204.670 172
## 13333 182 168.676 187
## 13334 289 287.999 164
## 13335 311 298.693 325
## 13336 147 132.886 142
## 13337 322 310.736 513
## 13338 230 228.303 299
## 13339 227 225.282 306
## 13340 178 176.346 152
## 13341 1520 1399.501 246
## 13342 234 233.955 188
## 13343 427 423.884 239
## 13344 156 155.209 187
## 13345 206 205.321 421
## 13346 228 195.545 151
## 13347 950 940.657 697
## 13348 191 190.212 305
## 13349 220 175.071 189
## 13350 165 159.324 168
## 13351 445 390.790 289
## 13352 175 172.914 140
## 13353 212 210.493 133
## 13354 183 181.444 168
## 13355 166 165.769 144
## 13356 103 101.655 128
## 13357 250 235.577 479
## 13358 1128 1105.604 577
## 13359 304 303.680 2559
## 13360 162 161.574 164
## 13361 236 228.694 215
## 13362 253 250.397 182
## 13363 183 181.590 243
## 13364 323 321.221 246
## 13365 245 242.173 245
## 13366 166 156.761 141
## 13367 296 270.488 394
## 13368 152 150.313 230
## 13369 453 443.478 261
## 13370 274 272.398 212
## 13371 82 79.505 143
## 13372 310 284.061 303
## 13373 201 199.331 196
## 13374 195 192.743 243
## 13375 242 205.909 296
## 13376 441 438.350 631
## 13377 163 161.583 226
## 13378 166 164.656 172
## 13379 214 183.972 211
## 13380 185 184.139 147
## 13381 213 211.479 159
## 13382 232 226.860 193
## 13383 241 239.538 189
## 13384 157 152.099 174
## 13385 221 219.076 262
## 13386 170 163.136 154
## 13387 259 257.096 168
## 13388 186 184.932 191
## 13389 208 205.917 230
## 13390 213 211.548 199
## 13391 409 382.538 388
## 13392 96 95.056 140
## 13393 242 239.546 221
## 13394 189 181.482 593
## 13395 234 216.639 209
## 13396 246 244.591 181
## 13397 126 124.564 212
## 13398 168 167.146 169
## 13399 306 304.298 488
## 13400 274 252.372 296
## 13401 822 757.959 231
## 13402 238 236.371 196
## 13403 634 590.168 320
## 13404 172 137.410 177
## 13405 235 226.951 180
## 13406 118 111.554 217
## 13407 235 232.720 172
## 13408 138 136.464 142
## 13409 156 155.056 166
## 13410 240 234.868 161
## 13411 187 176.833 283
## 13412 141 140.709 240
## 13413 163 162.108 137
## 13414 201 199.943 162
## 13415 192 190.532 235
## 13416 231 223.058 210
## 13417 811 808.069 662
## 13418 178 176.927 214
## 13419 268 267.551 227
## 13420 302 227.646 275
## 13421 445 404.521 157
## 13422 143 136.823 145
## 13423 310 277.685 368
## 13424 134 133.039 125
## 13425 331 226.709 173
## 13426 236 234.430 239
## 13427 234 232.584 182
## 13428 270 267.467 166
## 13429 284 262.859 262
## 13430 180 176.972 205
## 13431 273 235.936 327
## 13432 111 109.764 126
## 13433 351 338.311 227
## 13434 135 125.265 190
## 13435 341 312.350 211
## 13436 149 148.057 120
## 13437 173 172.377 202
## 13438 248 246.853 193
## 13439 292 234.351 232
## 13440 170 160.650 183
## 13441 193 191.583 250
## 13442 157 152.147 142
## 13443 214 213.233 319
## 13444 358 350.906 258
## 13445 190 187.795 212
## 13446 209 207.785 141
## 13447 306 304.202 254
## 13448 215 213.610 181
## 13449 318 316.052 232
## 13450 271 269.410 327
## 13451 241 239.422 171
## 13452 166 165.678 196
## 13453 174 172.411 144
## 13454 212 205.784 189
## 13455 155 154.707 170
## 13456 160 139.844 224
## 13457 357 356.037 326
## 13458 177 174.083 156
## 13459 549 546.716 255
## 13460 973 970.257 229
## 13461 241 239.414 265
## 13462 241 239.160 190
## 13463 249 248.111 375
## 13464 268 266.062 235
## 13465 167 163.294 142
## 13466 293 272.943 242
## 13467 251 248.556 198
## 13468 279 275.805 254
## 13469 171 167.309 207
## 13470 272 265.960 222
## 13471 326 319.476 313
## 13472 154 152.410 116
## 13473 256 254.891 216
## 13474 227 215.331 145
## 13475 292 289.102 374
## 13476 198 181.262 165
## 13477 500 429.470 538
## 13478 272 269.659 208
## 13479 203 195.755 159
## 13480 200 197.389 243
## 13481 177 175.571 172
## 13482 704 702.570 47302
## 13483 251 209.371 260
## 13484 269 239.846 237
## 13485 173 172.594 114
## 13486 49637 49636.421 192
## 13487 232 230.270 282
## 13488 164 152.997 178
## 13489 157 156.293 104
## 13490 260 258.186 193
## 13491 247 246.515 214
## 13492 429 422.476 237
## 13493 245 226.029 327
## 13494 89 87.480 116
## 13495 132 130.105 163
## 13496 487 413.588 263
## 13497 125 124.210 120
## 13498 235 233.768 208
## 13499 256 255.403 197
## 13500 380 377.378 273
## 13501 285 283.772 251
## 13502 648 645.908 472
## 13503 167 158.223 146
## 13504 208 199.411 171
## 13505 149 146.930 229
## 13506 237 234.299 232
## 13507 303 255.308 212
## 13508 154 150.030 175
## 13509 326 323.958 207
## 13510 335 324.191 236
## 13511 162 157.589 245
## 13512 303 301.557 269
## 13513 174 167.632 116
## 13514 218 215.971 162
## 13515 500 498.777 278
## 13516 154 152.920 158
## 13517 3301039 406.762 3300599
## 13518 446 426.075 545
## 13519 254 252.545 258
## 13520 213 212.745 222
## 13521 125 122.830 186
## 13522 173 155.458 130
## 13523 298 296.445 369
## 13524 208 206.962 220
## 13525 501 498.571 336
## 13526 159 156.947 178
## 13527 155 133.278 200
## 13528 247 245.118 172
## 13529 301 249.669 217
## 13530 229 227.636 210
## 13531 192 190.851 186
## 13532 225 185.937 189
## 13533 222 219.716 193
## 13534 172 114.453 169
## 13535 221 207.000 212
## 13536 209 208.308 201
## 13537 341 337.304 180
## 13538 159 156.852 241
## 13539 151 150.544 182
## 13540 174 160.023 404
## 13541 127 124.968 149
## 13542 166 162.689 189
## 13543 187 186.061 226
## 13544 182 174.173 211
## 13545 311 273.875 480
## 13546 231 230.390 179
## 13547 154 153.506 157
## 13548 220 209.698 184
## 13549 113 111.361 120
## 13550 156 143.807 157
## 13551 300 296.796 221
## 13552 561 546.049 274
## 13553 184 183.123 171
## 13554 1114 985.196 800
## 13555 317 314.448 276
## 13556 179 177.111 233
## 13557 222 212.429 7
## 13558 800 678.440 567
## 13559 127 125.573 143
## 13560 206 203.825 169
## 13561 150 148.826 166
## 13562 347 265.192 239
## 13563 173 172.170 126
## 13564 220 219.860 168
## 13565 162 159.718 224
## 13566 193 105.754 201
## 13567 149 144.217 133
## 13568 152 150.711 219
## 13569 200 198.959 250
## 13570 183 181.091 158
## 13571 231 230.389 390
## 13572 226 223.146 202
## 13573 235 234.332 305
## 13574 283 281.896 213
## 13575 520 435.822 236
## 13576 240 238.054 219
## 13577 552 550.245 281
## 13578 166 164.355 132
## 13579 166 163.806 183
## 13580 179 166.778 137
## 13581 282 280.973 165
## 13582 127 125.664 259
## 13583 362 360.242 199
## 13584 271 235.789 241
## 13585 130 128.887 94
## 13586 201 186.310 220
## 13588 190 188.602 160
## 13589 285 283.949 533
## 13590 162 161.176 189
## 13591 168 162.200 275
## 13592 215 212.818 203
## 13593 249 246.830 156
## 13594 133 128.248 206
## 13595 260 259.546 125
## 13596 187 181.607 133
## 13597 230 223.278 136
## 13598 188 186.434 218
## 13599 201 200.246 218
## 13600 428 426.584 335
## 13601 72 70.748 122
## 13602 143 141.918 175
## 13603 197 196.281 225
## 13604 171 167.977 207
## 13605 354 350.362 429
## 13606 203 202.202 170
## 13607 196 188.882 158
## 13608 284 279.676 343
## 13609 33067 386.261 140840
## 13610 173 166.925 126
## 13611 156 138.464 145
## 13612 176 174.074 206
## 13613 653 632.396 146
## 13614 188 161.764 160
## 13615 296 288.407 219
## 13616 198 194.556 162
## 13617 1166 993.885 544
## 13618 252 251.059 194
## 13619 166 164.644 239
## 13620 224 189.164 167
## 13621 103 101.931 137
## 13622 209 203.026 189
## 13623 169 153.455 205
## 13624 182 174.437 267
## 13625 175 166.499 175
## 13626 162 160.969 178
## 13627 199 191.988 184
## 13628 356 310.777 325
## 13629 629 616.172 760
## 13630 345 298.775 230
## 13631 218 216.717 244
## 13632 800 797.674 258
## 13633 204 196.572 228
## 13634 369 357.631 222
## 13635 145 139.422 149
## 13636 236 193.199 247
## 13637 126 124.356 129
## 13638 628 621.719 37745
## 13639 179 177.539 258
## 13640 288 272.165 145
## 13641 200 174.510 193
## 13642 198 196.567 317
## 13643 200 154.899 203
## 13644 227 207.454 289
## 13645 192 181.332 133
## 13646 164 149.358 155
## 13647 218 182.229 583
## 13648 237 234.373 206
## 13649 228 226.524 202
## 13650 210 208.310 145
## 13651 238 236.534 229
## 13652 246 217.255 176
## 13653 245 244.597 191
## 13654 492 490.460 620
## 13655 224 187.185 690
## 13656 193 191.877 176
## 13657 165 164.134 198
## 13658 168 164.970 217
## 13659 259 255.568 224
## 13660 168 167.168 149
## 13661 236 235.006 273
## 13662 356 354.362 193
## 13663 211 209.629 251
## 13664 202 195.023 192
## 13665 163 160.914 305
## 13666 289 288.273 203
## 13667 208 202.036 277
## 13668 155 146.282 171
## 13669 150 148.273 135
## 13670 241 240.194 273
## 13671 278 237.421 336
## 13672 114 111.925 190
## 13673 681 680.095 170
## 13674 356 322.248 324
## 13675 205 180.043 251
## 13676 151 149.858 136
## 13677 225 222.970 227
## 13678 428 417.400 285
## 13679 289 261.945 238
## 13680 173 171.326 130
## 13681 281 278.796 173
## 13682 688 611.816 1031
## 13683 469 466.494 406
## 13684 262 238.483 194
## 13685 105 103.236 463
## 13686 196 194.575 251
## 13687 228 226.530 220
## 13688 218 218.008 197
## 13689 229 215.698 219
## 13690 205 198.412 202
## 13691 368 366.424 222
## 13692 178 176.784 307
## 13693 204 191.095 165
## 13694 274 271.315 442
## 13695 181 180.712 155
## 13696 364 224.899 211
## 13697 171 169.684 125
## 13698 406 400.266 219
## 13699 276 275.004 174
## 13700 213 212.335 382
## 13701 367 364.883 225
## 13702 136 134.794 226
## 13703 263 254.655 181
## 13704 374 340.940 5610
## 13705 232 223.507 257
## 13706 232 231.677 232
## 13707 301 296.698 309
## 13708 183 181.235 148
## 13709 352 260.970 302
## 13710 174 136.340 254
## 13711 188 186.584 153
## 13712 268 266.330 219
## 13713 191 189.361 292
## 13714 404 151.194 184
## 13715 212 208.388 2385
## 13716 226 224.547 419
## 13717 315 313.243 303
## 13718 217 215.746 502
## 13719 212 178.794 152
## 13720 189 188.071 430
## 13721 240 238.970 253
## 13722 252 238.387 241
## 13723 539 268.974 123
## 13724 208 206.618 334
## 13725 187 180.229 132
## 13726 307 305.175 423
## 13727 218 215.846 208
## 13728 227 212.265 231
## 13729 300 296.995 208
## 13730 244 215.804 354
## 13731 343 341.264 279
## 13732 135 132.961 168
## 13733 174 172.749 181
## 13734 245 223.509 174
## 13735 311 261.671 277
## 13736 541 500.192 799
## 13737 203 201.526 200
## 13738 498 496.223 157
## 13739 192 191.661 180
## 13740 272 269.023 213
## 13741 160 158.505 156
## 13742 212 210.652 223
## 13743 226 216.789 244
## 13744 253 251.581 260
## 13745 196 193.530 241
## 13746 146 145.578 187
## 13747 227 203.107 235
## 13748 250 243.268 269
## 13749 330 328.266 312
## 13750 265 261.572 189
## 13751 108 105.843 130
## 13752 207 206.630 233
## 13753 878 875.144 293
## 13754 159 181.956 156
## 13755 234 232.593 256
## 13756 473 471.772 300
## 13757 241 237.179 239
## 13758 448 446.152 200
## 13759 246 245.394 348
## 13760 272 265.149 271
## 13761 181 179.160 100
## 13762 430 384.152 530
## 13763 354 352.380 222
## 13764 236 222.984 344
## 13765 680 677.217 332
## 13766 416 325.580 254
## 13767 233 217.788 161
## 13768 301 300.225 190
## 13769 349 347.725 347
## 13770 211 209.951 112
## 13771 285 283.945 194
## 13772 248 245.360 182
## 13773 234 199.103 149
## 13774 274 255.001 451
## 13775 238 209.034 269
## 13776 209 206.835 174
## 13777 315 313.422 566
## 13778 319 305.306 219
## 13779 225 222.897 154
## 13780 202 200.515 205
## 13781 241 221.178 145
## 13782 295 294.475 486
## 13783 179 172.140 151
## 13784 81 78.983 130
## 13785 474 472.574 230
## 13786 236 211.013 213
## 13787 117 115.609 183
## 13788 161 159.543 231
## 13789 237 228.746 126
## 13790 246 244.949 367
## 13791 241 235.608 645
## 13792 139 138.357 129
## 13793 185 174.712 213
## 13794 180 177.608 178
## 13795 192 188.826 231
## 13796 414 400.531 220
## 13797 234 183.437 198
## 13798 258 256.725 272
## 13800 259 258.200 154
## 13801 297 294.772 204
## 13802 228 219.323 173
## 13803 292 290.480 285
## 13804 573 570.705 447
## 13805 317 316.010 223
## 13806 9916 9911.556 277
## 13807 177 175.734 142
## 13808 315 312.542 243
## 13809 399 383.410 1099
## 13810 217 202.159 265
## 13811 234 232.487 185
## 13812 224 209.596 727420
## 13813 551 549.845 193
## 13814 153 150.302 197
## 13815 241 238.534 206
## 13816 198 196.910 232
## 13817 250 248.767 306
## 13818 267 264.189 247
## 13819 178 177.253 159
## 13820 210 199.396 215
## 13821 367 366.113 231
## 13822 185 183.658 133
## 13823 170 168.238 135
## 13824 316 264.445 273
## 13825 173 171.833 217
## 13826 318 316.683 255
## 13827 208 207.407 190
## 13828 330 325.347 250
## 13829 228 226.236 190
## 13830 184 182.738 131
## 13831 149 126.884 192
## 13832 245 242.937 183
## 13833 198 196.845 140
## 13834 185 183.240 194
## 13835 169 165.556 269
## 13836 348 346.701 257
## 13837 216 215.088 160
## 13838 441 429.723 243
## 13839 277 275.551 188
## 13840 216 195.985 225
## 13841 187 186.129 1178
## 13842 320 315.922 324
## 13843 200 181.390 250
## 13844 223 221.732 220
## 13845 307 305.533 425
## 13846 171 169.935 158
## 13847 330 323.717 221
## 13848 175 163.198 143
## 13849 215 209.623 179
## 13850 161 149.062 3881
## 13851 289 287.832 170
## 13852 179 177.601 142
## 13853 293 291.059 248
## 13854 229 223.585 285
## 13855 311 295.741 302
## 13856 1186 1184.324 264
## 13857 675 638.609 667
## 13858 237 235.496 326
## 13859 149 138.652 126
## 13860 344 324.942 269
## 13861 328 323.302 381
## 13862 1778 1745.270 199
## 13863 209 208.179 166
## 13864 243 241.213 162
## 13865 301 299.129 216
## 13866 177 171.699 306
## 13867 408 406.523 190
## 13868 325 323.047 187
## 13869 162 161.072 154
## 13870 208 206.118 295
## 13871 474 401.177 281
## 13872 215 211.388 228
## 13873 238 234.824 236
## 13874 327 325.328 199
## 13875 163 161.908 158
## 13876 275 270.598 205
## 13877 184 180.887 187
## 13878 169 167.447 131
## 13879 309 304.737 288
## 13880 286 285.197 396
## 13881 254 251.900 330
## 13882 200 198.922 133
## 13883 207 205.592 226
## 13884 193 191.927 186
## 13885 609 607.185 13
## 13886 315 300.043 170
## 13887 276 276.180 230
## 13888 220 218.762 277
## 13889 182 180.765 183
## 13890 139 137.441 117
## 13891 221 218.086 186
## 13892 571 225.582 227
## 13893 490 459.289 241
## 13894 376 373.830 202
## 13895 284 233.434 262
## 13896 356 348.476 193
## 13897 794 776.522 206
## 13898 769 768.114 156
## 13899 384 382.733 196
## 13900 264 263.737 234
## 13901 137 125.206 126
## 13902 281 251.023 193
## 13903 123 122.127 169
## 13904 167 157.723 164
## 13905 210 209.325 204
## 13906 298 275.921 236
## 13907 375 336.709 302
## 13908 206 203.465 157
## 13909 336 334.869 248
## 13910 174 172.658 267
## 13911 269 267.547 366
## 13912 205 157.410 277
## 13913 276 275.420 711
## 13914 249 220.937 440
## 13915 243 242.202 229
## 13916 436 433.834 1967
## 13917 250 248.433 264
## 13918 157 158.707 354
## 13919 251 249.201 656
## 13920 263 261.487 328
## 13921 252 250.433 257
## 13922 238 230.876 281
## 13923 2491 2489.288 134
## 13924 231 231.031 385
## 13925 315 312.615 297
## 13926 166 164.810 275
## 13927 191 189.534 148
## 13928 504 478.882 382
## 13929 221 218.829 165
## 13930 451 449.891 257
## 13931 260 252.070 196
## 13932 390 356.768 551
## 13933 364 362.851 244
## 13934 213 207.487 136
## 13935 624 292.435 596
## 13936 250 248.182 295
## 13937 162 157.722 237
## 13938 264 263.102 294
## 13939 361 328.351 244
## 13940 604 577.193 835
## 13941 163 161.642 146
## 13942 165 164.122 132
## 13943 264 251.270 239
## 13944 178 176.541 125
## 13945 322 320.316 253
## 13946 300 298.985 152
## 13947 190 188.349 208
## 13948 212 204.440 171
## 13949 343 320.480 156
## 13950 171 168.878 291
## 13951 440 429.039 979
## 13952 149 136.432 150
## 13953 431 335.678 365
## 13954 209 192.446 307
## 13955 221 219.417 209
## 13956 254 252.933 152
## 13957 157 155.622 101
## 13958 280 277.421 199
## 13959 5040 5038.506 295
## 13960 373 370.762 252
## 13961 209 208.445 250
## 13962 186 184.198 197
## 13963 348 308.957 843
## 13964 405 367.696 359
## 13965 236 212.725 167
## 13966 278 276.775 181
## 13967 469 411.076 343
## 13968 32480 206.155 32269
## 13969 154 148.086 169
## 13970 299 297.878 290
## 13971 383 296.551 289
## 13972 178 176.696 142
## 13973 304 297.621 282
## 13974 160 157.257 190
## 13975 187 184.497 200
## 13976 218 217.366 182
## 13977 230 226.580 207
## 13978 204 201.972 150
## 13979 222 220.584 526
## 13980 493 410.701 252
## 13981 241 203.987 158
## 13982 146 145.144 155
## 13983 197 188.918 140
## 13984 210 167.026 275
## 13985 237 234.761 235
## 13986 219 198.773 172
## 13987 252 251.451 208
## 13988 242 229.695 163
## 13989 122 121.912 188
## 13990 283 268.347 210
## 13991 558 484.204 1126
## 13992 326 236.977 175
## 13993 214 183.302 229
## 13994 203 189.512 143
## 13995 356 354.538 313
## 13996 173 173.556 171
## 13997 307 304.864 146
## 13998 339 331.218 241
## 13999 304 302.136 254
## 14000 313 304.784 220
## 14001 127 119.815 138
## 14002 411 409.426 184
## 14003 270 238.492 192
## 14004 186 181.198 225
## 14005 276 274.813 446
## 14006 249 248.264 286
## 14007 227 226.007 159
## 14008 221 217.817 174
## 14009 305 297.275 221
## 14010 275 254.575 758
## 14011 155 154.239 189
## 14012 174 172.852 198
## 14013 180 177.822 163
## 14014 280 262.855 181
## 14015 976 974.416 355
## 14016 155 153.895 231
## 14017 240 236.574 239
## 14018 200 188.525 349
## 14019 477 474.819 253
## 14020 168 166.263 148
## 14021 327 325.190 747
## 14022 345 342.145 18955
## 14023 269 261.854 220
## 14024 206 202.410 175
## 14025 433 420.590 261
## 14026 159 150.519 116
## 14027 259 257.272 476
## 14028 181 179.795 135
## 14029 147 145.634 127
## 14030 353 318.640 292
## 14031 1314 1306.994 363
## 14032 139 137.079 218
## 14033 142 141.294 160
## 14034 216 215.253 266
## 14035 411 403.584 379
## 14036 320 317.900 426
## 14037 465 440.022 505
## 14038 431 382.880 303
## 14039 268 266.436 234
## 14040 252 238.344 238
## 14041 303 301.818 617
## 14042 324 291.553 274
## 14043 200 189.225 157
## 14044 134 133.485 141
## 14045 20955 132.798 117
## 14046 338 335.934 225
## 14047 257 254.388 223
## 14048 217 214.615 196
## 14049 5785 5782.495 189
## 14050 200 198.605 196
## 14051 199 197.545 1598
## 14052 586 519.848 443
## 14053 171 169.484 251
## 14054 36 34.275 90
## 14055 163 160.850 289
## 14056 479 461.877 228
## 14057 567 540.021 475
## 14058 142 141.367 126
## 14059 231 228.217 175
## 14060 256 231.509 233
## 14061 249 246.612 214
## 14062 442 440.152 261
## 14063 232 229.444 280
## 14064 404 397.565 301
## 14065 172 171.859 168
## 14066 170 164.944 168
## 14067 381 365.326 570
## 14068 193 186.788 525
## 14069 124 122.752 197
## 14070 145 144.199 178
## 14071 114 111.785 118
## 14072 303 301.172 181
## 14073 241 231.830 180
## 14074 423 392.403 232
## 14075 183 181.244 143
## 14076 295 273.206 228
## 14077 236 234.398 149
## 14078 299 297.217 281
## 14079 333 326.649 182
## 14080 587 585.668 324
## 14081 257 251.966 187
## 14082 372 370.016 245
## 14083 347 305.716 708
## 14084 193 191.830 124
## 14085 607 604.636 293
## 14086 476 474.156 308
## 14087 375 340.984 231
## 14088 251 249.540 1923
## 14089 246 244.578 153
## 14090 133 133.436 178
## 14091 212 211.627 649987
## 14092 246 244.977 172
## 14093 255 253.260 156
## 14094 10964 10957.546 367
## 14095 204 199.477 201
## 14096 1273 861.645 3748
## 14097 339 329.405 260
## 14098 251 249.549 192
## 14099 1105 1099.744 1985
## 14100 364 360.163 510
## 14101 162 161.512 192
## 14102 165 151.055 178
## 14103 1849 1848.013 218
## 14104 1486 1483.811 255
## 14105 629 284.843 327
## 14106 409 407.049 255
## 14107 446 149.736 191
## 14108 193 191.128 150
## 14109 295 293.778 148
## 14110 197 195.310 278
## 14111 171 160.114 149
## 14112 443 440.724 363
## 14113 287 286.311 381
## 14114 762 747.970 302
## 14115 437 385.091 1024
## 14116 228 212.877 761
## 14117 239 237.549 283
## 14118 428 407.307 234
## 14119 200 192.695 182
## 14120 431 414.807 245
## 14121 227 213.347 181
## 14122 172 167.331 144
## 14123 122 121.555 135
## 14124 173 172.133 129
## 14125 149 145.558 156
## 14126 138 133.413 149
## 14127 213 210.779 210
## 14128 274 247.689 150
## 14129 158 155.066 231
## 14130 158 157.646 145
## 14131 327 315.446 279
## 14132 190 133.462 344
## 14133 555 262.870 246
## 14134 220 197.135 194
## 14135 234 220.510 2405
## 14136 268 266.406 220
## 14137 239 227.888 240
## 14138 276 222.637 195
## 14139 413 410.610 369
## 14140 322 320.200 554
## 14141 183 172.513 496
## 14142 203 201.543 283
## 14143 237 210.961 286
## 14144 193 190.049 125
## 14145 93 91.886 173
## 14146 149 144.432 123
## 14147 486 262.480 3
## 14148 261 258.269 382
## 14149 219 201.778 190
## 14150 222 209.217 173
## 14151 111 110.148 145
## 14152 266 264.731 224
## 14153 203 190.039 153
## 14154 274 272.369 160
## 14155 279 278.543 245
## 14156 290 289.123 170
## 14157 575 571.610 733
## 14158 229 223.598 226
## 14159 178 177.291 114
## 14160 769 764.398 556
## 14161 228 220.589 272
## 14162 146 144.985 168
## 14163 233 232.054 199
## 14164 498 454.711 537
## 14165 232 231.244 317
## 14166 230 186.276 295
## 14167 663 307.287 238
## 14168 898 858.445 474
## 14169 662 636.561 495
## 14170 481 475.699 422
## 14171 189 187.672 189
## 14172 470 468.470 396
## 14173 8729 8726.750 177
## 14174 159 146.385 202
## 14175 201 156.490 117
## 14176 184 179.636 213
## 14177 195 194.443 162
## 14178 137 66.045 246
## 14180 14138 14136.082 666
## 14181 351 349.753 286
## 14182 594 382.316 347
## 14183 223 214.842 212
## 14184 179 177.808 163
## 14185 111 110.159 108
## 14186 193 192.023 198
## 14187 542 540.884 470
## 14188 182 179.701 217
## 14189 200 152.242 199
## 14190 112 109.973 240
## 14191 217 207.275 420
## 14192 265 247.298 238
## 14193 218 216.279 328
## 14194 409 403.844 538
## 14195 318 316.905 392
## 14196 216 208.268 207
## 14197 727 666.024 247
## 14198 226 224.050 301
## 14199 324 322.897 172
## 14200 213 211.811 321
## 14201 216 214.159 179
## 14202 200 197.568 156
## 14203 386 381.609 834
## 14204 244 239.577 151
## 14205 147 143.565 229
## 14206 198 197.374 187
## 14207 218 217.795 233
## 14208 220 218.947 171
## 14209 324 322.062 178
## 14210 216 215.346 151
## 14211 162 156.194 156
## 14212 169 167.846 149
## 14213 360 356.953 340
## 14214 267 265.482 713
## 14215 341 339.879 230
## 14216 190 188.646 188
## 14217 351 331.403 195
## 14218 165 163.960 131
## 14219 239 237.961 3599
## 14220 202 180.475 122
## 14221 372 368.944 5844
## 14222 155 151.630 147
## 14223 327 314.727 283
## 14224 362 360.705 442
## 14225 9939 9936.612 204
## 14226 209 208.412 191
## 14227 258 256.710 171
## 14228 137 123.961 164
## 14229 247 245.568 323
## 14230 207 205.261 3231
## 14231 311 309.422 259
## 14232 280 277.934 199
## 14233 224 223.416 147
## 14234 303 301.509 223
## 14235 180 178.346 248
## 14236 232 230.996 148
## 14237 312 310.772 683
## 14238 124 122.666 145
## 14239 273 272.404 195
## 14240 189 188.538 171
## 14241 209 206.743 254
## 14242 120 117.114 144
## 14243 373 363.568 221
## 14244 302 300.881 179
## 14245 250 248.439 231
## 14246 152 150.921 125
## 14247 189 173.067 846
## 14248 1111 1109.423 121
## 14249 226 225.542 251
## 14250 235 206.103 216
## 14251 262 259.961 3419
## 14252 203 173.906 131
## 14253 394 377.873 203
## 14254 167 148.421 237
## 14255 227 225.735 378
## 14256 168 166.393 251
## 14257 176 174.284 157
## 14258 214 212.556 205
## 14259 204 202.807 516
## 14260 383 339.426 239
## 14261 280 275.930 238
## 14262 267 266.158 284
## 14263 327 305.027 160
## 14264 208 177.367 258
## 14265 262 229.479 182
## 14266 210 204.612 202
## 14267 233 220.235 305
## 14268 221 219.587 236
## 14269 152 151.294 250
## 14270 1088 672.458 334
## 14271 190 183.930 205
## 14272 1076 1007.989 1261
## 14273 185 164.734 352
## 14274 290 289.041 212
## 14275 141 106.091 252
## 14276 421 419.195 277
## 14277 318 315.873 254
## 14278 296 251.687 242
## 14279 221 219.458 174
## 14280 142 141.315 313
## 14281 579 577.454 347
## 14282 347 337.691 477
## 14283 229 226.991 140
## 14284 325 306.845 245
## 14285 161 160.075 191
## 14286 423 211.167 357
## 14287 157 153.861 162
## 14288 536 530.531 269
## 14289 164 163.061 169
## 14290 258 252.233 248
## 14291 208 204.031 205
## 14292 203 190.571 183
## 14293 291 289.208 172
## 14294 8554568 360.735 8554183
## 14295 233 212.543 334
## 14296 326 324.111 195
## 14297 325 227.969 461
## 14298 385 383.766 207
## 14299 119 117.985 97
## 14300 166 164.943 121
## 14301 276 274.860 195
## 14302 160 156.872 149
## 14303 249 246.132 308
## 14304 209 207.273 257
## 14305 245 240.190 167852
## 14306 115 114.515 156
## 14307 236 220.055 307
## 14308 178 177.269 215
## 14309 316 311.838 201
## 14310 189 188.191 219
## 14311 301 296.969 742
## 14312 113 106.038 266
## 14313 272 270.717 164
## 14314 179 177.676 223
## 14315 162 159.742 175
## 14316 781 775.051 560
## 14317 244 236.828 245
## 14318 163 162.327 141
## 14319 194 192.662 166
## 14320 169 166.399 150
## 14321 195 191.942 147
## 14322 182 179.279 206
## 14323 179 177.723 202
## 14324 196 193.554 150
## 14325 233 223.817 268
## 14326 442 440.929 552
## 14327 136 132.792 142
## 14328 230 211.232 194
## 14329 381 379.379 213
## 14330 262 255.078 183
## 14331 239 231.065 229
## 14332 328 325.575 210
## 14333 244 243.507 146
## 14334 205 196.198 224
## 14335 189 188.198 199
## 14336 241 239.381 221
## 14337 344 341.727 1031
## 14338 217 214.008 11087
## 14339 196 194.862 587
## 14340 227 225.636 315
## 14341 405 403.472 315
## 14342 209 208.225 201
## 14343 157 156.287 175
## 14344 156 154.741 152
## 14345 202 194.214 211
## 14346 256 222.095 442
## 14347 356 354.405 255
## 14348 223 222.253 180
## 14349 255 251.396 200
## 14350 284 282.135 262
## 14351 431 380.620 187
## 14352 163 142.574 177
## 14353 236 235.038 230
## 14354 369 353.943 261
## 14355 156 155.337 128
## 14356 310 271.251 365
## 14357 195 193.299 195
## 14358 276 266.224 187
## 14359 205 203.946 176
## 14360 507 300.718 167
## 14361 503 479.591 1123
## 14362 231 230.471 193
## 14363 337 302.128 626
## 14364 404 394.859 189
## 14365 374 373.183 382
## 14366 185 184.046 135
## 14367 205 202.836 274
## 14368 685 681.198 314
## 14369 239 237.233 243
## 14370 300 251.388 446
## 14371 233 197.368 224
## 14372 289 267.080 203
## 14373 182 180.823 253
## 14374 218 209.965 279
## 14375 211 179.188 219
## 14376 945 921.574 257
## 14377 155 148.367 130
## 14378 220 218.006 235
## 14379 176 167.824 187
## 14380 184 183.083 253
## 14381 195 193.565 161
## 14382 178 155.183 196
## 14383 254 253.585 182
## 14384 362 360.031 239
## 14385 278 267.296 628
## 14386 1504 1502.587 234
## 14387 334 195.550 182
## 14388 250 239.451 238
## 14389 296 270.000 322
## 14390 225 223.077 211
## 14391 582 215.053 199
## 14392 237 234.014 185
## 14393 194 192.834 138
## 14394 491 486.205 1453
## 14395 223 144.404 158
## 14396 658 654.319 486
## 14397 211 206.674 233
## 14398 164 162.050 167
## 14399 182 180.729 148
## 14400 262 239.500 139
## 14401 164 162.621 181
## 14402 183 181.737 229
## 14403 218 208.203 157
## 14404 661 469.269 343
## 14405 152 150.701 118
## 14406 214 190.820 273
## 14407 273 271.407 222
## 14408 339 335.614 250
## 14409 187 185.877 299
## 14410 757 754.819 519
## 14411 95 93.788 156
## 14412 1361 1358.910 4849
## 14413 265 264.278 297
## 14414 254 247.310 151
## 14415 197 194.808 145
## 14416 134 128.896 182
## 14417 297 287.790 234
## 14418 264 262.438 223
## 14419 216 215.279 208
## 14420 1273 1271.037 240
## 14421 287 241.255 170
## 14422 1184 1182.757 305
## 14423 230 229.041 342
## 14424 241 238.896 200
## 14425 310 309.135 277
## 14426 189 175.832 232
## 14427 226 210.792 197
## 14428 209 205.684 193
## 14429 178 177.342 206
## 14430 249 243.904 334
## 14431 240 230.977 238
## 14432 194 193.440 163
## 14433 321 307.775 213
## 14434 311 309.971 105
## 14435 278 277.689 167
## 14436 146 138.287 462
## 14437 245 243.623 238
## 14438 883 803.656 542
## 14439 132 117.463 203
## 14440 225 224.492 132
## 14441 315 313.397 347
## 14442 270 267.697 156
## 14443 234 226.286 183
## 14444 1189 1187.035 170
## 14445 221 207.961 298
## 14446 326 322.808 21582
## 14447 277 253.907 305
## 14448 220 218.120 178
## 14449 135 134.027 133
## 14450 172 171.596 209
## 14451 371 369.485 227
## 14452 164 160.642 208
## 14453 399 377.551 203
## 14454 252 250.907 333
## 14455 193 190.951 168
## 14456 323 319.482 233
## 14457 180 179.136 131
## 14458 321 281.743 238
## 14459 215 214.600 267
## 14460 1057 1014.240 636
## 14461 189 162.912 175
## 14462 411 397.381 280
## 14463 310 300.476 328
## 14464 247 245.834 276
## 14465 253 252.920 197
## 14466 481 463.232 310
## 14467 271 245.016 215
## 14468 241 232.526 143
## 14469 314 309.189 130
## 14470 212 210.203 181
## 14471 284 283.249 153
## 14472 163 161.667 188
## 14473 2796 2795.260 306
## 14474 211 196.825 202
## 14475 316 170.527 190
## 14476 202 200.690 187
## 14477 246 244.431 236
## 14478 239 237.296 184
## 14479 1106 1103.800 268
## 14480 153 152.217 168
## 14481 270 242.759 236
## 14482 374 342.183 272
## 14483 256 254.229 215
## 14484 259 257.956 293
## 14485 185 173.551 210
## 14486 248 237.956 204
## 14487 164 163.344 200
## 14488 284 281.082 144
## 14489 245 243.748 175
## 14490 242 236.668 197
## 14491 268 266.432 180
## 14492 266 261.558 199
## 14493 1315 1232.756 465
## 14494 167 164.506 140
## 14495 192 159.317 152
## 14496 928 890.089 194
## 14497 167 166.526 160
## 14498 935 266.311 400
## 14499 287 272.735 229
## 14500 437 416.539 208
## 14501 9806 351.557 307
## 14502 398 394.577 216
## 14503 225 217.868 167
## 14504 208 173.466 248
## 14505 514 365.574 360
## 14506 143 141.722 181
## 14507 194 192.346 163
## 14508 682 303.242 86
## 14509 118 116.440 163
## 14510 148 143.942 134
## 14511 144 143.174 139
## 14512 305 301.869 195
## 14513 257 256.929 197
## 14514 231 227.854 288
## 14515 180 175.201 344
## 14516 163 162.347 149
## 14517 314 312.251 269
## 14518 515 471.961 650
## 14519 211 210.250 203
## 14520 262 259.368 273
## 14521 119 117.925 135
## 14522 279 275.201 242
## 14523 312 293.767 164
## 14524 153 126.627 153
## 14525 161 159.754 198
## 14526 205 204.129 134
## 14527 667 643.902 243
## 14528 250 245.598 134
## 14529 205 204.852 123
## 14530 180 178.079 161
## 14531 400 392.038 718
## 14532 258 254.362 184
## 14533 236 234.852 142
## 14534 164 162.900 198
## 14535 837 830.324 259
## 14536 179 178.094 126
## 14537 633 281.177 281
## 14538 511 507.528 611
## 14539 143 137.485 142
## 14540 622 612.399 339
## 14541 140 138.562 178
## 14542 177 176.785 171
## 14543 245 238.867 183
## 14544 264 256.136 304
## 14545 305 215.466 312
## 14546 241 207.539 181
## 14548 789 756.858 688
## 14549 265 261.914 170
## 14550 179 161.830 192
## 14551 262 245.234 196
## 14552 251 249.550 214
## 14553 194 193.332 264
## 14554 207 206.522 179
## 14555 402 314.957 222
## 14556 224 191.757 197
## 14557 366 362.620 214
## 14558 299 295.870 288
## 14559 264 263.551 205
## 14560 118 116.739 138
## 14561 489 432.122 374
## 14562 231 224.690 213
## 14563 392 351.932 163
## 14564 228 226.397 201
## 14565 172 167.928 221
## 14566 176 174.671 196
## 14567 173 172.513 402
## 14568 154 152.733 178
## 14569 218 217.034 159
## 14570 252 233.530 392
## 14571 437 432.920 300
## 14572 172 170.837 141
## 14573 226 223.890 365
## 14574 337 333.862 312
## 14575 171 170.143 135
## 14576 230 226.720 165
## 14577 193 191.983 208
## 14578 259 247.867 223
## 14579 262 261.453 268
## 14580 225 223.851 506
## 14581 178 177.708 141
## 14582 159 149.072 110
## 14583 172 171.249 127
## 14584 106 104.226 140
## 14585 246 244.507 271
## 14586 215 212.835 196
## 14587 143 131.218 329
## 14588 257 247.285 187
## 14589 224 202.311 198
## 14590 250 246.820 176
## 14591 183 176.805 215
## 14592 175 173.505 1625
## 14593 368 366.951 277
## 14594 460 458.951 356
## 14595 138 124.804 111
## 14596 137 135.805 209
## 14597 443 424.230 415
## 14598 169 168.004 192
## 14599 198 157.579 193
## 14600 249 247.416 185
## 14601 224 222.989 297
## 14602 439 434.583 175
## 14603 643 184.858 170
## 14604 210 208.275 285
## 14605 157 154.370 156
## 14606 124 123.043 87
## 14607 169 167.400 200
## 14608 480 476.822 613
## 14609 142 139.920 294
## 14610 191 189.846 154
## 14611 427 424.934 321
## 14612 168 167.214 17728
## 14613 138 136.330 106
## 14614 199 191.658 176
## 14615 268 266.554 211
## 14616 229 223.047 254
## 14617 357 344.991 224
## 14618 338 336.449 197
## 14619 226 223.543 152
## 14620 288 286.353 122
## 14621 132 130.983 168
## 14622 293 271.860 179
## 14623 114 108.196 93
## 14624 219 214.745 277
## 14625 228 220.936 259
## 14626 197 181.990 169
## 14627 310 307.996 180
## 14628 183 180.595 174
## 14629 250 191.053 16467
## 14630 648 644.607 372
## 14631 291 289.981 168
## 14632 273 271.416 1226
## 14633 410 403.153 377
## 14634 212 208.666 152
## 14635 507 505.126 202
## 14636 456 403.565 363
## 14637 187 185.790 179
## 14638 243 236.573 207
## 14639 172 169.232 211
## 14640 299 297.576 234
## 14641 321 316.793 294
## 14642 260 258.717 202
## 14643 301 300.417 245
## 14644 172 164.269 460
## 14645 183 180.645 138
## 14646 226 223.879 262
## 14647 518 516.453 351
## 14648 292 291.323 161
## 14649 224 210.466 122
## 14650 231 230.626 188
## 14651 258 256.481 224
## 14652 208 192.983 238
## 14653 416 404.405 169
## 14654 356 283.781 302
## 14655 200 195.344 213
## 14656 282 280.732 162
## 14657 340 309.472 316
## 14658 201 169.969 201
## 14659 290 275.216 220
## 14660 230 227.079 210
## 14661 593 590.733 384
## 14662 769 510.027 662
## 14663 149 146.970 144
## 14664 282 279.534 76603
## 14665 253 252.025 172
## 14666 131 130.305 192
## 14667 197 195.804 226
## 14668 185 163.294 153
## 14669 340 337.855 362
## 14670 189 187.756 154
## 14671 252 251.170 237
## 14672 369 365.709 290
## 14673 328 320.188 260
## 14674 299 297.815 181
## 14675 199 191.620 233
## 14676 197 187.520 198
## 14677 199 197.224 315
## 14678 145 143.393 160
## 14679 291 281.482 203
## 14680 472 387.297 385
## 14681 173 171.049 119
## 14682 165 162.939 169
## 14683 246 219.706 201
## 14684 169 162.937 263
## 14685 176 158.926 271
## 14686 244 223.362 169
## 14687 282 280.280 190
## 14688 392 390.840 383
## 14689 240 238.513 200
## 14690 143 135.901 180
## 14691 133 130.308 138
## 14692 164 162.153 197
## 14693 611 604.915 199
## 14694 143 142.855 152
## 14695 304 302.934 347
## 14696 218 206.584 334
## 14697 289 286.985 223
## 14698 800 693.760 685
## 14699 226 218.940 282
## 14700 339 337.674 241
## 14701 171 165.948 213
## 14702 197 195.243 230
## 14703 417 414.196 427
## 14704 238 237.246 236
## 14705 221 219.754 248
## 14706 174 171.528 177
## 14707 236 234.045 213
## 14708 151 149.066 182
## 14709 142 139.718 177
## 14710 189 187.542 209
## 14711 190 188.248 205
## 14712 161 159.398 529
## 14713 181 180.267 209
## 14714 266 226.470 305
## 14715 167 159.119 565
## 14716 481 275.685 270
## 14717 182 180.256 296
## 14718 285 280.918 176
## 14719 311 279.152 274
## 14720 249 247.737 312
## 14721 125 124.622 108
## 14722 414 410.394 179
## 14723 217 203.674 237
## 14724 516 513.772 231
## 14725 196 194.201 157
## 14726 252 245.020 270
## 14727 270 269.392 340
## 14728 311 300.925 274
## 14729 2040 2038.422 286
## 14730 183 174.944 273
## 14731 2001 2000.058 258
## 14732 2028 2024.127 244
## 14733 599 494.730 3038
## 14734 9516 9514.125 219
## 14735 2091 2090.128 163
## 14736 162 155.164 126
## 14737 231 216.467 210
## 14738 135 133.789 229
## 14739 281 280.306 199
## 14740 185 182.724 197
## 14741 174 167.251 234
## 14742 166 163.674 153
## 14743 178 149.358 118
## 14744 210 202.258 193
## 14745 821 644.189 143
## 14746 243 233.223 151
## 14747 145 143.287 167
## 14748 250 230.120 236
## 14749 206 205.116 373
## 14750 332 316.212 274
## 14751 201 189.060 157
## 14752 406 330.408 232
## 14753 443 441.011 255
## 14754 111 109.886 142
## 14755 201 199.269 160
## 14756 378 337.576 471
## 14757 182 91.817 175
## 14758 198 197.298 279
## 14759 340 332.783 362
## 14760 625 258.519 240
## 14761 137 135.630 180
## 14762 260 259.081 319
## 14763 426 425.084 528
## 14764 216 214.119 189
## 14765 180 178.898 238
## 14766 733 731.850 321
## 14767 279 173.945 187
## 14768 4458 2611.352 413
## 14769 387 385.418 195
## 14770 171 168.918 154
## 14771 303 293.494 467
## 14772 658 652.383 755
## 14773 225 215.760 191
## 14774 437 403.477 165
## 14775 115 113.699 199
## 14776 184 182.958 173
## 14777 241 240.186 213
## 14778 309 305.664 213
## 14779 302 289.640 204
## 14780 276 274.462 558
## 14781 301 293.569 163
## 14782 232 230.882 233
## 14783 254 252.228 155
## 14784 242 222.519 120
## 14785 225 224.122 287
## 14786 2065 2033.414 321
## 14787 289 260.555 203
## 14788 289 286.508 242
## 14789 560 520.752 427
## 14790 150 147.833 127
## 14791 345 342.791 193
## 14792 284 214.199 325
## 14793 202 200.966 201
## 14794 185 182.574 241
## 14795 339 280.864 340
## 14796 872 822.012 618
## 14797 167 164.693 190
## 14798 459 410.662 826
## 14799 931 873.293 373
## 14800 312 305.722 223
## 14801 185 150.711 178
## 14802 137 135.867 223
## 14803 244 242.472 257
## 14804 358 355.483 265
## 14805 406 390.051 202
## 14806 230 224.547 197
## 14808 203 192.308 113
## 14809 200 198.802 165
## 14810 174 163.661 217
## 14811 264 250.741 173
## 14812 214 187.495 177
## 14813 173 170.758 220
## 14814 173 171.892 258
## 14815 123 121.239 143
## 14816 487 484.518 175
## 14817 243 241.953 171
## 14818 1191 1189.653 147
## 14819 306 297.030 207
## 14820 144 139.175 224
## 14821 307 304.939 166
## 14822 196 192.490 266
## 14823 181 180.275 175
## 14824 248 189.930 152
## 14825 143 141.544 160
## 14826 298 296.666 177
## 14827 223 221.448 208
## 14828 172 172.515 138
## 14829 296 281.022 242
## 14830 244 242.810 204
## 14831 197 189.257 199
## 14832 592 589.799 224
## 14833 265 263.677 235
## 14834 182 166.992 142
## 14835 360 322.463 292
## 14836 282 268.722 250
## 14837 282 281.101 230
## 14838 137 128.187 115
## 14839 320 231.966 187
## 14840 158 155.173 159
## 14841 235 234.437 167
## 14842 242 236.793 158
## 14843 94 92.770 219
## 14844 239 237.162 256
## 14845 116 97.527 156
## 14846 258 219.914 161
## 14847 367 217.319 274
## 14848 271 268.852 198
## 14849 377 373.077 306
## 14850 348 339.113 384
## 14851 360 356.968 165
## 14852 298 285.509 225
## 14853 175 154.901 298
## 14854 503 313.630 249
## 14855 228 226.172 225
## 14856 1285 1268.088 663
## 14857 192 180.764 203
## 14858 453 451.624 309
## 14859 181 160.534 224
## 14860 312 310.358 254
## 14861 70 68.956 337
## 14862 450 448.961 344
## 14863 271 260.450 312
## 14864 328 324.844 167
## 14865 209 208.044 156
## 14866 230 203.827 154
## 14867 294 277.308 352
## 14868 391 368.034 261
## 14869 284 279.151 249
## 14870 520 519.277 184
## 14871 234 232.909 186
## 14872 215 213.686 253
## 14873 183 181.587 161
## 14874 206 205.699 180
## 14875 675 669.024 400
## 14876 163 161.976 208
## 14877 142 140.453 196
## 14878 234 231.720 196
## 14879 257 193.402 221
## 14880 237 231.752 185
## 14881 269 245.756 373
## 14882 239 171.634 244
## 14883 194 189.286 156
## 14884 229 226.700 219
## 14885 325 323.537 311
## 14886 191 162.820 140
## 14887 174 168.492 197
## 14888 213 211.618 137
## 14889 172 170.347 183
## 14890 243 217.106 215
## 14891 236 233.616 278
## 14892 242 240.764 153
## 14893 127 125.649 177
## 14894 268 264.656 199
## 14895 302 275.609 447
## 14896 443 437.999 178
## 14897 332 322.868 196
## 14898 166 136.964 204
## 14899 356 348.657 225
## 14900 188 183.299 168
## 14901 254 248.905 317
## 14902 176 148.902 112
## 14903 156 155.170 152
## 14904 174 172.989 235
## 14905 190 189.312 218
## 14906 278 268.778 224
## 14907 567 565.299 130
## 14908 292 283.964 218
## 14909 170 168.841 134
## 14910 188 176.707 177
## 14911 365 361.159 182
## 14912 323 322.047 194
## 14913 177 175.588 148
## 14914 846 325.955 442
## 14915 184 169.109 185
## 14916 310 308.425 453
## 14917 165 163.618 134
## 14918 114 109.343 194
## 14919 487 486.043 418
## 14920 186 185.101 203
## 14921 856 840.284 336
## 14922 169 168.028 181
## 14923 159 157.501 210
## 14924 223 217.123 431
## 14925 201 199.226 192
## 14926 137 114.575 145
## 14927 315 313.478 166
## 14928 190 188.827 272
## 14929 215 213.052 160
## 14930 323 321.863 197
## 14931 192 173.417 208
## 14932 243 237.376 193
## 14933 340 338.342 250
## 14934 196 168.897 212
## 14935 234 233.037 187
## 14936 147 146.225 107
## 14937 370 365.852 409
## 14938 185 183.933 152
## 14939 144 124.163 146
## 14940 167 165.994 174
## 14941 198 188.285 166
## 14942 176 172.424 231
## 14943 181 179.886 170
## 14944 273 271.436 351
## 14945 446 419.067 538
## 14946 166 162.723 153
## 14947 280 261.839 373
## 14948 382 380.581 357
## 14949 254 250.890 266
## 14950 196 189.848 275
## 14951 184 182.825 192
## 14952 275 268.070 245
## 14953 301 298.120 224
## 14954 259 242.834 363
## 14956 140 138.377 373
## 14957 446 438.437 160059
## 14958 172 171.485 183
## 14959 334 332.856 294
## 14960 556 552.993 254
## 14961 214 205.420 176
## 14962 313 311.728 163
## 14963 148 135.813 204
## 14964 246 242.619 249
## 14965 248 241.172 164
## 14966 156 154.282 177
## 14967 170 158.620 155
## 14968 234 232.632 214
## 14969 161 160.557 279
## 14970 175 171.124 174
## 14971 467 445.118 523
## 14972 514 511.009 380
## 14973 194 192.361 206
## 14974 121 119.824 349
## 14975 164 162.339 238
## 14976 251 249.980 249
## 14977 307 305.665 231
## 14978 161 160.072 130
## 14979 207 189.145 194
## 14980 169 155.699 233
## 14981 288 283.605 253
## 14982 335 310.223 420
## 14983 161 158.622 117
## 14984 161 159.414 247
## 14985 184 178.728 204
## 14986 211 209.530 164
## 14987 201 200.650 164
## 14988 371 369.075 206
## 14989 235 231.826 293
## 14990 165 163.486 163
## 14991 194 193.458 181
## 14992 240 238.540 200
## 14993 156 140.526 139
## 14994 485 484.113 274
## 14995 326 294.391 208
## 14996 232 229.742 351
## 14997 250 242.800 197
## 14998 610 559.806 312
## 14999 199 196.754 239
## 15000 205 202.340 238
## 15001 647 642.557 286
## 15002 207 206.303 359
## 15003 236 228.333 230
## 15004 340 337.681 322
## 15005 249 247.557 309
## 15006 232 230.907 218
## 15007 218 215.479 250
## 15008 180 179.398 182
## 15009 228 208.176 244
## 15010 206 204.214 155
## 15011 184 159.020 154
## 15012 206 205.111 174
## 15013 802 714.520 245
## 15014 237 235.844 196
## 15015 240 239.244 355
## 15016 351 283.804 203
## 15017 1229 1227.432 468
## 15018 157 145.037 110
## 15019 259 255.275 255
## 15020 253 251.308 437
## 15021 290 287.932 217
## 15022 707 703.232 157
## 15023 232 230.554 194
## 15024 194 184.323 226
## 15025 1211 906.899 850
## 15026 260 248.621 332
## 15027 221 219.441 155
## 15028 179 143.198 166
## 15029 275 257.254 167
## 15030 1435 1289.465 684
## 15031 995 435.129 398
## 15032 207 204.302 169
## 15033 249 246.930 312
## 15034 356 350.073 338
## 15035 392 388.853 293
## 15036 201 198.092 127
## 15037 199 196.976 250
## 15038 281 279.590 383
## 15039 133 117.964 138
## 15040 523 409.061 450
## 15041 75883 553.769 293
## 15042 369 367.575 297
## 15043 215 186.196 182
## 15044 706 703.978 219
## 15045 194 193.000 214
## 15046 304 302.387 297
## 15047 291 288.298 350
## 15048 335 328.751 195
## 15049 301 299.569 218
## 15050 366 364.377 213
## 15051 303 297.277 312
## 15052 195 192.391 625
## 15053 414 412.450 170
## 15054 192 189.320 345
## 15055 136 134.518 127
## 15056 140 139.001 117
## 15057 114 110.044 127
## 15058 199 197.393 164
## 15059 283 254.252 523
## 15060 124 122.709 210
## 15061 207 206.008 216
## 15062 222 220.849 256
## 15063 172 166.629 188
## 15064 305 303.865 244
## 15065 208 182.772 98
## 15066 266 265.343 515
## 15067 219 212.405 220
## 15068 338 329.634 194
## 15069 413 411.825 209
## 15070 319 317.318 282
## 15071 250 248.578 194
## 15072 136 131.742 144
## 15073 274 272.232 221
## 15074 237 233.329 206
## 15075 460 385.866 216
## 15076 317 314.705 411
## 15077 321 318.466 218
## 15078 251 242.487 202
## 15079 236 233.602 199
## 15080 188 158.816 158
## 15081 164 161.808 155
## 15082 678 672.023 384
## 15083 128 125.608 311
## 15084 294 292.160 239
## 15085 367 345.443 318
## 15086 385 382.955 285
## 15087 427 425.538 3984
## 15088 218 169.402 190
## 15089 205 186.502 208
## 15090 218 194.283 123
## 15091 813 771.753 175
## 15092 151 146.201 177
## 15093 472 455.793 141
## 15094 166 152.907 227
## 15095 226 219.257 182
## 15096 351 337.041 543
## 15097 409 407.293 143
## 15098 316 312.924 241
## 15099 189 166.712 273
## 15100 180 178.603 166
## 15101 195 187.687 172
## 15102 278 245.897 181
## 15103 326 307.378 210
## 15104 208 206.278 1183
## 15105 199 195.462 277
## 15106 161 144.640 128
## 15107 379 352.637 233
## 15108 227 225.560 204
## 15109 179 176.797 143
## 15110 258 247.825 173
## 15111 246 245.051 277
## 15112 268 246.719 194
## 15113 456 444.494 118
## 15114 305 303.424 251
## 15115 401 311.258 311
## 15116 1642 1585.146 265
## 15117 206 203.630 192
## 15118 96 83.274 124
## 15119 159 158.140 168
## 15120 316 312.417 396
## 15121 207 205.702 158
## 15122 117 116.708 135
## 15123 244 242.872 151
## 15124 198 196.838 294
## 15125 173 153.844 169
## 15126 201 193.016 191
## 15127 263 237.982 205
## 15128 234 232.407 178
## 15129 242 241.167 235
## 15130 182 180.841 154
## 15131 141 136.267 161
## 15132 156 135.866 126
## 15133 457 445.586 355
## 15134 218 216.533 192
## 15135 196 194.487 187
## 15136 286 282.248 231
## 15137 372 367.702 211
## 15138 258 255.863 319
## 15139 253 251.032 173
## 15140 148 143.651 147
## 15141 234 203.521 187
## 15142 242 240.202 177
## 15143 197 193.800 104
## 15144 502 485.665 310
## 15145 665 646.047 330
## 15146 179 177.981 139
## 15147 309 279.672 281
## 15148 204 200.684 178
## 15149 199 184.408 403
## 15150 183 155.716 182
## 15151 140 139.184 131
## 15152 153 152.026 106
## 15153 372 358.391 2102
## 15154 236 232.389 163
## 15155 213 212.161 193
## 15156 777 772.478 534
## 15157 295 291.829 244
## 15158 151 149.762 148
## 15159 223 221.373 188
## 15160 165 164.131 125
## 15161 521 519.659 215
## 15162 450 448.647 225
## 15163 696 677.036 232
## 15164 200 199.148 160
## 15165 180 177.904 230
## 15166 314 273.105 223
## 15167 319 297.201 200
## 15168 405 403.138 394
## 15169 158 156.605 233
## 15170 302 287.255 1527
## 15171 256 244.348 133
## 15172 242 213.800 168
## 15173 372 348.903 264
## 15174 569 556.951 426
## 15175 197 195.431 202
## 15176 142 139.818 188
## 15177 504 496.366 305
## 15178 272 245.276 188
## 15179 196 139.969 157
## 15180 256 255.250 250
## 15181 1054 1052.755 589
## 15182 218 216.741 264
## 15183 254 222.609 224
## 15184 261 166.169 185
## 15185 262 253.909 204
## 15186 212 210.165 153
## 15187 214 205.027 239
## 15188 242 241.013 214
## 15189 403 390.527 435
## 15190 282 280.295 301
## 15191 218 215.510 235
## 15192 210 209.709 152
## 15193 184 182.879 172
## 15194 165 163.601 453
## 15195 216 190.821 174
## 15196 336 334.838 187
## 15197 183 182.696 152
## 15198 212 197.762 207
## 15199 198 194.903 165
## 15200 213 212.346 213
## 15201 190 149.436 205
## 15202 215 213.331 168
## 15203 299 297.514 254
## 15204 251 249.216 220
## 15205 471 465.976 157
## 15206 289 248.804 264
## 15207 266 243.058 150
## 15208 432 430.298 283
## 15209 322 300.791 209
## 15210 286 283.863 166
## 15211 220 219.186 193
## 15212 360 357.583 248
## 15213 212 210.617 329
## 15214 188 184.453 157
## 15215 192 181.475 142
## 15216 128 118.123 79
## 15217 192 184.564 138
## 15218 171 155.464 178
## 15219 163 155.453 151
## 15220 205 177.799 472
## 15221 166 164.950 158
## 15222 1494 1460.175 720
## 15223 110 108.762 144
## 15224 1151 1147.985 397
## 15225 252 251.304 314
## 15226 195 155.024 162
## 15227 237 226.810 162
## 15228 248 246.421 198
## 15229 236 217.328 108
## 15230 237 233.488 223
## 15231 1333 665.150 119
## 15232 141 139.112 129
## 15233 188 164.811 238
## 15234 203 200.515 243
## 15235 235 234.017 170
## 15236 128 125.865 137
## 15237 253 252.150 131
## 15238 182 177.945 252
## 15239 288 287.957 219
## 15240 160 137.429 149
## 15241 263 262.557 207
## 15242 171 169.757 206
## 15243 311 301.397 396
## 15244 211 202.508 214
## 15245 198 177.699 127
## 15246 227 225.327 206
## 15247 229 218.418 151
## 15248 279 277.267 193
## 15249 183 180.056 154
## 15250 176 174.705 210
## 15251 248 204.561 202
## 15252 240 236.056 143
## 15253 534 532.214 297
## 15254 421 419.452 319
## 15255 166 154.601 160
## 15256 490 486.226 354
## 15257 177 176.102 126
## 15258 240 239.484 266
## 15259 276 274.895 194
## 15260 136 134.809 105
## 15261 289 284.602 343
## 15262 184 182.598 157
## 15263 255 247.063 206
## 15264 197 193.578 220
## 15265 352 349.716 207
## 15266 613 610.787 161
## 15267 193 192.439 402
## 15268 215 204.438 147
## 15269 234 187.472 195
## 15270 206 201.694 177
## 15271 214 194.446 175
## 15272 204 201.331 147
## 15273 353 351.018 288
## 15274 2948 498.726 580
## 15275 458 456.634 824
## 15276 328 309.747 255
## 15277 213 157.418 210
## 15278 228 225.564 506
## 15279 92 90.584 119
## 15280 227 219.312 170
## 15281 147 138.529 126
## 15282 169 168.230 239
## 15283 339 336.629 422
## 15284 658 643.425 356
## 15285 283 282.496 163
## 15286 156 154.429 202
## 15287 210 208.028 231
## 15288 188 187.532 127
## 15289 206 205.211 263
## 15290 631 628.876 205
## 15291 221 209.472 188
## 15292 187 184.212 166
## 15293 748 745.157 190
## 15294 165 161.954 198
## 15295 165 164.776 259
## 15296 871 606.160 469
## 15297 151 149.632 205
## 15298 229 227.643 302
## 15299 192 185.474 210
## 15300 167 147.191 194
## 15301 821 820.060 176
## 15302 167 148.842 221
## 15303 542 540.217 238
## 15304 190 183.005 156
## 15305 200 198.187 158
## 15306 409 242.782 723
## 15307 309 265.150 221
## 15308 321 319.110 159
## 15309 823 794.753 743
## 15310 287 285.791 116
## 15311 144 142.713 144
## 15312 124 116.828 149
## 15313 240 236.676 218
## 15314 683 678.147 1857
## 15315 301 298.765 208
## 15316 227 225.923 174
## 15317 218 171.413 271
## 15318 177 173.981 227
## 15319 249 220.148 168
## 15320 163 148.214 136
## 15321 231 229.760 214
## 15322 221 219.740 194
## 15323 204 202.235 151
## 15324 245 243.314 174
## 15325 293 285.881 220
## 15326 148 146.874 277
## 15327 300 296.486 220
## 15328 279 276.232 136
## 15329 232 231.064 272
## 15330 196 195.233 140
## 15331 209 207.539 175
## 15332 139 137.515 146
## 15333 387 384.613 858
## 15334 239 237.807 216
## 15335 410 407.527 353
## 15336 307 305.060 479
## 15337 605 265.744 267
## 15338 304 280.110 339
## 15339 140 138.819 242
## 15340 143 142.876 162
## 15341 328 299.614 254
## 15342 213 206.580 231
## 15343 303 300.705 145
## 15344 971 548.985 328
## 15345 202 196.550 139
## 15346 138 132.756 129
## 15347 201 194.981 207
## 15348 123 121.489 145
## 15349 225 194.492 266
## 15350 352 348.430 398
## 15351 370 337.812 312
## 15352 267 241.463 344
## 15353 287 248.519 482
## 15354 262 260.112 230
## 15355 317 314.771 274
## 15356 150 143.471 288
## 15357 141 139.206 105
## 15358 366 363.049 262
## 15359 168 162.236 219
## 15360 207 169.372 218
## 15361 185 179.990 260
## 15362 188 185.139 173
## 15363 27553 136.074 162
## 15364 121 119.505 143
## 15365 209 208.000 177
## 15366 214 213.195 164
## 15367 346 344.329 363
## 15368 196 195.183 246
## 15369 229 227.840 225
## 15370 201 197.013 161
## 15371 282 280.271 286
## 15372 157 142.000 152
## 15373 142 141.518 218
## 15374 445 441.816 140
## 15375 1370 1268.656 846
## 15376 586 229.584 334
## 15377 246 245.315 145
## 15378 161 160.069 152
## 15379 468 440.484 198
## 15380 137 131.246 148
## 15381 636 626.242 292
## 15382 488 485.785 251
## 15383 221 219.916 221
## 15384 344 341.574 323
## 15385 345 343.468 246
## 15386 245 244.556 189
## 15387 244 224.711 475
## 15388 239 234.345 272
## 15389 234 232.856 152
## 15390 150 148.808 134
## 15391 135 134.521 115
## 15392 735 285.350 183
## 15393 203 201.420 250
## 15394 393 354.622 341
## 15395 288 243.391 174
## 15396 379 371.100 132
## 15397 260 258.352 353
## 15398 495 109.097 90
## 15399 195 194.200 147
## 15400 167 166.042 195
## 15401 220 220.436 202
## 15402 231 228.821 206
## 15403 119 118.222 126
## 15404 776 774.693 362
## 15405 166 164.383 153
## 15406 161 160.505 141
## 15407 260 238.680 147
## 15408 131 129.070 167
## 15409 136 134.208 91
## 15410 400 397.153 309
## 15411 278 221.735 202
## 15412 303 297.733 228
## 15413 179 163.871 171
## 15414 504 503.296 379
## 15415 237 184.426 167
## 15416 202 192.717 185
## 15417 169 161.882 106
## 15418 209 191.032 138
## 15419 288 285.614 250
## 15420 327 321.609 403
## 15421 279 278.329 190
## 15422 238 236.499 168
## 15423 181 180.541 148
## 15424 362 360.486 167
## 15425 205 202.861 271
## 15426 209 207.207 180
## 15427 588 586.821 362
## 15428 301 298.910 172
## 15429 153 152.278 151
## 15430 258 256.462 429
## 15431 256 253.881 312
## 15432 213 210.996 151
## 15433 1100 1097.831 234
## 15434 144 138.111 165
## 15435 341 327.623 759
## 15436 223 214.727 187
## 15437 133 131.490 137
## 15438 235 228.552 197
## 15439 277 267.566 494
## 15440 759 756.826 206
## 15441 324 320.531 147
## 15442 290 288.630 203
## 15443 219 216.765 188
## 15444 311 298.704 202
## 15445 258 170.810 238
## 15446 144 143.186 203
## 15447 175 173.708 182
## 15448 158 156.902 146
## 15449 677 158.018 519
## 15450 170 161.870 260
## 15451 312 308.285 346
## 15452 768 760.318 572
## 15453 230 183.091 182
## 15454 169 147.415 4859
## 15455 246 244.921 150
## 15456 292 264.498 390
## 15457 265 250.995 226
## 15458 298 296.770 586
## 15459 224 222.066 199
## 15460 744 740.441 404
## 15461 145 120.708 158
## 15462 229 220.230 223
## 15463 286 279.990 196
## 15464 206 205.470 147
## 15465 318 317.016 280
## 15466 303 301.365 214
## 15467 164 151.274 649
## 15468 150 143.436 189
## 15469 257 247.841 315
## 15470 256 229.538 270
## 15471 140 136.243 153
## 15472 182 179.963 174
## 15473 203 182.031 155
## 15474 205 201.380 227
## 15475 311 238.740 353
## 15476 184 160.286 143
## 15477 276 272.378 223
## 15478 117 115.078 165
## 15479 337 334.462 372
## 15480 480 466.214 318
## 15481 347 344.880 286
## 15482 284 226.715 196
## 15483 245 239.719 329
## 15484 167 165.625 248
## 15485 361 359.799 253
## 15486 254 253.252 219
## 15487 325 309.302 204
## 15488 199 197.149 200
## 15489 358 356.267 215
## 15490 145 142.891 138
## 15491 180 133.633 165
## 15492 215 214.117 133
## 15493 275 267.571 392
## 15494 312 248.849 214
## 15495 220 218.274 149
## 15496 222 220.976 461
## 15497 176 173.581 152
## 15498 402 399.827 202
## 15499 123 109.941 172
## 15500 182 180.387 138
## 15501 222 217.624 274
## 15502 498 496.068 439
## 15503 196 194.451 215
## 15504 237 227.094 185
## 15505 187 183.281 180
## 15506 276 274.580 192
## 15507 331 330.372 190
## 15508 163 161.701 194
## 15509 328 324.817 198
## 15510 173 167.733 153
## 15511 407 400.007 1009
## 15512 134 132.950 259
## 15513 288 286.636 214
## 15514 402 400.884 301
## 15515 140 138.194 115
## 15516 253 224.938 223
## 15517 206 205.040 397
## 15518 26377 150.594 165
## 15519 333 328.707 185
## 15520 285 282.780 455
## 15521 194 185.236 193
## 15522 217 215.616 325
## 15523 212 203.516 153
## 15524 206 136.413 214
## 15525 173 170.876 135
## 15526 138 130.266 130
## 15527 296 285.988 367
## 15528 112 97.203 216
## 15529 255 253.028 169
## 15530 292 268.381 190
## 15531 361 357.692 304
## 15532 213 204.985 144
## 15533 318 239.914 161
## 15534 200 199.285 121
## 15535 121 119.149 121
## 15536 176 152.012 168
## 15537 175 172.941 184
## 15538 392 389.764 223
## 15539 148 144.837 344
## 15540 263 262.182 145
## 15541 198 196.607 188
## 15542 237 226.997 171
## 15543 311 294.414 184
## 15544 199 194.604 552
## 15545 138 137.196 163
## 15546 332 286.656 202
## 15547 256 221.375 291
## 15548 177 175.985 242
## 15549 275 267.752 171
## 15550 244 243.120 212
## 15551 164 162.688 112
## 15552 514 491.724 229
## 15553 309 307.372 188
## 15554 224 223.018 220
## 15555 277 275.788 325
## 15556 90 88.939 140
## 15557 294 273.306 200
## 15558 102 93.780 161
## 15559 720 718.362 214
## 15560 405 402.853 276
## 15561 396 183.260 222
## 15562 321 310.335 192
## 15563 275 262.499 221
## 15564 319 294.685 326
## 15565 195 164.717 179
## 15566 425 410.560 171
## 15567 173 172.014 163
## 15568 1248 1245.249 290
## 15569 236 211.450 203
## 15570 290 285.406 538
## 15571 410 403.958 282
## 15572 303 301.941 196
## 15573 190 188.416 171
## 15574 894 891.676 322
## 15575 290 287.492 281
## 15576 1654 1651.932 196
## 15577 415 413.960 205
## 15578 160 149.873 170
## 15579 202 182.100 246
## 15580 262 237.050 199
## 15581 215 186.489 378
## 15582 239 237.513 185
## 15583 108 106.897 120
## 15584 140 126.388 140
## 15585 110 109.159 138
## 15586 261 258.834 153
## 15587 755 723.996 379
## 15588 165 164.074 181
## 15589 573 241.490 13
## 15590 350 334.386 353
## 15591 187 181.177 150
## 15592 197 196.141 178
## 15593 273 269.217 1719346
## 15594 201 199.243 202
## 15595 913 869.623 326
## 15596 785 783.293 973
## 15597 254 252.361 164
## 15598 162 152.266 158
## 15599 161 159.674 150
## 15600 257 227.386 257
## 15601 237 190.571 202
## 15602 248 235.035 240
## 15603 302 293.998 253
## 15604 142 139.443 129
## 15605 437 410.857 255
## 15606 182 154.685 168
## 15607 242 238.857 180
## 15608 202 200.580 153
## 15609 203 201.374 143
## 15610 249 248.663 146
## 15611 221 207.745 269
## 15612 295 230.170 184
## 15613 201 199.184 199
## 15614 229 171.471 225
## 15615 516 514.233 368
## 15616 229 201.734 175
## 15617 284 279.868 195
## 15618 218 216.529 1801
## 15619 192 140.941 177
## 15620 189 188.020 174
## 15621 252 250.450 339
## 15622 285 253.532 157
## 15623 161 159.023 179
## 15624 239 221.998 171
## 15625 197 195.688 161
## 15626 147 144.065 162
## 15627 369 306.634 496
## 15628 493 458.498 287
## 15629 297 294.766 251
## 15630 183 181.158 148
## 15631 210 208.913 211
## 15632 413 412.081 185
## 15633 253 245.280 188
## 15634 513 511.622 391
## 15635 278 275.830 245
## 15636 180 179.515 166
## 15637 160 154.797 212
## 15638 258 217.249 253
## 15639 161 159.949 187
## 15641 260 259.006 216
## 15642 188 164.340 203
## 15643 230 229.327 148
## 15644 120 118.712 190
## 15645 171 125.186 175
## 15646 131 129.757 163
## 15647 229 227.365 197
## 15648 1094 156.124 195
## 15649 223 217.202 244
## 15650 334 329.306 269
## 15651 113 112.043 223
## 15652 179 177.839 214
## 15653 188 181.284 172
## 15654 190 189.210 145
## 15655 334 332.259 54075
## 15656 192 192.012 924
## 15657 560 555.897 149
## 15658 116 108.972 133
## 15659 233 231.502 211
## 15660 220 207.053 318
## 15661 155 150.510 471
## 15662 493 471.266 144
## 15663 197 195.794 337
## 15664 116 100.942 74
## 15665 193 192.131 155
## 15666 315 271.839 240
## 15667 192 186.676 213
## 15668 363 361.453 357
## 15669 200 197.152 154
## 15670 153 152.254 113
## 15671 406 404.331 254
## 15672 239 237.793 174
## 15673 224 145.278 201
## 15674 478 452.383 276
## 15675 333 331.481 184
## 15676 234 169.718 171
## 15677 162 161.006 188
## 15678 175 157.804 137
## 15679 216 215.053 270
## 15680 400 398.633 261
## 15681 151 151.043 266
## 15682 227 217.919 146
## 15683 216 214.556 200
## 15684 219 212.232 195
## 15685 263 253.816 273
## 15686 84 83.135 124
## 15687 164 162.882 273
## 15688 408 342.451 224
## 15689 273 271.101 191
## 15690 163 160.862 180
## 15691 337 335.560 175
## 15692 196 175.399 176
## 15693 195 193.806 196
## 15694 227 224.964 155
## 15695 294 282.109 251
## 15696 166 163.027 113
## 15697 195 193.714 198
## 15698 306 303.685 215
## 15699 598 493.343 310
## 15700 171 169.014 213
## 15701 198 179.550 748
## 15702 230 228.802 176
## 15703 347 340.627 150
## 15704 869 867.582 584
## 15705 414 343.278 280
## 15706 184 182.505 139
## 15707 950 935.759 129
## 15708 262 258.130 212
## 15709 244 241.740 195
## 15710 236 208.209 201
## 15711 169 160.707 192
## 15712 1106 1103.892 450
## 15713 161 144.873 185
## 15714 661 657.230 386
## 15715 266 235.881 184
## 15716 903 273.884 438
## 15717 367 364.890 709
## 15718 334 319.271 242
## 15719 172 171.390 157
## 15720 296 261.755 265
## 15721 151 146.171 187
## 15722 189 178.681 142
## 15723 474 471.793 189
## 15724 271 269.622 281
## 15725 234 232.075 203
## 15726 228 226.692 181
## 15727 200 195.152 209
## 15728 213 211.339 212
## 15729 188 178.731 263
## 15730 199 190.665 140
## 15731 365 362.489 229
## 15732 441 386.552 327
## 15733 206 204.153 232
## 15734 174 172.512 157
## 15735 184 182.996 256
## 15736 328 285.892 225
## 15737 407 403.824 170
## 15738 218 212.045 289
## 15739 191 189.211 242
## 15740 197 195.623 270
## 15741 247 245.239 170
## 15742 325 316.292 152
## 15743 366 289.926 370
## 15744 1421 1419.594 610
## 15745 370 369.243 305
## 15746 161 144.736 150
## 15747 195 194.946 141
## 15748 181 174.025 210
## 15749 188 186.441 288
## 15750 338 330.445 288
## 15751 196 193.313 180
## 15752 1149 1104.800 452
## 15753 144 142.941 206
## 15754 361 359.286 231
## 15755 224 187.289 206
## 15756 123 122.370 192
## 15757 242 224.085 146
## 15758 235 230.646 231
## 15759 767 721.500 336
## 15760 407 401.471 238
## 15761 1004 1003.191 476
## 15762 353 343.721 222
## 15763 156 141.121 175
## 15764 247 238.001 179
## 15765 225 223.466 167
## 15766 591 588.133 257
## 15767 261 242.648 159
## 15768 203 201.997 142
## 15769 1445 1442.481 153
## 15770 417 402.262 390
## 15771 206 204.500 256
## 15772 223 215.795 265
## 15773 164 159.548 135
## 15774 269 268.747 213
## 15775 156 154.792 179
## 15776 261 238.180 296
## 15777 269 215.171 318
## 15778 217 214.203 175
## 15779 277 264.298 235
## 15780 196 194.642 187
## 15781 184 182.863 264
## 15782 389 388.317 253
## 15783 287 284.598 244
## 15784 153 143.263 120
## 15785 242 240.956 239
## 15786 202 156.575 161
## 15787 183 182.019 312
## 15788 214 209.153 244
## 15789 387 382.664 228
## 15790 275 262.666 170
## 15791 241 218.327 245
## 15792 194 192.943 201
## 15793 172 171.037 152
## 15794 91 89.838 75
## 15795 209 204.518 304
## 15796 147 76.611 79
## 15797 328 320.537 273
## 15798 341 334.631 305
## 15799 697 695.573 317
## 15800 217 215.721 173
## 15801 209 206.649 210
## 15802 128 126.675 117
## 15803 171 169.878 164
## 15804 193 191.717 205
## 15805 899 794.905 316
## 15806 515 490.609 189
## 15807 282 253.961 220
## 15808 138 136.326 160
## 15809 275 253.074 213
## 15810 218 198.973 118
## 15811 261 213.952 143
## 15812 331 272.682 285
## 15813 196 194.482 223
## 15814 199 191.836 266
## 15815 217 209.880 207
## 15816 243 226.690 259
## 15817 272 266.714 222
## 15818 361 174.760 233
## 15819 178 165.885 204
## 15820 220 212.991 160
## 15821 273 271.647 194
## 15822 197 195.028 269
## 15823 268 265.778 162
## 15824 1016 987.126 313
## 15825 192 182.300 172
## 15826 277 275.914 338
## 15827 372 351.158 328
## 15828 320 301.019 227
## 15829 163 160.326 306
## 15830 306 275.058 251
## 15831 283 191.758 210
## 15832 322 307.150 205
## 15833 378 354.500 140
## 15834 161 160.304 182
## 15835 186 182.472 165
## 15836 341 337.430 264
## 15837 247 246.485 156
## 15838 422 418.073 261
## 15839 483 476.770 442
## 15840 247 197.115 168
## 15841 257 256.252 219
## 15842 181 174.975 147
## 15843 342 338.782 172
## 15844 258 239.369 218
## 15845 572 571.267 324
## 15846 202 189.215 164
## 15847 158 156.921 186
## 15848 296 293.081 316
## 15849 201 180.327 192
## 15850 373 369.949 501
## 15851 482 481.847 636
## 15852 184 182.578 182
## 15853 302 300.155 167
## 15854 562 554.850 43412
## 15855 165 164.229 200
## 15856 325 323.523 329
## 15857 174 172.423 212
## 15858 220 218.722 106
## 15859 214 150.434 243
## 15860 246 244.936 138
## 15861 457 437.140 226
## 15862 301 292.963 459
## 15863 166 164.048 145
## 15864 366 288.513 227
## 15865 713 711.604 523
## 15866 176 175.408 148
## 15867 270 268.498 507
## 15868 237 236.160 189
## 15869 139 138.687 121
## 15870 282 276.922 233
## 15871 236 234.393 168
## 15872 144 140.535 152
## 15873 307 291.734 289
## 15874 127 126.078 139
## 15875 262 260.615 189
## 15876 153 151.454 147
## 15877 229 227.174 247
## 15878 212 191.505 181
## 15879 319 317.634 252
## 15880 149 147.729 149
## 15881 144 136.963 123
## 15882 189 182.957 217
## 15883 163 161.396 129
## 15884 121 119.393 116
## 15885 213 178.762 329
## 15886 333 320.587 247
## 15887 292 289.830 186
## 15888 137 123.611 108
## 15889 162 155.678 162
## 15890 253 237.782 225
## 15891 309 305.061 349
## 15892 398 280.017 249
## 15893 239 238.180 150
## 15894 444 442.002 204
## 15895 264 243.845 228
## 15896 135 133.926 120
## 15897 135 122.644 176
## 15898 683 429.101 420
## 15899 276 274.502 379
## 15900 316 307.428 208
## 15901 275 244.323 308
## 15902 204 198.685 144
## 15903 253 252.137 154
## 15904 119 117.506 183
## 15905 203 178.222 159
## 15906 293 291.158 239
## 15907 310 281.955 222
## 15908 145 140.735 159
## 15909 184 182.676 187
## 15910 1850 1848.465 136
## 15911 267 244.524 210
## 15912 285 274.134 215
## 15913 140 139.323 191
## 15914 183 181.183 162
## 15915 377 375.032 349
## 15916 199 196.938 218
## 15917 313 291.774 548
## 15918 201 199.913 215
## 15919 161 160.319 147
## 15920 217 206.631 209
## 15921 175 167.322 262
## 15922 149 143.029 287
## 15923 246 244.566 217
## 15924 322 314.246 279
## 15925 150 145.000 145
## 15926 132 108.726 125
## 15927 220 200.990 384
## 15928 274 261.680 257
## 15929 1009 173.015 812
## 15930 264 262.706 212
## 15931 196 181.340 157
## 15932 292 289.522 1535
## 15933 417 409.648 268
## 15934 183 173.313 370
## 15935 214 212.342 207
## 15936 325 255.360 471
## 15937 230 228.176 228
## 15938 201 191.563 184
## 15939 165 163.535 124
## 15940 253 245.526 268
## 15941 282 279.749 261
## 15942 278 276.122 351
## 15943 186 179.993 257
## 15944 114 113.919 143
## 15945 221 174.603 250
## 15946 244 241.986 185
## 15947 196 186.716 136
## 15948 261 259.070 272
## 15949 143 141.302 165
## 15950 221 217.642 188
## 15951 632 618.420 386
## 15952 342 339.772 223
## 15953 187 182.289 282
## 15954 259 257.438 158
## 15955 482 418.684 417
## 15956 581 575.366 188
## 15957 568 566.037 232
## 15958 188 184.688 264
## 15959 1511 1509.535 243
## 15960 482 479.685 395
## 15961 211 189.674 223
## 15962 312 309.677 214
## 15963 188 187.038 213
## 15964 165 151.502 146
## 15965 255 227.350 161
## 15966 183 181.527 157
## 15967 276 271.512 394
## 15968 253 250.824 271
## 15969 209 206.429 177
## 15970 249 247.141 330
## 15971 205 203.410 145
## 15972 147 146.072 136
## 15973 263 228.016 214
## 15974 181 169.408 220
## 15975 489 487.458 220
## 15976 176 175.519 137
## 15977 310 298.682 140
## 15978 3051 2977.352 784
## 15979 210 209.520 190
## 15980 225 207.659 179
## 15981 227 223.038 264
## 15982 255 246.839 228
## 15983 1562 1560.455 247
## 15984 165 160.566 200
## 15985 199 184.198 218
## 15986 53 51.714 207
## 15987 148 142.639 94
## 15988 165 165.169 221
## 15989 294 291.795 134
## 15990 248 246.280 157
## 15991 164 162.838 149
## 15992 157 148.305 195
## 15993 420 364.632 449
## 15994 320 312.491 229
## 15995 230 227.766 222
## 15996 182 180.709 153
## 15997 146 142.428 131
## 15998 785 767.908 219
## 15999 227 223.411 215
## 16000 165 157.996 218
## 16001 183 181.613 121
## 16002 267 265.726 190
## 16003 298 296.443 259
## 16004 178 176.525 205
## 16005 217 214.525 192
## 16006 367 365.251 362
## 16007 325 316.946 225
## 16008 136 134.306 114
## 16009 160 149.821 165
## 16010 155 152.248 339
## 16011 230 228.533 295
## 16012 189 186.250 246
## 16013 196 192.798 173
## 16014 230 228.345 154
## 16015 220 217.641 257
## 16016 297 295.091 205
## 16017 425 422.425 272
## 16018 132 130.627 108
## 16019 214 212.470 232
## 16020 150 104.714 198
## 16021 274 241.871 439
## 16022 218 216.280 289
## 16023 308 297.994 260
## 16024 244 192.970 181
## 16025 132 124.595 324
## 16026 176 142.563 174
## 16027 153 151.321 161
## 16028 257 245.214 409
## 16029 241 239.866 171
## 16030 191 156.200 228
## 16031 177 176.385 33294
## 16032 684 681.378 249
## 16033 263 234.339 204
## 16034 136 134.731 189
## 16035 150 144.512 113
## 16036 400 398.671 206
## 16037 240 239.249 178
## 16038 356 355.430 222
## 16039 240 202.995 147
## 16040 193 188.913 254
## 16041 159 158.080 235
## 16042 229 214.804 295
## 16043 208 206.962 132
## 16044 206 203.077 177
## 16045 206 204.631 156
## 16046 209 207.575 156
## 16047 349 346.990 210
## 16048 196 194.632 235
## 16049 225 222.886 192
## 16050 270 267.507 205
## 16051 253 248.866 244
## 16052 225 223.855 238
## 16053 252 250.908 326
## 16054 200 180.701 232
## 16055 338 332.128 476
## 16056 244 243.354 196
## 16057 177 176.210 232
## 16058 355 345.829 630
## 16059 317 307.141 158
## 16060 178 177.077 310
## 16061 253 251.525 454
## 16062 271 269.265 283
## 16063 198 189.058 174
## 16064 251 248.233 173
## 16065 259 257.401 603
## 16066 275 251.819 217
## 16067 200 199.205 200
## 16068 254 252.302 279
## 16069 198 196.889 128
## 16070 441 141.847 155
## 16071 120 118.316 182
## 16072 309 303.094 240
## 16073 211 188.948 209
## 16074 231 226.196 170
## 16075 355 353.428 298
## 16076 385 383.371 288
## 16077 520 486.368 417
## 16079 183 180.975 181
## 16080 350 340.415 268
## 16081 342 340.334 322
## 16082 163 161.494 222
## 16083 143 124.060 135
## 16084 380 333.847 337
## 16085 240 234.864 224
## 16086 178 176.346 258
## 16087 365 349.474 515
## 16088 58 56.250 253
## 16089 203 201.924 542
## 16090 163 161.703 180
## 16091 190 133.057 128
## 16092 537 535.742 256
## 16093 190 188.461 148
## 16094 213 211.187 370
## 16095 221 216.544 181
## 16096 230 178.811 222
## 16097 158 149.349 250
## 16098 1027 828.863 498
## 16099 215 213.520 148
## 16100 405 127.319 204
## 16101 236 234.727 181
## 16102 163 162.547 305
## 16103 518 514.010 246
## 16104 284 219.165 157
## 16105 324 301.969 329
## 16106 161 159.809 102
## 16107 302 299.558 144
## 16108 257 190.371 208
## 16109 211 210.540 176
## 16110 311 194.329 167
## 16111 206 200.047 156
## 16112 300 286.604 185
## 16113 216 207.944 241
## 16114 174 173.337 440
## 16115 163 161.071 154
## 16116 212 167.455 195
## 16117 338 335.345 207
## 16118 332 315.951 223
## 16119 195 189.394 133
## 16120 281 279.177 201
## 16121 246 162.403 214
## 16122 257 237.846 188
## 16123 260 257.380 140
## 16124 175 174.207 175
## 16125 152 149.776 190
## 16126 306 304.613 264
## 16127 143 141.358 346
## 16128 268 262.345 153
## 16129 322 290.448 245
## 16130 269 240.732 213
## 16131 541 464.230 276
## 16132 241 238.465 269
## 16133 322 320.540 154
## 16134 223 221.573 222
## 16135 255 253.630 254
## 16136 373 347.027 237
## 16137 323 322.372 186
## 16138 222 221.556 182
## 16139 263 246.635 210
## 16140 157 150.521 120
## 16141 198 195.917 234
## 16142 183 175.831 149
## 16143 218 193.136 253
## 16144 187 185.552 164
## 16145 164 162.867 169
## 16146 202 197.095 169
## 16147 330 328.648 170
## 16148 1331 107.818 276
## 16149 227 226.049 204
## 16150 531 528.696 345
## 16151 234 201.638 209
## 16152 162 160.914 172
## 16153 506 463.670 635
## 16154 332 330.399 245
## 16155 253 252.237 247
## 16156 571 326.994 291
## 16157 242 240.406 184
## 16158 245 237.664 469
## 16159 332 328.318 252
## 16160 245 244.091 196
## 16161 177 174.787 160
## 16162 295 254.763 246
## 16163 249 240.546 190
## 16164 287 276.481 206
## 16165 273 219.404 233
## 16166 3284 3283.151 420
## 16167 350 342.447 216
## 16168 551 537.745 514
## 16169 293 287.502 241
## 16170 204 202.649 189
## 16171 280 269.038 329
## 16172 499 435.508 250
## 16173 139 137.530 187
## 16174 868 866.760 129
## 16175 293 269.147 469
## 16176 401 368.241 224
## 16177 30326 30314.300 224
## 16178 156 150.401 132
## 16179 186 152.955 132
## 16180 290 286.565 169
## 16181 184 182.633 202
## 16182 289 218.495 184
## 16183 130 129.352 172
## 16184 450 398.276 265
## 16185 537 529.269 320
## 16186 247 238.637 216
## 16187 269 236.116 291
## 16188 426 423.435 203
## 16189 296 294.210 164
## 16190 126 124.421 108
## 16191 157 154.712 275
## 16192 530 456.612 353
## 16193 369 305.925 182
## 16194 399 174.638 134
## 16195 129 120.408 142
## 16196 152 149.467 174
## 16197 99 97.357 97
## 16198 205 203.914 584
## 16199 231 229.965 202
## 16200 159 157.610 243
## 16201 1400 1395.817 177
## 16202 1442 1441.105 619
## 16203 348 290.748 273
## 16204 243 242.359 273
## 16205 405 403.514 583
## 16206 255 250.289 312
## 16207 297 273.666 312
## 16208 234 232.909 232
## 16209 295 293.829 252
## 16210 122 120.270 151
## 16211 182 181.568 207
## 16212 332 321.379 599
## 16213 269 212.753 192
## 16214 219 214.554 210
## 16215 170 168.996 145
## 16216 350 337.074 200
## 16217 145 102.910 131
## 16218 308 306.193 160
## 16219 141 140.590 178
## 16220 229 218.625 221
## 16221 224 222.497 318
## 16222 440 412.837 340
## 16223 193 192.673 200
## 16224 247 246.014 232
## 16225 281 234.088 216
## 16226 221 202.810 293
## 16227 409 403.240 176
## 16228 203 199.475 198
## 16229 258 247.360 159
## 16230 200 182.413 172
## 16231 167 145.997 139
## 16232 198 196.756 212
## 16233 210 194.786 140
## 16234 113 112.294 151
## 16235 299 296.728 246
## 16236 179 175.627 153
## 16237 333 331.594 170
## 16238 290 267.304 208
## 16239 135 132.912 158
## 16240 324 322.127 365
## 16241 191 189.489 179
## 16242 194 178.979 130
## 16243 143 141.677 168
## 16244 1232 1092.204 872
## 16245 332 327.594 245
## 16246 170 163.317 260
## 16247 208 207.364 303
## 16248 883 880.546 217
## 16249 208 201.303 205
## 16250 149 140.603 123
## 16251 225 220.222 190
## 16252 163 151.630 144
## 16253 209 207.905 223
## 16254 208 206.006 340
## 16255 246 205.331 186
## 16256 152 150.919 119
## 16257 149 148.560 162
## 16258 227 212.589 278
## 16259 141 139.668 136
## 16260 200 194.785 199
## 16261 200 194.291 399
## 16262 422 130.648 262
## 16263 217 208.926 243
## 16264 1649 1631.613 528
## 16265 153 151.477 180
## 16266 263 256.604 294
## 16267 633 631.115 287
## 16268 287 285.343 312
## 16269 178 177.155 274
## 16270 448 446.250 230
## 16271 162 160.849 142
## 16272 151 144.611 174
## 16273 195 192.932 220
## 16274 367 365.424 254
## 16275 233 232.046 172
## 16276 241 239.243 129
## 16277 165 159.165 155
## 16278 208 206.590 173
## 16279 174 172.097 155
## 16280 224 212.375 189
## 16281 168 166.319 141
## 16282 419 413.977 362
## 16283 171 170.155 151
## 16284 195 191.590 180
## 16285 290 266.682 288
## 16286 242 240.824 187
## 16287 544 541.849 278
## 16288 209 201.683 160
## 16289 439 438.079 211
## 16290 177 175.137 236
## 16291 235 233.813 162
## 16292 392 376.873 441
## 16293 143 142.017 156
## 16294 332 318.275 315
## 16295 229 209.340 206
## 16296 148 142.614 146
## 16297 143 136.596 283
## 16298 348 346.207 224
## 16299 194 188.964 205
## 16300 201 195.604 270
## 16301 346 343.873 231
## 16302 168 164.837 178
## 16303 218 216.825 173
## 16304 210 208.308 208
## 16305 163 145.556 452
## 16306 261 245.273 449
## 16307 290 245.239 272
## 16308 187 186.195 227
## 16309 173 171.217 135
## 16310 133 126.462 162
## 16311 208 205.496 162
## 16312 230 229.100 201
## 16313 330 328.309 158
## 16314 251 244.069 238
## 16315 231 214.563 245
## 16316 160 152.396 131
## 16317 319 171.800 391
## 16318 217 206.957 206
## 16319 310 308.305 299
## 16321 142 140.450 163
## 16322 240 236.271 139
## 16323 300 286.730 214
## 16324 155 153.034 199
## 16325 189 187.050 130
## 16326 255 253.243 505
## 16327 375 303.237 272
## 16328 261 260.375 129
## 16329 213 211.848 134
## 16330 282 271.129 157
## 16331 270 195.654 226
## 16332 179 177.896 146
## 16333 203 194.985 193
## 16334 255 254.441 173
## 16335 376 376.545 323
## 16336 217 214.626 180
## 16337 29755 29743.435 284
## 16338 262 260.139 208
## 16339 199 196.290 204
## 16340 793 663.246 706
## 16341 266 253.371 189
## 16342 219 197.353 226
## 16343 273 272.644 737
## 16344 430 428.431 366
## 16345 188 185.269 247
## 16346 231 224.709 214
## 16347 297 295.837 344
## 16348 179 177.861 584
## 16349 232 214.860 189
## 16350 252 250.902 406
## 16351 241 232.577 232
## 16352 137 135.943 137
## 16353 186 156.223 206
## 16354 144 108.645 140
## 16355 260 256.851 238
## 16356 306 304.014 326
## 16357 198 197.023 185
## 16358 298 297.016 266
## 16359 296 294.436 322
## 16360 122 120.861 95
## 16361 129 128.568 163
## 16362 252 250.059 433
## 16363 276 274.837 268
## 16364 323 321.227 203
## 16365 274 251.597 188
## 16366 251 249.787 173
## 16367 208 207.076 270
## 16368 457 453.906 329
## 16369 218 196.108 188
## 16370 186 178.826 170
## 16371 282 272.139 291
## 16372 213 211.004 178
## 16373 184 182.528 168
## 16374 279 243.158 302
## 16375 203 201.935 210
## 16376 146 145.226 229
## 16377 514 187.533 172
## 16378 338 336.558 234
## 16379 152 141.280 5
## 16380 573 531.615 311
## 16381 265 263.510 207
## 16382 168 167.244 130
## 16383 192 187.375 193
## 16384 93 84.915 109
## 16385 180 178.443 273
## 16386 283 281.899 304
## 16387 474 472.796 467
## 16388 172 169.593 202
## 16389 200 179.821 162
## 16390 240 237.506 215
## 16391 210 207.231 199
## 16392 502 488.156 187
## 16393 249 232.112 219
## 16394 222 220.354 23670
## 16395 234 232.197 206
## 16396 165 163.749 178
## 16397 227 225.491 383
## 16398 361 295.262 278
## 16399 165 164.113 159
## 16400 173 172.269 166
## 16401 404 356.895 249
## 16402 241 233.787 171
## 16403 242 229.960 227
## 16404 115 113.432 146
## 16405 600 451.659 338
## 16406 390 365.247 250
## 16407 357 355.724 339
## 16408 174 173.999 166
## 16409 129 107.459 132
## 16410 191 188.824 260
## 16411 303 300.224 235
## 16412 349 347.041 276
## 16413 206 199.026 150
## 16414 346 344.306 270
## 16415 246 244.518 253
## 16416 210 208.585 214
## 16417 1461 1460.693 489
## 16418 153 152.777 167
## 16419 204 203.421 217
## 16420 213 212.361 188
## 16421 263 261.851 193
## 16422 309 277.994 264
## 16423 244 236.617 483247
## 16424 159 157.656 185
## 16425 235 227.084 198
## 16426 207 180.252 209
## 16427 193 191.202 142
## 16428 423 421.579 143
## 16429 470 458.534 356
## 16430 172 170.405 179
## 16431 241 239.411 200
## 16432 136 134.988 185
## 16433 204 202.594 164
## 16434 137 132.877 131
## 16435 165 162.947 222
## 16436 162 161.280 114
## 16437 129 128.460 124
## 16438 185 184.267 136
## 16439 260 259.537 374
## 16440 499 493.753 784
## 16441 180 177.747 216
## 16442 165 145.092 150
## 16443 186 184.876 233
## 16444 1158 1154.873 193
## 16445 251 249.972 218
## 16446 216 206.462 177
## 16447 310 308.246 210
## 16448 277 276.606 222
## 16449 458 455.872 404
## 16450 340 336.154 276
## 16451 376 320.245 277
## 16452 211 194.846 248
## 16454 320 313.577 342
## 16455 396 393.808 409
## 16456 361 342.046 180
## 16457 176 173.231 216
## 16458 373 313.108 169
## 16459 468 466.805 227
## 16460 190 173.535 168
## 16461 215 213.964 140
## 16462 223 177.780 155
## 16463 152 151.612 167
## 16464 175 171.531 160
## 16465 339 329.116 315
## 16466 298 280.237 227
## 16467 209 177.123 186
## 16468 180 178.722 175
## 16469 249 239.846 247
## 16470 230 218.328 148
## 16471 188 176.944 198
## 16472 256 255.050 228
## 16473 210 209.033 283
## 16474 204 196.253 179
## 16475 3074 3065.198 182
## 16476 289 259.361 223
## 16477 232 231.138 193
## 16478 158 149.554 379
## 16479 195 194.232 167
## 16480 353 350.740 231
## 16481 211 207.182 163
## 16482 268 266.023 185
## 16483 177 175.834 236
## 16484 555 484.805 537
## 16485 168 130.376 114
## 16486 128 127.135 156
## 16487 184 155.069 217
## 16488 3324 3320.955 566
## 16489 213 212.596 199
## 16490 147 145.618 164
## 16491 262 251.610 192
## 16492 625 596.928 467
## 16493 202 201.756 179
## 16494 188 187.111 247
## 16495 171 170.116 144
## 16496 261 257.865 342
## 16497 583 563.357 392
## 16498 214 200.651 133
## 16499 1638 1621.873 580
## 16500 257 256.397 266
## 16501 327 321.589 157
## 16502 250 247.970 203
## 16503 215 174.333 163
## 16504 535 488.755 238
## 16505 145 140.544 129
## 16506 167 164.528 134
## 16507 229 227.348 139
## 16508 263 253.497 264
## 16509 164 144.264 186
## 16510 174 161.241 132
## 16511 182 177.774 2951
## 16512 194 193.397 209
## 16513 251 241.201 145
## 16514 257 255.526 441
## 16515 129 128.431 164
## 16516 198 197.019 239
## 16517 257 237.505 202
## 16518 214 200.437 514
## 16519 158 151.080 115
## 16520 286 285.130 204
## 16521 175 171.970 207
## 16522 205 203.012 186
## 16523 303 298.400 267
## 16524 187 154.065 275
## 16525 174 174.064 154
## 16526 236 229.031 295
## 16527 310 278.348 222
## 16528 329 325.868 321
## 16529 185 183.291 143
## 16530 196 190.824 186
## 16531 232 229.841 165
## 16532 213 211.987 194
## 16533 204 202.223 298
## 16534 462 445.843 259
## 16535 156 143.823 150
## 16536 211 206.981 194
## 16537 185 177.057 191
## 16538 146 140.241 288
## 16539 233 231.081 146
## 16540 172 170.628 147
## 16541 288 286.320 295
## 16542 257 246.269 197
## 16543 205 203.417 138
## 16544 272 224.748 211
## 16545 198 194.067 134
## 16546 232 219.150 165
## 16547 320 250.027 265
## 16548 137 121.297 136
## 16549 278 277.237 201
## 16550 131 124.169 152
## 16551 246 244.360 186
## 16552 287 267.904 251
## 16553 252 244.517 153
## 16554 143 133.533 138
## 16555 191 185.020 230
## 16556 143 128.329 323
## 16557 155 150.983 187
## 16558 352 350.392 307
## 16559 241 223.592 248
## 16560 129 114.349 73
## 16561 310 286.878 230
## 16562 707 618.855 544
## 16563 313 311.584 219
## 16564 204 202.220 160
## 16565 323 303.615 270
## 16566 175 173.816 191
## 16567 118 116.253 164
## 16568 170 168.713 168
## 16569 191 189.662 139
## 16570 198 196.808 2649
## 16571 220 204.038 160
## 16572 1666 1665.293 166
## 16573 408 405.757 245
## 16574 210 181.499 203
## 16575 162 160.881 262
## 16576 171 161.759 303
## 16577 858 844.467 372
## 16578 221 218.790 312
## 16579 262 260.632 1869
## 16580 446 445.112 232
## 16581 566 559.991 211
## 16582 230 219.026 230
## 16583 211 210.314 219
## 16584 292 291.550 203
## 16585 1598 1596.201 361
## 16586 637 634.874 299
## 16587 137 128.314 121
## 16588 223 222.245 213
## 16589 412 396.574 320
## 16590 491 177.756 178
## 16591 181 178.041 135
## 16592 109 107.248 109
## 16593 406 362.733 360
## 16594 348 334.215 195
## 16595 348 337.077 231
## 16596 316 287.021 543
## 16597 212 190.972 181
## 16598 214 205.461 273
## 16599 223 221.648 190
## 16600 104 102.421 248
## 16601 296 278.119 216
## 16602 10240 267.477 258
## 16603 175 171.944 209
## 16604 299 282.856 197
## 16605 125 123.113 177
## 16606 274 272.456 162
## 16607 423 421.105 345
## 16608 68 55.394 106
## 16609 462 452.624 342
## 16610 399 398.479 308
## 16611 233 191.455 228
## 16612 445 441.558 183
## 16613 288 260.390 89
## 16614 157 156.072 150
## 16615 197 195.417 185
## 16616 438 435.855 502
## 16617 246 244.176 216
## 16618 254 239.705 229
## 16619 266 232.108 421
## 16620 284 262.883 222
## 16621 160 136.283 177
## 16622 271 261.702 234
## 16623 547 538.639 398
## 16624 221 212.502 6
## 16625 488 486.593 192
## 16626 174 173.318 147
## 16627 142 141.119 174
## 16628 255 243.208 218
## 16629 313 308.989 313
## 16630 252 244.303 198
## 16631 226 192.862 210
## 16632 516 434.195 185
## 16633 173 171.693 162
## 16634 401 393.250 356
## 16635 556 460.353 614
## 16636 346 331.253 295
## 16637 508 483.251 262
## 16638 314 311.368 219
## 16639 402 395.723 296
## 16640 169 165.034 166
## 16641 408 371.687 361
## 16642 265 263.540 308
## 16643 734 726.227 283
## 16644 187 183.342 199
## 16645 262 232.705 184
## 16646 149 147.019 128
## 16647 108 99.860 187
## 16648 782 713.915 189
## 16649 237 179.779 198
## 16650 217 215.656 155
## 16651 285 283.706 296
## 16652 144 143.606 149
## 16653 229 228.475 297
## 16654 326 324.323 339
## 16655 204 202.367 148
## 16656 402 378.342 306
## 16657 375 317.604 390
## 16658 122 121.219 147
## 16659 485 483.630 685
## 16660 313 311.087 730
## 16661 214 212.610 162
## 16662 234 231.643 169
## 16663 175 173.074 210
## 16664 277 275.382 201
## 16665 218 214.514 378
## 16666 159 157.380 112
## 16667 228 226.811 954
## 16668 178 171.996 247
## 16669 194 191.986 221
## 16670 251 250.030 224
## 16671 247 245.248 228
## 16672 126 124.409 341
## 16673 164 162.315 179
## 16674 203 201.358 195
## 16675 171 169.644 200
## 16676 249 212.189 241
## 16677 248 202.179 179
## 16678 219 217.668 173
## 16679 168 166.314 262
## 16680 471 463.942 1111
## 16681 362 346.196 252
## 16682 270 268.995 8922
## 16683 180 167.406 224
## 16684 2674 2670.551 262
## 16685 260 257.935 342
## 16686 1327 1324.871 261
## 16687 194 193.386 289
## 16688 217 215.607 238
## 16689 328 326.412 145
## 16690 173 171.439 196
## 16691 264 252.105 163
## 16692 793 770.158 223
## 16693 348 345.575 194
## 16694 137 136.191 158
## 16695 327 325.466 40833
## 16696 144 136.201 144
## 16697 409 406.925 322
## 16698 578 472.687 355
## 16699 253 245.502 256
## 16700 169 128.410 206
## 16701 339 334.553 315
## 16702 326 324.497 259
## 16703 188 184.523 204
## 16704 130 128.859 97
## 16705 270 257.151 209
## 16706 201 150.821 150
## 16707 145 113.787 193
## 16708 245 241.731 204
## 16709 215 214.522 238
## 16710 194 188.745 149
## 16711 230 224.302 162
## 16712 368 304.445 216
## 16713 176 173.607 179
## 16714 162 160.475 173
## 16715 143 141.670 138
## 16716 705 482.637 241
## 16717 465 446.554 347
## 16718 180 179.059 239
## 16719 226 223.280 270
## 16720 172 158.556 254
## 16721 145 141.930 173
## 16722 241 239.434 187
## 16723 252 252.051 133
## 16724 246 231.486 187
## 16725 255 254.344 240
## 16726 917 838.660 568
## 16727 210 208.107 160
## 16728 236 235.738 129
## 16729 1145 313.891 195
## 16730 230 228.156 305
## 16731 292 289.884 224
## 16732 172 170.702 140
## 16733 325 300.686 310
## 16734 317 284.177 175
## 16735 166 165.275 167
## 16736 359 270.732 182
## 16737 514 512.136 442
## 16738 424 389.553 575
## 16739 460 457.945 489
## 16740 181 179.200 164
## 16741 184 182.470 173
## 16742 648 623.700 430
## 16743 1028 232.728 274
## 16744 321 318.425 268
## 16745 171 166.731 166
## 16746 394 392.002 179
## 16747 300 299.037 197
## 16748 192 181.130 227
## 16749 189 187.345 275
## 16750 186 184.114 148
## 16751 270 209.449 211
## 16752 250 241.389 236
## 16753 275 264.940 595
## 16754 253 250.718 166
## 16755 211 209.824 238
## 16756 208 194.289 106
## 16757 265 258.216 210
## 16758 2396 2394.740 158
## 16759 238 237.607 204
## 16760 285 280.585 351
## 16761 172 120.592 190
## 16762 136 134.421 168
## 16763 359 353.085 263
## 16764 369 367.019 237
## 16765 383 376.958 263
## 16766 191 190.005 191
## 16767 297 286.430 168
## 16768 245 236.847 394
## 16769 229 226.965 274
## 16770 192 190.033 205
## 16771 222 221.503 194
## 16772 503 466.472 232
## 16773 285 278.246 162
## 16774 212 208.777 178
## 16775 250 248.635 269
## 16776 211 209.034 219
## 16777 216 214.798 238
## 16778 296 259.326 241
## 16779 249 241.442 208
## 16780 196 194.268 247
## 16781 260 258.748 199
## 16782 164 162.884 128
## 16783 144 142.785 191
## 16784 354 352.393 203
## 16785 318 310.509 115
## 16786 261 250.724 226
## 16787 144 142.806 167
## 16788 209 203.690 174
## 16789 3259 212.216 173
## 16790 213 207.258 211
## 16791 546 476.230 262
## 16792 229 220.076 247
## 16793 238 236.807 236
## 16794 427 425.473 298
## 16795 317 308.299 317
## 16796 228 226.768 251
## 16797 197 196.037 300
## 16798 277 232.206 190
## 16799 206 199.445 277
## 16800 181 179.835 153
## 16801 196 168.895 213
## 16802 242 238.520 215
## 16803 859 857.998 218
## 16804 508 505.395 224
## 16805 291 282.293 100
## 16806 181 169.727 159
## 16807 198 196.612 161
## 16808 181 179.820 254
## 16809 273 271.608 347
## 16810 211 209.278 254
## 16811 185 184.359 140
## 16812 275 273.350 282
## 16813 250 248.485 210
## 16814 137 127.180 169
## 16815 179 161.459 141
## 16816 194 193.025 188
## 16817 255 253.948 227
## 16818 76 74.934 145
## 16819 504 501.490 247
## 16820 266 262.168 307
## 16821 315 313.831 721
## 16822 539 530.568 450
## 16823 142 140.836 250
## 16824 257 209.309 136
## 16825 227 226.713 198
## 16826 95 94.603 104
## 16827 494 492.252 604
## 16828 285 283.508 243
## 16829 182 180.851 267
## 16830 292 278.998 189
## 16831 1220 1217.890 482
## 16832 192 190.582 2969
## 16833 313 306.085 302
## 16834 344 333.059 165
## 16835 367 356.896 454
## 16836 186 178.096 144
## 16837 191 184.878 198
## 16838 187 185.838 175
## 16839 241 169.052 189
## 16840 178 177.559 148
## 16841 243 242.281 231
## 16842 528 524.347 365
## 16843 161 155.942 168
## 16844 224 206.369 263
## 16845 128 123.000 131
## 16846 216 204.500 220
## 16847 155 153.911 251
## 16848 392 379.811 407
## 16849 234 233.303 316
## 16850 188 187.227 175
## 16851 167 166.100 151
## 16852 103 99.335 186
## 16853 156 155.461 171
## 16854 252 249.981 203
## 16855 256 254.952 640
## 16856 230 228.273 202
## 16857 486 454.847 234
## 16858 247 244.735 447
## 16859 188 187.603 366
## 16860 416 414.953 201
## 16861 260 235.215 198
## 16862 278 268.759 257
## 16863 174 172.815 182
## 16864 215 212.120 175
## 16865 154 152.565 106
## 16866 252 246.088 250
## 16867 61 57.411 1313
## 16868 164 145.817 181
## 16869 171 164.380 152
## 16870 148 146.548 136
## 16871 208 206.192 141
## 16872 259 253.180 205
## 16873 139 137.571 293
## 16874 326 324.292 206
## 16875 322 320.748 997
## 16876 221 196.359 260
## 16877 201 170.671 256
## 16878 216 206.024 573
## 16879 182 179.535 140
## 16880 271 270.816 164
## 16881 176 169.878 164
## 16882 495 484.089 338
## 16883 166 164.966 153
## 16884 196 178.591 236
## 16885 265 263.761 182
## 16886 218 216.277 388
## 16887 169 162.427 147
## 16888 1108 219.426 295
## 16889 164 162.732 171
## 16890 171 168.695 210
## 16891 439 434.788 375
## 16892 233 228.228 258
## 16893 271 241.870 266
## 16894 258 256.525 172
## 16895 160 159.261 135
## 16896 174 169.108 148
## 16897 227 221.061 95
## 16898 196 195.412 156
## 16899 234 232.902 423
## 16900 194 191.936 168
## 16901 180 169.105 150
## 16902 196 189.742 122
## 16903 350 348.098 147
## 16904 545 528.953 293
## 16905 173 171.194 219
## 16906 207 198.717 295
## 16907 250 243.106 218
## 16908 324 321.664 198
## 16909 210 205.160 323
## 16910 261 255.552 173
## 16911 300 293.356 232
## 16912 195 194.012 147
## 16913 914 901.990 180
## 16914 250 215.472 176
## 16915 165 159.841 207
## 16916 179 176.485 163
## 16917 264 263.359 168
## 16918 238 225.524 197
## 16919 133 132.081 188
## 16920 178 146.206 160
## 16921 271 250.136 274
## 16922 107 104.688 152
## 16923 462 448.710 178
## 16924 187 148.347 203
## 16925 202 200.430 176
## 16926 348 338.829 292
## 16927 447 399.754 518
## 16928 111 87.703 134
## 16929 262 260.416 245
## 16930 176 174.945 139
## 16931 221 203.178 189
## 16932 121 119.876 147
## 16933 262 260.771 195
## 16934 124 123.497 131
## 16935 440 428.596 348
## 16936 166 160.966 186
## 16937 20743 296.052 415
## 16938 231 217.356 206
## 16939 413 409.873 219
## 16940 190 167.304 231
## 16941 265 263.857 202
## 16942 928 418.286 220
## 16943 404 400.294 796
## 16944 284 282.990 197
## 16945 217 193.586 359
## 16946 703 642.328 804
## 16947 173 168.601 363
## 16948 209 208.337 222
## 16949 231 230.445 238
## 16950 150 148.769 188
## 16951 346 344.483 349
## 16952 221 219.423 95
## 16953 252 237.816 207
## 16954 142 140.953 124
## 16955 1004 991.438 269
## 16956 195 194.142 124
## 16957 606 555.666 499
## 16958 315 308.417 203
## 16959 489 467.527 454
## 16960 310 287.734 231
## 16961 468 463.971 296
## 16962 181 174.282 134
## 16963 251 249.856 231
## 16964 159 128.155 175
## 16965 168 166.557 182
## 16966 304 288.499 643
## 16967 220 204.634 194
## 16968 124 120.693 162
## 16969 206 204.843 147
## 16970 151 147.650 96
## 16971 134 132.631 238
## 16972 145 143.571 128
## 16973 181 165.806 117
## 16974 99 95.524 143
## 16975 239 237.922 152
## 16976 229 228.836 190
## 16977 175 172.831 164
## 16978 415 409.038 203
## 16979 55 53.627 123
## 16980 262 239.082 259
## 16981 324 315.296 478
## 16982 203 202.072 145
## 16983 221 213.143 175
## 16984 135 94.271 123
## 16985 278 218.876 276
## 16986 165 163.571 139
## 16987 543 539.900 324
## 16988 291 287.976 934
## 16989 172 165.725 208
## 16990 2269 1988.308 182
## 16991 136 130.807 151
## 16992 351 149.936 81
## 16993 208 206.142 480
## 16994 166 165.178 165
## 16995 197 192.280 165
## 16996 376 284.366 246
## 16997 223 221.789 414
## 16998 206 204.320 273
## 16999 195 150.654 399
## 17000 256 233.390 113
## 17001 231 227.568 224
## 17002 403 251.445 410
## 17003 305 302.589 263
## 17004 15478 15422.530 448
## 17005 213 207.745 190
## 17006 331 328.248 393
## 17007 144 138.727 167
## 17008 247 241.959 160
## 17009 272 271.132 295
## 17010 222 214.035 328
## 17011 318 315.487 290
## 17012 309 272.235 488
## 17013 178 167.868 160
## 17014 1047 986.783 128
## 17015 191 178.365 163
## 17016 273 183.515 206
## 17017 221 218.498 430
## 17018 178 176.572 317
## 17019 143 140.828 152
## 17020 232 228.115 207
## 17021 335 323.572 147
## 17022 190 189.009 157
## 17023 152 149.550 144
## 17024 307 304.052 266
## 17025 144 138.290 144
## 17026 89 85.813 203
## 17027 142 141.001 138
## 17028 245 244.472 287
## 17029 376 342.007 369
## 17030 248 235.935 224
## 17031 131 108.718 107
## 17032 273 271.225 423
## 17033 143 141.970 192
## 17034 1283 1281.959 4751
## 17035 138 136.235 288
## 17036 494 492.348 225
## 17037 186 153.229 398
## 17038 240 230.093 117
## 17039 1160 1150.201 155
## 17040 323 322.189 221
## 17041 358 340.326 243
## 17042 174 156.512 141
## 17043 85 83.909 180
## 17044 278 276.486 191
## 17045 246 244.962 194
## 17046 223 183.748 153
## 17047 173 171.417 153
## 17048 197 191.141 173
## 17049 172 134.417 268
## 17050 256 254.733 336
## 17051 148 140.099 151
## 17052 435 385.500 342
## 17053 190 188.536 159
## 17054 189 161.390 171
## 17055 204 201.945 172
## 17056 213 194.459 241
## 17057 225 219.203 209
## 17058 402 365.022 453
## 17059 247 208.034 155
## 17060 122 113.431 108
## 17061 950 854.973 414
## 17062 203 202.408 185
## 17063 194 190.338 1204
## 17064 234 231.943 151
## 17065 343 340.335 242
## 17066 271 257.775 205
## 17067 152 150.980 151
## 17068 306 294.319 187
## 17069 149 147.940 173
## 17070 146 144.162 284
## 17071 230 213.496 156
## 17072 392 384.226 263
## 17073 134 127.418 150
## 17074 192 149.959 152
## 17075 210 208.448 119
## 17076 224 221.833 183
## 17077 188 178.605 175
## 17078 7712 142.535 155
## 17079 271 265.105 514
## 17080 132 130.753 149
## 17081 196 194.749 153
## 17082 144 141.604 166
## 17083 574 260.761 304
## 17084 280 274.504 358
## 17085 141 139.122 139
## 17086 184 144.744 121
## 17087 296 294.386 285
## 17088 175 172.259 157
## 17089 250 248.668 189
## 17090 227 225.043 212
## 17091 252 233.580 218
## 17092 284 250.989 224
## 17093 285 283.347 163
## 17094 253 249.977 259
## 17095 201 200.096 152
## 17096 169 164.901 182
## 17097 581 576.101 1000
## 17098 303 297.213 285
## 17099 1042 276.434 41468
## 17100 130 128.677 148
## 17101 198 177.912 246
## 17102 116 115.154 105
## 17103 311 299.840 625
## 17104 794 748.588 281
## 17105 283 280.280 213
## 17106 401 325.690 265
## 17107 308 298.573 206
## 17108 323 315.217 555
## 17109 160 152.309 122
## 17110 286 242.026 324
## 17111 577 573.539 273
## 17112 229 227.558 172
## 17113 138 96.137 191
## 17114 861 708.521 542
## 17115 249 226.745 387
## 17116 177 175.146 195
## 17117 339 312.954 374
## 17118 608 607.888 657
## 17119 265 263.408 311
## 17120 246 245.382 215
## 17121 767 765.993 374
## 17122 305 304.104 246
## 17123 348 341.973 177
## 17124 322 318.618 326
## 17125 287 282.634 181
## 17126 180 176.723 170
## 17127 461 384.075 2684
## 17128 619 555.736 418
## 17129 314 304.467 183
## 17130 195 193.273 218
## 17131 210 208.598 246
## 17132 281 279.058 394
## 17133 290 282.451 234
## 17134 238 236.548 173
## 17135 522 519.301 292
## 17136 203 159.895 188
## 17137 296 294.093 162
## 17138 143 141.886 300
## 17139 215 213.033 239
## 17140 201 200.074 161
## 17141 151 143.658 249
## 17142 244 210.876 248
## 17143 261 244.235 265
## 17144 111 108.185 207
## 17145 547 494.237 395
## 17146 210 209.019 241
## 17147 218 216.539 206
## 17148 209 207.832 150
## 17149 236 219.733 176
## 17150 217 213.115 133
## 17151 506 502.752 871
## 17152 155 149.735 174
## 17153 139 137.837 179
## 17154 849 846.980 334
## 17155 237 235.851 95
## 17156 139 138.021 189
## 17157 216 200.640 171
## 17158 295 223.886 229
## 17159 233 230.342 152
## 17160 438 355.423 379
## 17161 590 588.157 498
## 17162 358 349.006 418
## 17163 337 222.738 194
## 17164 215 213.359 231
## 17165 200 156.852 202
## 17166 2333 2283.320 203
## 17167 366 364.360 211
## 17168 269 262.261 240
## 17169 1113 1110.880 696
## 17170 154 152.541 264
## 17171 195 194.150 151
## 17172 180 177.776 210
## 17173 453 456.640 201
## 17174 275 262.105 199
## 17175 243 241.907 157
## 17176 394 391.370 205
## 17177 343 324.663 365
## 17178 199 129.867 181
## 17179 223 221.075 268
## 17180 265 262.379 227
## 17181 145 141.031 168
## 17182 214 168.379 109
## 17183 288 278.100 197
## 17184 136 134.914 150
## 17185 186 171.494 191
## 17186 166 164.343 150
## 17187 188 185.137 180
## 17188 245 243.786 166
## 17189 302 300.487 253
## 17190 165 164.230 214
## 17191 199 190.133 390
## 17192 279 272.939 196
## 17193 185 183.522 165
## 17194 183 171.401 136
## 17195 302 262.170 202
## 17196 165 162.048 188
## 17197 136 134.139 154
## 17198 227 226.247 227
## 17199 178 174.458 236
## 17200 224 217.927 179
## 17201 188 186.741 272
## 17202 525 469.050 315
## 17203 207 206.257 170
## 17204 240 238.176 204
## 17205 212 202.811 150
## 17206 321 317.744 420
## 17207 248 181.549 343
## 17209 241 238.949 540
## 17210 220 218.397 182
## 17211 381 365.552 273
## 17212 150 143.242 101
## 17213 170 167.849 171
## 17214 230 211.236 282
## 17215 185 153.803 231
## 17217 184 183.113 193
## 17218 206 205.018 197
## 17219 175 173.783 195
## 17220 229 220.215 191
## 17221 140 139.710 148
## 17222 232 225.808 259
## 17223 177 176.060 183
## 17224 110 109.134 129
## 17225 445 435.196 314
## 17226 118 116.961 195
## 17227 189 186.833 148
## 17228 264 262.247 195
## 17229 222 220.633 240
## 17230 245 238.768 260
## 17231 266 264.371 263
## 17232 175 155.065 516
## 17233 607 211.108 195
## 17234 191 189.694 185
## 17235 156 152.644 134
## 17236 255 253.003 755
## 17237 183 174.280 183
## 17238 140 118.959 127
## 17239 350 331.496 315
## 17240 394 390.863 209
## 17241 364 343.436 196
## 17242 240 239.941 215
## 17243 230 228.931 231
## 17244 263 255.033 169
## 17245 280 272.547 184
## 17246 269 244.969 2156
## 17247 196 181.294 153
## 17248 367 364.836 287
## 17249 513 511.512 252
## 17250 316 249.970 244
## 17251 322 280.272 222
## 17252 228 223.644 198
## 17253 189 188.097 175
## 17254 305 288.581 256
## 17255 760 757.403 370
## 17256 155 153.877 193
## 17257 259 253.369 234
## 17258 369 293.221 630
## 17259 241 239.791 198
## 17260 251 249.811 198
## 17261 195 190.568 245
## 17262 182 180.811 207
## 17263 284 264.914 179
## 17264 268 267.876 157
## 17265 415 412.834 501
## 17266 1150 667.272 389
## 17267 166 164.126 193
## 17268 171 169.880 191
## 17269 303 302.104 280
## 17270 375 373.398 158
## 17271 171 168.666 169
## 17272 191 189.231 176
## 17273 286 285.136 318
## 17274 134 133.271 174
## 17275 146 145.104 134
## 17276 230 227.921 185
## 17277 270 266.549 208
## 17278 298 296.604 174
## 17279 133 131.291 128
## 17280 246 239.581 152
## 17281 145 143.106 140
## 17282 246 235.035 150
## 17283 232 208.873 170
## 17284 756 754.829 504
## 17285 180 178.852 123
## 17286 277 275.659 171
## 17287 259 244.768 422
## 17288 192 190.734 221
## 17289 270 158.085 141
## 17290 220 206.656 232
## 17291 252 242.761 251
## 17292 196 194.120 340
## 17293 536 342.794 305
## 17294 290 280.048 226
## 17295 204 201.847 173
## 17296 367 323.476 206
## 17297 257 255.994 384
## 17298 43876 311.596 245
## 17299 210 194.912 260
## 17300 230 227.040 131
## 17301 206 205.664 189
## 17302 146 124.826 128
## 17303 310 295.289 227
## 17304 225 217.131 170
## 17305 191 189.049 124
## 17306 188 185.713 154
## 17307 227 225.022 225
## 17308 235 234.892 178
## 17309 110 109.089 99
## 17310 275 224.819 152
## 17311 414 404.180 270
## 17312 292 290.999 252
## 17314 159 157.388 187
## 17315 465 456.118 415
## 17316 131 129.990 285
## 17317 373 371.088 244
## 17318 200 199.443 442
## 17319 455 407.975 349
## 17320 277 188.640 455
## 17321 243 240.508 179
## 17322 187 181.738 143
## 17323 208 201.954 152
## 17324 170 169.499 181
## 17325 129 127.550 138
## 17326 333 325.332 231
## 17327 149 147.652 166
## 17328 212 205.087 177
## 17329 173 167.258 184
## 17330 383 373.479 378
## 17331 342 340.207 213
## 17332 525 485.908 264
## 17333 174 173.293 208
## 17334 369 323.463 262
## 17335 276 274.852 417
## 17336 225 223.429 174
## 17337 197 195.818 190
## 17338 243 232.062 282
## 17339 237 208.628 180
## 17340 531 527.361 324
## 17341 301 299.238 171
## 17342 361 357.783 615
## 17343 158 156.172 130
## 17344 201 187.657 314
## 17345 362 348.131 128
## 17346 546 166.971 155
## 17347 193 191.466 331
## 17348 192 190.741 181
## 17349 283 233.243 157
## 17350 157 156.340 179
## 17351 320 316.892 348
## 17352 199 198.033 154
## 17353 266 257.195 170
## 17354 133947 164.580 7
## 17355 169 167.144 204
## 17356 401 396.201 188
## 17357 222 221.670 186
## 17358 273 270.198 43491
## 17359 199 198.413 253
## 17360 485 481.119 61289
## 17361 146 145.135 175
## 17362 220 218.638 234
## 17363 359 326.790 483
## 17364 149 146.784 140
## 17365 229 226.441 220
## 17366 122 120.972 121
## 17367 423 408.190 361
## 17368 219 217.076 291
## 17369 444 442.821 293
## 17370 83437 481.610 57197
## 17371 320 318.931 328
## 17372 185 155.008 215
## 17373 249 247.975 249
## 17374 224 222.674 175
## 17375 275 262.660 245
## 17376 384 382.747 244
## 17377 185 184.246 260
## 17378 289 279.635 359
## 17379 225 223.595 200
## 17380 385 383.177 180
## 17381 458 442.093 212
## 17382 371 368.098 592
## 17383 183 180.434 160
## 17384 271 269.561 173
## 17385 424 397.293 149
## 17386 202 200.627 137
## 17387 153 151.280 391
## 17388 259 257.221 206
## 17389 219 204.927 1201
## 17390 251 249.713 232
## 17391 245 243.519 286
## 17392 444 419.817 274
## 17393 130 127.299 137
## 17394 177 176.810 182
## 17395 164 162.786 145
## 17396 562 379.754 310
## 17397 175 173.928 169
## 17398 242 240.564 234
## 17399 313 311.847 203
## 17400 402 240.380 226
## 17401 169 167.029 156
## 17402 183 183.294 312
## 17403 163 161.369 170
## 17404 227 225.769 484
## 17405 332 330.765 386
## 17406 388 385.563 235
## 17407 222 220.044 200
## 17408 250 248.618 202
## 17409 111 110.745 139
## 17410 189 166.718 160
## 17411 409 388.746 334
## 17412 755 272.609 85
## 17413 340 338.651 261
## 17414 656 509.301 2351
## 17415 405 393.357 353
## 17416 198 168.160 442
## 17417 237 231.662 173
## 17418 158 151.946 121
## 17419 413 392.374 434
## 17420 191 189.565 164
## 17421 127 120.865 169
## 17422 219 210.675 250
## 17423 193 191.410 142
## 17424 201 193.880 175
## 17425 155 153.216 202
## 17426 182 157.586 214
## 17427 137 135.573 138
## 17428 207 169.385 149
## 17429 207 200.625 177
## 17430 186 184.462 190
## 17431 154 153.299 167
## 17432 217 176.373 231
## 17433 600 585.383 499
## 17434 879 876.548 172
## 17435 394 372.744 312
## 17436 162 159.794 141
## 17437 567 469.776 421
## 17438 1145 1142.717 147
## 17439 494 492.119 344
## 17440 180 167.379 104
## 17441 195 194.196 147
## 17442 165 163.813 523
## 17443 312 310.730 232
## 17444 151 138.468 155
## 17445 270 268.463 247
## 17446 444 441.127 284
## 17447 135 133.396 159
## 17448 136 134.946 150
## 17449 236 234.220 288
## 17450 306 249.046 247
## 17451 245 243.612 241
## 17452 216 208.107 207
## 17453 264 263.628 171
## 17454 192 190.344 459
## 17455 170 169.401 215
## 17456 1246 1211.249 630
## 17457 238 235.924 207
## 17458 461 392.156 570
## 17459 321 320.362 156
## 17460 283 242.398 280
## 17461 337 335.379 1034
## 17462 6137 6135.609 536
## 17463 131 114.008 87
## 17464 149 147.549 229
## 17465 259 241.778 214
## 17466 280 274.174 451
## 17467 253 251.280 211
## 17468 221 194.784 224
## 17469 275 253.294 274
## 17470 198 176.455 142
## 17471 350 323.203 460
## 17472 226 224.621 204
## 17473 179 177.734 178
## 17474 225 221.045 175
## 17475 257 251.462 268
## 17476 433 412.575 1257
## 17477 213 200.372 179
## 17478 191 189.596 228
## 17479 167 165.307 168
## 17480 348 321.009 364
## 17481 214 179.216 182
## 17482 175 169.692 207
## 17483 284 224.076 259
## 17484 356 351.813 500
## 17485 405 401.766 207
## 17486 813 205.438 567
## 17487 162 158.972 193
## 17488 136 135.164 96
## 17489 788 786.270 184
## 17490 206 205.968 135
## 17491 127 123.598 154
## 17492 208 206.807 207
## 17493 419 391.375 193
## 17494 132 131.368 148
## 17495 327 326.386 244
## 17496 365 339.673 272
## 17497 266 244.950 184
## 17498 162 162.648 125
## 17499 417 397.435 213
## 17500 300 279.511 340
## 17501 353 345.867 216
## 17502 262 259.197 638
## 17503 295 235.809 195
## 17504 222 220.860 167
## 17505 197 195.486 179
## 17506 172 170.733 263
## 17507 248 219.967 197
## 17508 979 910.988 779
## 17509 220 218.868 206
## 17510 250 248.813 198
## 17511 305 300.755 247
## 17512 1024 911.842 932
## 17513 704 651.042 341
## 17514 309 307.383 249
## 17515 182 168.775 139
## 17516 343 238.918 148
## 17517 186 140.584 195
## 17518 230 219.490 242
## 17519 265 261.100 168
## 17520 167 156.687 198
## 17521 147 137.581 149
## 17522 366 364.008 206
## 17523 313 311.324 204
## 17524 220 207.221 213
## 17525 181 180.089 211
## 17526 206 204.487 209
## 17527 132 116.768 116
## 17528 185 158.322 155
## 17529 271 270.663 313
## 17530 225 208.249 176
## 17531 387 385.955 467
## 17532 222 219.984 177
## 17533 147 146.010 161
## 17534 4993 4990.910 208
## 17535 227 226.113 139
## 17536 733 722.489 275
## 17537 166 165.243 190
## 17538 196 185.927 168
## 17539 154 127.252 200
## 17540 258 256.955 233
## 17541 251 249.564 213
## 17542 492 489.296 447
## 17543 376 352.622 223
## 17544 223 221.034 205
## 17545 499 495.399 430
## 17546 257 221.742 118
## 17547 255 253.904 169
## 17548 234 233.159 184
## 17549 160 159.521 136
## 17550 288 250.523 222
## 17551 334 332.982 243
## 17552 204 196.005 217
## 17553 102 100.160 287
## 17554 238 225.674 203
## 17555 312 291.269 225
## 17556 1114 1086.298 501
## 17557 291 279.521 212
## 17558 432 426.723 281
## 17559 258 256.574 222
## 17560 128 118.053 181
## 17561 165 161.673 287
## 17562 453 328.982 188
## 17563 324 310.588 447
## 17564 166 165.097 219
## 17565 202 197.845 144
## 17566 182 180.620 220
## 17567 146 130.974 141
## 17568 101 100.042 169
## 17569 218 211.852 208
## 17570 196 175.993 331
## 17571 257 256.014 305
## 17572 191 190.802 199
## 17573 117 111.665 175
## 17574 87 86.310 235
## 17575 199 198.499 186
## 17576 203 186.702 117
## 17577 326 315.369 322
## 17578 187 184.969 144
## 17579 383 380.845 345
## 17580 193 190.005 426
## 17581 915 801.491 255
## 17582 205 194.520 243
## 17583 156 155.430 127
## 17584 160 158.600 190
## 17585 342 306.429 282
## 17586 301 299.637 292
## 17587 211 209.923 864139
## 17588 287 285.248 259
## 17589 203 198.684 168
## 17590 212 210.929 312
## 17591 181 180.493 162
## 17592 153 151.322 166
## 17593 176 156.491 120
## 17594 198 196.396 177
## 17595 205 196.266 261
## 17596 636 492.400 283
## 17597 240 238.878 189
## 17598 516 499.842 169
## 17599 801 790.505 436
## 17600 534 455.692 354
## 17601 243 221.394 273
## 17602 263 205.502 196
## 17603 265 260.844 336
## 17604 191 188.256 246
## 17605 188 186.132 187
## 17606 379 378.022 362
## 17607 152 151.074 155
## 17608 410 351.370 378
## 17609 195 193.357 219
## 17610 273 272.096 202
## 17611 191 176.288 156
## 17612 263 253.993 533
## 17613 280 279.177 220
## 17614 223 218.579 285
## 17615 238 236.591 206
## 17616 269 252.974 150
## 17617 267 265.441 172
## 17618 185 182.556 146
## 17619 198 196.333 138
## 17620 158 152.011 137
## 17621 171 169.938 222
## 17622 471 469.165 182
## 17623 192 190.714 234
## 17624 236 220.834 315
## 17625 300 285.978 609
## 17626 150 149.071 138
## 17627 213 212.316 200
## 17628 390 355.530 220
## 17629 203 202.016 155
## 17630 202 200.247 146
## 17631 221 199.591 165
## 17632 272 262.605 160
## 17633 392 296.564 289
## 17634 197 195.887 212
## 17635 164 162.680 123
## 17636 345 343.980 209
## 17637 746 685.974 624
## 17638 177 174.381 132
## 17639 254 224.538 198
## 17640 230 221.110 248
## 17641 253 244.835 167
## 17642 323 318.826 246
## 17643 707 646.310 320
## 17644 418 415.315 344
## 17645 191 189.354 141
## 17646 460 369.614 516
## 17647 299 225.418 319
## 17648 536 518.693 219
## 17649 108 106.653 533
## 17650 588 549.017 245
## 17651 175 169.602 314
## 17652 134 132.126 129
## 17653 265 228.139 189
## 17654 192 166.837 146
## 17655 259 245.607 96
## 17656 238 235.708 324
## 17657 733 731.461 1138
## 17658 182 171.314 225
## 17659 191 189.069 165
## 17660 249 224.552 216
## 17661 208 206.787 167
## 17662 467 465.391 475
## 17663 149 148.047 122
## 17664 101 86.915 150
## 17665 234 213.329 275
## 17666 2173 2161.385 207
## 17667 208 200.393 230
## 17668 191 189.057 203
## 17669 266 231.153 338
## 17670 200 198.272 184
## 17671 249 245.171 260
## 17672 180 174.930 201
## 17673 517 514.967 342
## 17674 272 267.277 160
## 17675 170 168.444 160
## 17676 612 611.358 408
## 17677 324 323.014 283
## 17678 154 152.271 217
## 17679 150 126.591 123
## 17680 187 185.447 170
## 17681 190 186.973 211
## 17682 310 307.854 343
## 17683 139 138.187 217
## 17684 212 211.376 203
## 17685 1011 620.860 125
## 17686 223 209.845 167
## 17687 176 174.343 166
## 17688 292 290.273 299
## 17689 184 180.868 191
## 17690 315 307.101 244
## 17691 257 253.460 195
## 17692 622 619.828 209
## 17693 210 208.904 154
## 17694 190 188.993 166
## 17695 143 140.611 335
## 17696 205 197.739 149
## 17697 477 295.553 277
## 17698 638 635.089 315
## 17699 193 175.679 155
## 17700 404 402.888 241
## 17701 292 290.687 237
## 17702 175 168.998 158
## 17703 128 121.255 190
## 17704 461 460.152 119
## 17705 156 155.992 146
## 17706 139 137.800 153
## 17707 202 200.940 153
## 17708 370 368.599 246
## 17709 287 258.601 213
## 17710 228 226.246 195
## 17711 237 191.348 173
## 17712 151 146.442 107
## 17713 306 302.955 237
## 17714 197 194.133 187
## 17715 207 203.450 174
## 17716 278 276.094 318
## 17717 251 236.637 196
## 17718 189 164.007 191
## 17719 276 275.292 771
## 17720 184 182.004 201
## 17721 179 163.179 178
## 17722 907 904.576 364
## 17723 303 301.226 162
## 17724 188 187.010 183
## 17725 168 161.337 134
## 17726 237 236.344 188
## 17727 330 329.490 263
## 17728 198 191.460 639
## 17729 203 201.565 3165
## 17730 192 178.381 205
## 17731 200 198.605 202
## 17732 274 272.650 164
## 17733 242 228.038 236
## 17734 138 136.540 97
## 17735 262 260.835 157
## 17736 516 513.768 487
## 17737 252 250.061 157
## 17738 158 151.632 167
## 17739 262 260.931 207
## 17740 300 287.693 413
## 17741 225 212.356 164
## 17742 580 577.316 656
## 17743 371 369.269 361
## 17744 262 248.615 215
## 17745 195 188.522 182
## 17746 328 326.235 263
## 17747 339 337.427 278
## 17748 414 378.060 369
## 17749 131 129.183 135
## 17750 176 174.446 208
## 17751 269 265.758 221
## 17752 118 112.287 153
## 17753 205 203.247 172
## 17754 519 517.003 312
## 17755 467 465.222 245
## 17756 185 182.622 167
## 17757 152 151.047 259
## 17758 417 394.504 215
## 17759 269 237.764 206
## 17760 1454 1449.907 457
## 17761 191 154.958 232
## 17762 248 244.478 223
## 17763 184 182.747 216
## 17764 563 467.933 194
## 17765 159 157.733 134
## 17766 369 351.737 340
## 17767 215 189.934 219
## 17768 170 167.499 150
## 17769 141 138.423 173
## 17770 142 141.247 182
## 17771 231 229.316 179
## 17772 1290 1287.428 152
## 17773 267 250.470 166
## 17774 234 232.465 264
## 17775 692 686.812 325
## 17776 187 185.358 229
## 17777 106 104.663 364
## 17778 359 345.119 193
## 17779 166 163.827 145
## 17780 197 196.266 148
## 17781 195 193.686 169
## 17782 408 326.357 234
## 17783 385 155.646 201
## 17784 354 352.939 308
## 17785 134 132.540 105
## 17786 174 173.414 181
## 17787 176 174.727 179
## 17788 183 181.165 134
## 17789 202 197.984 185
## 17790 208 206.800 158
## 17791 469 414.457 264
## 17792 140 139.105 131
## 17793 275 264.370 199
## 17794 171 163.062 211
## 17795 279 216.781 145
## 17796 184 179.509 186
## 17797 261 260.043 176
## 17798 220 217.952 227
## 17799 1321 1318.877 168
## 17800 519 513.360 404
## 17801 136 129.866 103
## 17802 192 190.315 193
## 17803 187 172.772 137
## 17804 116 114.364 181
## 17805 399 264.400 361
## 17806 181 179.387 116
## 17807 149 144.185 133
## 17808 161 156.801 173
## 17809 192 181.498 202
## 17810 1316 895.284 279
## 17811 300 287.391 549
## 17812 492 185.513 174
## 17813 135 133.650 176
## 17814 229 227.622 196
## 17815 413 411.635 445
## 17816 232 203.314 170
## 17817 200 197.921 132
## 17818 210 209.108 195
## 17819 314 275.471 190
## 17820 139901 1554.235 392
## 17821 238 237.162 279
## 17822 261 259.471 247
## 17823 242 240.418 310
## 17824 253 249.402 180
## 17825 190 188.161 192
## 17826 213 212.523 159
## 17827 203 201.757 234
## 17828 188 173.763 158
## 17829 271 269.937 165
## 17830 340 322.070 267
## 17831 205 196.726 193
## 17832 545 525.470 319
## 17833 168 154.746 176
## 17834 219 217.689 847
## 17835 233 221.009 207
## 17837 230 196.672 203
## 17838 257 255.193 157
## 17839 166 145.660 131
## 17840 157 155.807 140
## 17841 36021 591.709 415
## 17842 351 347.179 265
## 17843 353 352.365 220
## 17844 265 260.124 274
## 17845 256 254.496 134487
## 17846 155 141.004 144
## 17847 268 266.189 186
## 17848 289 279.792 213
## 17849 223 221.143 259
## 17850 214 210.917 173
## 17851 229 223.816 167
## 17852 186 184.304 190
## 17853 244 241.984 225
## 17854 196 193.993 265
## 17855 386 384.819 302
## 17856 131 129.679 130
## 17857 634 629.335 408
## 17858 383 338.382 403
## 17859 377 374.480 202
## 17860 156 153.083 137
## 17861 770 353.697 284
## 17862 364 358.891 359
## 17863 149 140.669 183
## 17864 186 184.958 161
## 17865 184 183.756 147
## 17866 569 402.648 232
## 17867 217 211.461 270
## 17868 138 120.433 112
## 17869 328 326.451 238
## 17870 117 116.113 151
## 17871 336 332.775 199
## 17872 210 208.765 487
## 17873 237 223.567 241
## 17874 399 396.728 198
## 17875 380 356.401 186
## 17876 326 321.460 287
## 17877 384 378.535 270
## 17878 238 237.129 130
## 17879 228 219.811 145
## 17880 624 150.319 6
## 17881 550 530.706 214
## 17882 312 310.796 176
## 17883 185 146.193 119
## 17885 119 118.543 149
## 17886 193 191.868 208
## 17887 494 441.250 516
## 17888 419 378.637 213
## 17889 232 230.142 230
## 17890 327 325.703 199
## 17891 292 287.012 272
## 17892 287 260.765 179
## 17893 698 688.526 441
## 17894 280 263.412 273
## 17895 353 340.440 451
## 17896 159 157.977 145
## 17897 255 253.033 237
## 17898 378 376.190 4761
## 17899 214 212.880 233
## 17900 219 211.091 156
## 17901 2830 2819.659 714
## 17902 475 474.735 128
## 17903 185 184.694 91
## 17904 219 216.583 270
## 17905 153 150.322 124
## 17906 211 209.067 520
## 17907 237 206.406 216
## 17908 179 177.394 165
## 17909 172 154.290 152
## 17910 221 208.960 254
## 17911 174 169.977 199
## 17912 176 172.726 287
## 17913 291 286.449 179
## 17914 167 160.331 185
## 17915 211 210.399 219
## 17917 176 174.752 198
## 17918 267 266.251 198
## 17919 237 214.878 200
## 17920 449 446.940 214
## 17921 263 215.270 196
## 17922 341 338.970 289
## 17923 329 285.293 215
## 17924 282 279.172 148
## 17925 209 191.388 170
## 17926 202 200.792 193
## 17927 187 185.060 210
## 17928 237 235.380 227
## 17929 250 249.276 374
## 17930 777 775.614 814
## 17931 257 254.565 226
## 17932 355 353.538 295
## 17933 245 243.129 1675
## 17934 153 152.212 144
## 17935 146 144.680 207
## 17936 252 245.552 489
## 17937 192 171.604 185
## 17938 173 172.000 151
## 17939 188 186.179 159
## 17940 286 266.215 202
## 17941 268 254.904 287
## 17942 136 135.685 122
## 17943 149 148.137 145
## 17944 204 203.243 158
## 17945 216 210.930 275
## 17946 124 115.557 160
## 17947 197 174.976 167
## 17948 334 332.963 203
## 17949 282 265.816 223
## 17950 185 184.199 150
## 17951 227 225.470 234
## 17953 659 195.651 186
## 17954 196 195.507 299
## 17955 176 175.139 145
## 17956 143 126.685 99
## 17957 193 192.668 190
## 17958 127 125.056 171
## 17959 244 228.370 153
## 17960 237 228.621 195
## 17961 210 197.031 144
## 17962 166 165.176 193
## 17963 227 204.298 173
## 17964 130 128.018 440
## 17965 374 359.613 281
## 17966 237 236.180 168
## 17967 150 143.067 104
## 17968 328 327.376 267
## 17969 171 157.999 132
## 17970 179 177.544 197
## 17971 221 219.690 202
## 17972 388 383.329 242
## 17973 191 190.401 205
## 17974 203 200.988 131
## 17975 194 191.771 169
## 17976 248 237.098 206
## 17977 196 183.167 151
## 17978 166 164.666 396
## 17979 190 174.375 245
## 17980 161 159.926 182
## 17981 245 244.667 168
## 17982 241 196.049 180
## 17983 573 155.065 132
## 17984 301 299.842 228
## 17985 201 191.572 2114
## 17986 143 141.477 125
## 17987 165 164.483 145
## 17988 221 221.373 161
## 17989 124 122.262 373
## 17990 251 230.131 196
## 17991 281 274.630 297
## 17992 307 306.142 210
## 17993 189 187.649 166
## 17994 160 159.312 139
## 17995 364 362.230 378
## 17996 1112 988.149 563
## 17997 188 187.206 158
## 17998 823 821.915 1501
## 17999 242 240.828 202
## 18000 252 251.065 133
## 18001 419 417.093 388
## 18002 207 192.443 155
## 18003 172 138.842 182
## 18004 272 271.244 215
## 18005 120 102.246 132
## 18006 216 214.336 197
## 18007 204 191.364 206
## 18008 130 108.576 107
## 18009 180 171.576 21936
## 18010 494 485.182 541
## 18011 210 206.446 181
## 18012 238 224.519 201
## 18013 240 238.783 231
## 18014 237 219.677 191
## 18015 1402 189.350 162
## 18016 184 183.205 318
## 18017 364 351.085 242
## 18018 955 772.869 843
## 18019 156 150.816 177
## 18020 149 147.879 186
## 18021 467 465.451 308
## 18022 301 299.770 156
## 18023 258 250.608 278
## 18024 256 241.751 329
## 18025 400 387.162 372
## 18026 111 109.363 193
## 18027 197 195.871 246
## 18028 189 174.365 221
## 18029 140 139.464 137
## 18030 265 195.629 193
## 18031 279 277.995 256
## 18032 228 224.668 187
## 18033 248 246.448 622
## 18034 493 492.653 120
## 18035 268 262.512 192
## 18036 189 187.103 145
## 18037 380 364.799 204
## 18038 844 840.910 313
## 18039 169 163.719 1547
## 18040 247 246.205 209
## 18041 373 371.339 198
## 18042 138 137.118 160
## 18043 260 235.673 215
## 18044 184 182.627 193
## 18045 204 203.023 170
## 18046 236 194.913 3849
## 18047 366 364.624 494
## 18048 272 270.844 233
## 18049 261 259.315 256
## 18050 222 220.672 291
## 18051 235 220.775 147
## 18052 389 308.807 9638
## 18053 550 450.397 424
## 18054 171 168.846 254
## 18055 559 549.245 872
## 18056 529 527.339 719
## 18057 248 245.552 299
## 18058 121 115.424 105
## 18059 310 308.375 294
## 18060 178 170.572 125
## 18061 233 232.054 3545
## 18062 299 289.292 185
## 18063 172 165.438 157
## 18064 171 158.627 291
## 18066 251 244.679 303
## 18067 246 244.724 256
## 18068 204 201.960 326
## 18069 231 226.124 348
## 18070 160 150.610 231
## 18071 208 205.466 191
## 18072 316 250.771 217
## 18073 221 219.883 181
## 18074 198 197.544 189
## 18075 225 223.940 197
## 18076 309 299.657 366
## 18077 140 137.775 149
## 18078 110 109.107 110
## 18079 161 159.622 221
## 18080 261 259.225 260
## 18081 117 115.992 105
## 18082 280 202.557 304
## 18083 223 218.496 197
## 18084 354 352.280 163
## 18085 310 306.212 189
## 18086 384 341.522 359
## 18087 230 229.095 183
## 18088 525 523.478 349
## 18089 188 186.458 176
## 18090 234 232.342 249
## 18091 334 273.368 189
## 18092 257 256.170 226
## 18093 616 613.751 255
## 18094 228 222.959 270
## 18095 158 153.758 257
## 18096 225 214.482 312
## 18097 205 204.376 209
## 18098 959 947.498 401
## 18099 194 189.654 178
## 18100 216 203.376 405
## 18101 243 241.399 242
## 18102 438 291.537 676
## 18103 496 463.508 329
## 18104 264 246.499 239
## 18105 72 71.985 96
## 18106 269 266.434 593
## 18107 223 212.723 155
## 18108 323 309.327 200
## 18109 298 294.805 303
## 18110 225 220.668 211
## 18111 323 320.114 234
## 18112 261 259.792 211
## 18113 126 125.144 161
## 18114 427 387.316 645
## 18115 202 185.635 149
## 18116 534 241.544 224
## 18117 387 380.222 237
## 18118 358 350.937 157
## 18119 368 360.811 164
## 18120 246 238.802 205
## 18121 789 780.180 277
## 18122 380 373.607 109
## 18123 269 266.398 274
## 18124 132 130.544 150
## 18125 207 199.930 199
## 18126 156 149.000 206
## 18127 232 230.545 224
## 18128 217 185.952 173
## 18129 219 200.806 213
## 18130 3920 3816.985 379
## 18131 1606 1532.374 470
## 18132 166 160.562 127
## 18133 527 516.651 173
## 18134 191 190.323 165
## 18135 307 305.027 252
## 18136 582 277.930 112
## 18137 277 275.813 291
## 18138 243 217.401 185
## 18139 182 177.745 162
## 18140 419 417.289 283
## 18141 181 179.527 257
## 18142 1136 1127.403 389
## 18143 177 173.980 211
## 18144 226 223.038 175
## 18145 324 280.273 286
## 18146 183 175.900 230
## 18147 231 216.010 171361
## 18148 154 152.900 143
## 18149 209 208.126 154
## 18150 314 309.393 158
## 18151 222 220.866 167
## 18152 191 186.854 128
## 18153 136 135.730 139
## 18154 427 425.641 188
## 18155 274 271.844 1116
## 18156 527 524.435 282
## 18157 209 170.079 178
## 18158 167 164.954 162
## 18159 136 124.293 163
## 18160 278 260.656 206
## 18161 274 242.937 259
## 18162 364 360.477 248
## 18163 212 210.345 171
## 18164 528 523.864 240
## 18165 186 182.528 174
## 18166 1209 954.855 411
## 18167 237 197.963 680
## 18168 143 138.203 158
## 18169 206 205.140 248
## 18170 130 126.724 9821
## 18171 150 148.140 123
## 18172 253 249.234 195
## 18173 461 143.287 165
## 18174 203 185.341 137
## 18175 226 201.563 137
## 18176 287 286.018 255
## 18177 148 136.108 72
## 18178 167 166.259 203
## 18179 385 376.472 236
## 18180 156 152.802 171
## 18181 163 163.052 136
## 18182 158 145.213 184
## 18183 205 199.059 136
## 18184 362 349.225 307
## 18185 206 204.598 159
## 18186 190 189.079 234
## 18187 414 383.136 244
## 18188 198 185.196 172
## 18189 137 135.244 462
## 18190 121 119.882 117
## 18191 172 170.288 224
## 18192 213 210.715 163
## 18193 153 151.598 159
## 18194 187 185.075 2871
## 18195 7172 1059.844 940
## 18196 344 342.254 214
## 18197 144 142.991 139
## 18198 375 369.618 261
## 18199 274 272.300 210
## 18200 455 286.273 211
## 18201 121 119.220 133
## 18202 227 208.116 196
## 18203 281 279.863 246
## 18204 218 217.546 197
## 18205 527 261.441 249
## 18206 530 501.732 235
## 18207 365 351.679 367
## 18208 180 162.932 160
## 18209 157 156.302 164
## 18210 146 139.899 101
## 18211 257 243.916 182
## 18212 215 200.106 209
## 18213 688 671.493 368
## 18214 314 304.463 218
## 18215 302 273.839 166
## 18216 122 119.827 123
## 18217 423 416.604 254
## 18218 639 632.362 239
## 18219 181 179.903 151
## 18220 140 114.920 104
## 18221 185 184.146 121
## 18222 195 194.791 152
## 18223 241 239.878 153
## 18224 235 233.266 185
## 18225 187 184.890 160
## 18226 238 235.125 432
## 18227 39062 159.406 152
## 18228 261 259.358 361
## 18229 2506 2503.619 254
## 18231 237 219.025 268
## 18232 246 244.183 219
## 18233 191 189.075 179
## 18234 317 306.429 166
## 18235 161 158.063 127
## 18236 204 189.692 169
## 18237 258 253.344 216
## 18238 263 256.834 254
## 18239 134 132.308 139
## 18240 271 266.451 785
## 18241 154 147.174 149
## 18242 149 148.134 190
## 18243 332 322.288 185
## 18244 146 144.625 161
## 18245 211 186.262 219
## 18246 113 112.482 133
## 18247 223 222.237 149
## 18248 221 206.215 222
## 18249 271 270.125 221
## 18250 197 195.362 210
## 18251 243 232.460 344
## 18252 236 209.502 263
## 18253 148 147.499 241
## 18254 235 234.272 229
## 18255 360 300.903 272
## 18256 209 175.281 369
## 18257 317 307.998 194
## 18258 549 546.104 315
## 18259 251 249.704 132
## 18260 268 243.514 236
## 18261 288 272.717 175
## 18262 208 200.302 174
## 18263 369 367.732 210
## 18264 196 179.329 161
## 18265 350 335.852 261
## 18266 197 195.440 179
## 18267 216 215.553 190
## 18268 679 677.577 392
## 18269 156 135.667 169
## 18270 254 253.034 223
## 18271 150 149.760 143
## 18272 120 118.627 222
## 18273 287 284.997 351
## 18274 358 335.540 236
## 18275 155 150.013 229
## 18276 287 285.576 301
## 18277 182 173.109 231
## 18278 285 275.252 350
## 18279 243 57.597 511
## 18280 39081 2615.607 580
## 18281 266 264.204 210
## 18282 127 126.201 99
## 18283 158 156.930 202
## 18284 207 206.095 158
## 18285 228 222.361 192
## 18286 169 167.777 229
## 18287 440 433.709 217
## 18288 166 147.386 155
## 18289 158 137.894 154
## 18290 208 200.051 215
## 18291 340 307.822 190
## 18292 325 310.388 203
## 18293 187 166.303 182
## 18294 242 240.315 277
## 18295 283 277.227 217
## 18296 476 474.086 125
## 18297 204 203.027 161
## 18298 226 225.005 146
## 18299 199 188.553 170
## 18300 175 152.349 130
## 18301 1143 621.130 293
## 18302 919 917.494 1272
## 18303 184 183.036 247
## 18304 320 311.349 246
## 18305 181 158.657 209
## 18306 114 108.060 182
## 18307 227 227.024 230
## 18308 170 131.884 179
## 18309 210 155.234 159
## 18310 215 214.091 264
## 18311 248 246.737 718
## 18312 140 137.828 147
## 18313 466 464.439 363
## 18314 206 205.166 168
## 18315 223 210.344 200
## 18316 145 139.041 609
## 18317 147 146.078 150
## 18318 190 188.251 209
## 18319 287 285.725 234
## 18320 273 270.739 234
## 18321 875 873.382 125
## 18322 169 167.515 168
## 18323 211 195.859 156
## 18324 381 378.531 589
## 18325 210 202.794 152
## 18326 137 135.727 716
## 18327 126 124.941 221
## 18328 691 691.032 312
## 18329 387 383.603 159
## 18330 401 386.943 159
## 18331 175 172.891 107
## 18332 1189 178.965 273
## 18333 250 242.260 205
## 18334 227 225.387 187
## 18335 1078 1070.535 318
## 18336 290 289.490 177
## 18337 199 185.843 260
## 18338 294 290.979 190
## 18339 265 235.205 315
## 18340 619 592.024 184
## 18341 274 270.221 212
## 18342 150 148.728 116
## 18343 182 176.864 144
## 18344 480 468.622 149
## 18345 208 186.380 145
## 18346 150 148.933 111
## 18347 157 156.029 158
## 18348 185 175.666 145
## 18349 264 261.635 302
## 18350 293 288.588 220
## 18351 314 312.123 245
## 18352 256 245.784 232
## 18353 227 155.743 158
## 18354 441 368.373 272
## 18355 189 151.471 130
## 18357 636 623.076 524
## 18358 278 277.034 13360
## 18359 2433 2431.197 234
## 18360 159 157.363 173
## 18361 193 189.853 189
## 18362 153 152.575 110
## 18363 1052 1019.230 1189
## 18364 176 164.201 148
## 18365 255 253.159 275
## 18366 128 127.269 129
## 18367 260 259.415 166
## 18368 216 214.655 207
## 18369 125 113.512 136
## 18370 1145 194.793 198
## 18371 250 215.355 144
## 18372 122 112.570 157
## 18373 154 151.145 132
## 18374 254 244.976 249
## 18375 297 287.669 234
## 18376 198 179.386 163
## 18377 540 537.454 242
## 18378 264 259.982 232
## 18379 144 142.450 103
## 18380 159 142.143 157
## 18381 260 207.871 307
## 18382 266 264.639 363
## 18383 276 272.588 294
## 18384 143 141.482 138
## 18385 261 185.129 185
## 18386 509 484.600 183
## 18387 132 130.914 210
## 18388 472 458.217 275
## 18389 201 199.899 168
## 18390 495 486.775 215
## 18391 369 343.223 226
## 18392 232 230.401 203
## 18393 239 237.344 252
## 18394 290 282.348 196
## 18395 237 233.338 187
## 18396 202 200.156 134
## 18397 544 485.504 271
## 18398 242 231.551 198
## 18399 155 149.889 889
## 18400 235 233.002 185
## 18401 201 199.867 235
## 18402 982 166.885 95
## 18403 215 213.110 225
## 18404 108 107.860 147
## 18405 164 162.837 163
## 18406 162 161.218 180
## 18407 387 347.353 244
## 18408 184 182.435 181
## 18409 199 197.435 169
## 18410 272 270.902 178
## 18411 215 208.348 174
## 18412 284 282.369 183
## 18413 161 160.393 199
## 18414 179 175.241 368
## 18415 231 228.399 250
## 18416 381 364.011 196
## 18417 162 150.793 185
## 18418 147 145.543 138
## 18419 289 288.221 189
## 18420 228 226.020 138
## 18421 187 185.688 181
## 18422 183 161.887 163
## 18423 245 235.207 209
## 18424 266 264.979 177
## 18425 262 261.124 163
## 18426 280 278.884 226
## 18427 175 88.100 388
## 18428 198 191.968 157
## 18429 165 163.785 298
## 18430 156 153.668 108
## 18431 322 320.950 159
## 18432 120 104.435 110
## 18433 141 140.454 139
## 18434 367 310.137 187
## 18435 162 155.408 188
## 18436 170 162.168 166
## 18437 211 208.165 207
## 18438 247 245.945 208
## 18439 428 425.850 321
## 18440 323 320.963 124
## 18441 145 140.570 201
## 18442 138 136.451 140
## 18443 248 239.276 206
## 18444 273 272.418 181
## 18445 233 225.606 254
## 18446 229 225.962 175
## 18447 290 282.470 193
## 18448 345 343.358 280
## 18449 223 221.214 1807
## 18450 188 186.933 201
## 18451 158 155.971 150
## 18452 772 341.080 255
## 18453 226 214.605 159
## 18454 207 190.217 157
## 18455 229 221.765 152
## 18456 200 198.499 176
## 18457 291 290.005 241
## 18458 248 246.701 157
## 18459 529 527.396 300
## 18460 245 245.020 126
## 18461 166 163.328 205
## 18462 188 185.617 267
## 18463 121 119.750 88
## 18464 310 290.891 166
## 18465 237 235.396 197
## 18466 213 212.965 215
## 18467 1312 352.320 633
## 18468 272 241.362 233
## 18469 373 355.374 176
## 18470 165 164.558 80
## 18471 202 196.434 99
## 18472 135 127.737 242
## 18473 216 210.334 149
## 18474 280 253.204 152
## 18475 195 192.425 101
## 18476 176 169.912 612
## 18477 198 196.365 260
## 18478 249 209.976 215
## 18479 284 269.885 217
## 18480 195 192.809 144
## 18481 1221 1220.623 92
## 18482 552 549.608 385
## 18483 148 132.568 62
## 18484 323 307.153 168
## 18485 209 207.878 160
## 18486 157 155.236 194
## 18487 239 218.707 92
## 18488 139 130.674 71
## 18489 586 559.176 261
## 18490 235 206.086 297
## 18491 153 151.122 170
## 18492 329 324.460 212
## 18493 500 464.092 337
## 18494 211 208.309 166
## 18495 276 273.862 190
## 18496 183 177.383 179
## 18497 636 634.110 701
## 18498 252 241.063 221
## 18499 260 245.370 548
## 18500 339 319.626 5112
## 18501 173 159.948 140
## 18502 222 212.243 158
## 18503 391 389.546 261
## 18504 239 231.815 303
## 18505 531 421.335 349
## 18506 347 317.576 908
## 18507 466 426.076 233
## 18508 112 110.133 159
## 18509 252 211.494 283
## 18510 499 490.661 228
## 18511 757 709.139 212
## 18512 207 192.456 163
## 18513 185 182.557 177
## 18514 349 152.390 286
## 18515 144 143.381 144
## 18516 291 281.656 281
## 18517 236 235.135 146
## 18518 357 355.803 229
## 18519 254 253.753 209
## 18520 134 133.363 188
## 18521 129 121.165 191
## 18522 638 636.733 636
## 18523 182 181.334 188
## 18524 132 131.723 165
## 18525 269 262.378 235
## 18526 272 214.145 244
## 18527 708 707.342 244
## 18528 293 277.788 167
## 18529 229 228.034 191
## 18530 141 139.417 111
## 18531 252 250.860 187
## 18532 254 252.642 381
## 18533 354 351.453 250
## 18534 264 212.499 130
## 18535 296 288.605 283
## 18536 158 146.261 116
## 18537 169 158.497 190
## 18538 217 216.041 166
## 18539 213 189.589 171
## 18540 326 243.943 268
## 18541 94 87.460 61
## 18542 94 91.171 159
## 18543 251 244.619 76933
## 18544 187 178.527 156
## 18545 259 257.975 203
## 18546 136 134.802 62
## 18547 385 383.624 267
## 18548 151 150.648 250
## 18549 252 239.798 117
## 18550 229 205.571 180
## 18551 337 334.909 180
## 18552 219 216.709 208
## 18553 255 220.315 257
## 18554 261 259.255 222
## 18555 290 144.338 269
## 18556 210 209.512 138
## 18557 166 160.855 150
## 18558 234 224.743 234
## 18559 212 210.125 396
## 18560 745 739.103 2651
## 18561 229 200.553 137
## 18562 323 321.819 236
## 18563 191 189.434 158
## 18564 144 143.303 165
## 18565 226 207.981 219
## 18566 449 370.106 337
## 18567 305 304.149 178
## 18568 235 233.097 257
## 18569 216 213.794 237
## 18570 272 256.475 209
## 18571 262 208.262 164
## 18572 265 247.108 217
## 18573 231 230.289 187
## 18574 105 103.958 167
## 18575 221 217.333 268
## 18576 199 198.490 206
## 18577 160 156.676 163
## 18578 176 174.640 126
## 18579 253 251.259 204
## 18580 242 233.729 147
## 18581 153 152.275 166
## 18582 178 173.174 296
## 18583 189 187.895 161
## 18584 104 103.368 111
## 18585 117 112.219 190
## 18586 206 205.171 198
## 18587 209 207.293 308
## 18588 245 224.415 236
## 18589 432 132.483 213
## 18590 186 184.656 154
## 18591 1988665 375.820 7
## 18592 564 114.764 120
## 18593 153 121.292 143
## 18594 179 176.489 266
## 18595 168 166.942 163
## 18596 136 135.479 202
## 18597 155 147.098 228
## 18598 253 252.079 117
## 18599 562 522.141 2119
## 18600 157 150.434 198
## 18601 227 218.056 239
## 18602 256 215.017 262
## 18603 228 226.248 185
## 18604 435 342.877 181
## 18605 125 118.138 154
## 18606 206 181.556 12059272
## 18607 173 161.853 1161
## 18608 606 603.460 409
## 18609 230 222.403 164
## 18610 207 205.154 191
## 18611 142 141.369 320
## 18612 271 239.458 304
## 18613 255 251.654 144
## 18614 190 148.428 75
## 18615 223 213.577 329
## 18616 384 377.861 144
## 18617 155 150.534 169
## 18618 369 266.759 238
## 18619 290 255.144 299
## 18620 152 150.893 151
## 18621 556 419.751 158
## 18622 303 301.963 218
## 18623 130 90.920 129
## 18624 242 241.208 264
## 18625 236 206.762 243
## 18626 402 400.526 222
## 18627 177 175.282 159
## 18628 126 108.148 175
## 18629 119 118.476 121
## 18630 285 242.118 239
## 18631 118 116.771 139
## 18632 199 196.708 73
## 18633 221 219.692 170
## 18634 208 206.920 285
## 18635 371 369.897 306
## 18636 185 183.680 182
## 18637 238 223.803 219
## 18638 182 181.437 152
## 18639 123 121.910 147
## 18640 122 121.322 126
## 18641 180 166.654 118
## 18642 115 109.677 209
## 18643 191 190.397 133
## 18644 152 151.508 220421
## 18645 132 131.135 168
## 18646 144 143.642 151
## 18647 179 165.374 289
## 18648 174 166.554 262
## 18649 146 117.651 209
## 18650 267 240.076 124
## 18651 204 201.782 178
## 18652 227 216.280 109
## 18653 321 319.670 302
## 18654 195 194.149 93
## 18655 454 429.830 219
## 18656 475 474.159 129
## 18657 296 294.092 179
## 18658 119 113.579 69
## 18659 259 229.427 82
## 18660 766 195.547 204
## 18661 117 102.307 174
## 18662 113 112.671 77
## 18663 218 217.107 231
## 18664 180 178.487 180
## 18665 299 294.422 108
## 18666 208 206.964 168
## 18667 183 181.696 280
## 18668 244 230.228 247
## 18669 161 159.721 152
## 18670 15914 498.353 237
## 18671 274 247.170 4053
## 18672 244 188.072 229
## 18673 1504 1411.605 558
## 18674 765 699.894 574
## 18675 328 250.244 245
## 18676 190 188.608 272
## 18677 198 192.137 211
## 18678 352 336.531 187
## 18679 19668 188.675 202
## 18680 157 134.231 88
## 18681 225 224.513 156
## 18682 232 203.485 294
## 18683 122 122.358 125
## 18684 229 228.174 153
## 18685 179 177.898 169
## 18686 123 122.964 91
## 18687 272 265.050 203
## 18688 190 171.706 149
## 18689 309 307.804 236
## 18690 256 253.706 459
## 18691 154 149.529 181
## 18692 1214 1212.526 185
## 18693 187 168.291 80
## 18694 156 154.875 246
## 18695 135 131.340 202
## 18696 176 170.386 180
## 18697 108 95.523 95
## 18698 191 189.715 135
## 18699 214 211.963 268
## 18700 188 184.951 267
## 18701 431 429.916 234
## 18702 159 157.639 364
## 18703 136 135.279 127
## 18704 174 172.418 167
## 18705 270 254.290 160
## 18706 186 184.693 217
## 18707 142 134.184 129
## 18708 549 179.943 9
## 18709 538 313.803 111
## 18710 376 374.191 180
## 18711 210 209.213 81
## 18712 217 214.957 220
## 18713 252 250.195 189
## 18714 445 443.194 155
## 18715 216 213.622 218
## 18716 132 130.155 162
## 18717 224 197.624 478
## 18718 219 179.569 256
## 18719 232 178.541 182
## 18720 151 150.371 19
## 18721 424 375.581 389
## 18722 119 117.459 134
## 18723 176 173.696 128
## 18724 190 187.394 194
## 18725 205 203.533 263
## 18726 149 147.961 121
## 18727 260 259.370 237
## 18728 176 166.860 147
## 18729 140 122.938 120
## 18730 197 195.580 152
## 18731 174 168.754 164
## 18732 385 383.378 303
## 18733 201 190.328 203
## 18734 759 735.365 442
## 18735 183 167.443 156
## 18736 168 166.093 204
## 18737 688 686.568 624
## 18738 152 150.740 209
## 18739 355 347.812 506
## 18740 235 233.933 165
## 18741 284 283.269 283
## 18742 192 190.228 131
## 18744 360 346.145 667
## 18745 435 424.446 305
## 18746 356 329.921 433
## 18747 202 182.867 179
## 18748 343 251.391 396
## 18749 158 157.477 165
## 18750 180 178.252 96
## 18751 210 196.665 224
## 18752 238 227.321 243
## 18753 145 143.727 142
## 18754 331 323.632 304
## 18755 239 162.711 4113
## 18756 135 133.910 120
## 18757 151 149.303 113
## 18758 312 311.270 194
## 18759 355 301.833 339
## 18760 236 234.501 274
## 18761 170 159.630 146
## 18762 125 124.166 112
## 18763 254 221.532 184
## 18764 2145 1619.165 251
## 18765 166 165.460 243
## 18766 179 177.816 324
## 18767 713 666.042 299
## 18768 164 161.853 185
## 18769 132 131.440 134
## 18770 193 190.924 161
## 18771 126 120.638 158
## 18772 186 184.924 186
## 18773 174 162.628 203
## 18774 184 183.129 200
## 18775 327 276.661 475
## 18776 215 195.956 143
## 18777 179 154.887 232
## 18778 166 164.263 186
## 18779 397 395.163 203
## 18780 154 120.681 126
## 18781 254 252.483 253
## 18782 211 209.167 308
## 18783 759 755.914 213
## 18784 344 298.781 206
## 18785 157 149.777 158
## 18786 322 310.708 306
## 18787 158 151.687 122
## 18788 147 142.165 107
## 18789 240 237.044 174
## 18790 753 751.432 213
## 18791 226 225.261 191
## 18792 170 169.498 214
## 18793 131 106.550 70
## 18794 153 139.216 135
## 18795 199 198.305 148
## 18796 302 300.939 177
## 18797 155 147.427 116
## 18798 126 125.193 61
## 18799 119 118.133 122
## 18800 163 161.244 158
## 18801 145 143.963 133
## 18802 194 193.518 171
## 18803 121 114.980 262
## 18804 252 251.149 184
## 18805 313 105.819 124
## 18806 392 379.297 229
## 18807 234 232.026 260
## 18808 355 300.837 225
## 18809 129 127.424 156
## 18810 273 203.686 174
## 18811 468 427.861 471
## 18812 224 199.070 129
## 18813 252 249.193 221
## 18814 185 177.860 211
## 18815 284 123.315 189
## 18816 338 293.261 221
## 18817 190 187.325 163
## 18818 198 197.012 236
## 18819 423 410.523 324
## 18820 284 218.161 208
## 18821 109 85.105 92
## 18822 170 167.939 147
## 18823 183 170.341 181
## 18824 127 113.743 141
## 18825 374 371.978 475
## 18826 118 104.236 66
## 18827 623 609.744 310
## 18828 656 653.689 443
## 18829 171 167.217 163
## 18830 390 387.936 268
## 18831 231 229.014 263
## 18832 266 212.651 268
## 18833 326 324.268 488
## 18834 1220 393.518 196
## 18835 321 317.446 151
## 18836 177 175.266 330
## 18837 139 137.443 213
## 18838 2899 213.724 2682
## 18839 220 199.400 104
## 18840 194 191.260 184
## 18841 193 191.978 156
## 18842 284 170.850 152
## 18843 444 437.930 236
## 18844 124 108.438 181
## 18845 345 343.145 207
## 18846 229 228.198 167
## 18847 306 262.479 286
## 18848 201 200.248 189
## 18849 435 433.716 221
## 18850 184 182.527 153
## 18851 166 165.105 120
## 18852 184 182.549 170
## 18853 453 421.317 109
## 18854 171 168.992 141
## 18855 161 159.740 172
## 18856 289 265.926 205
## 18857 25491 267.888 25151
## 18858 234 231.823 232
## 18859 564 548.332 224
## 18860 158 156.962 129
## 18861 244 242.483 208
## 18862 374 357.367 250
## 18863 137 135.137 216
## 18864 182 174.464 129
## 18865 381 349.676 287
## 18866 167 166.075 119
## 18867 232 231.476 139
## 18868 189 187.137 161
## 18869 245 244.000 173
## 18870 276 274.657 170
## 18871 178 177.133 165
## 18872 258 236.293 222
## 18873 311 309.123 182
## 18874 111 109.601 207
## 18875 179 177.169 171
## 18876 161 159.302 131
## 18877 244 243.320 333
## 18878 216 206.378 239
## 18879 154 149.758 188
## 18880 144 141.510 133
## 18881 248 236.733 116
## 18882 283 281.641 2100
## 18883 212 197.100 224
## 18884 135 133.840 168
## 18885 276 272.373 335
## 18886 176 175.593 149
## 18887 188 165.960 2072
## 18888 181 179.961 138
## 18889 218 216.689 140
## 18890 128 126.881 139
## 18891 273 272.328 186
## 18892 162 161.332 147
## 18893 375 331.595 152
## 18894 173 136.393 147
## 18895 245 220.798 148
## 18896 174 162.073 153
## 18897 256 254.813 368
## 18898 643 619.250 265
## 18899 238 237.138 185
## 18900 227 225.700 209
## 18901 152 150.448 129
## 18902 163 161.644 151
## 18903 145 143.083 195
## 18904 1426 1423.847 123
## 18905 213 211.111 185
## 18906 169 167.350 169
## 18907 193 191.018 135
## 18908 194 192.675 156
## 18909 241 240.588 160
## 18910 213 210.587 292
## 18911 36066 308.391 257
## 18912 208 206.041 179
## 18913 141 139.533 234
## 18914 506 504.614 196
## 18915 382 380.186 370
## 18916 260 258.929 170
## 18917 278 276.219 272
## 18918 177 175.843 217
## 18919 288 244.774 223
## 18920 181 179.829 142
## 18921 190 188.294 226
## 18922 211 196.508 177
## 18923 201 200.585 151
## 18924 190 184.030 218
## 18925 92265 193.986 78694
## 18926 282 280.712 338
## 18927 211 207.194 116
## 18928 159 157.957 123
## 18929 336 311.149 247
## 18930 162 159.945 251
## 18931 130 128.796 147
## 18932 174 171.486 170
## 18933 138 136.898 217
## 18934 2706 290.358 446
## 18935 180 170.058 141
## 18936 190 189.111 194
## 18937 179 173.791 187
## 18938 227 224.540 11458
## 18939 237 235.429 132
## 18940 176 155.794 170
## 18941 170 168.288 143
## 18942 324 269.999 265
## 18943 156 155.192 116
## 18944 305 303.208 286
## 18945 137 135.502 160
## 18946 408 399.367 292
## 18947 226 224.192 172
## 18948 208 174.967 160
## 18949 368 361.719 1434
## 18950 476 450.233 297
## 18951 298 282.931 150
## 18952 148 145.681 121
## 18953 509 254.534 91996
## 18954 258 252.594 199
## 18955 181 180.469 146
## 18956 256 253.632 273
## 18957 313 305.668 194
## 18958 401 197.352 144
## 18959 171 138.186 138
## 18960 118 116.829 127
## 18961 268 266.096 258
## 18962 374 372.620 192
## 18963 466 464.431 240
## 18964 259 255.406 248
## 18965 14034 14024.670 284
## 18966 158 156.500 142
## 18967 224 223.611 203
## 18968 177 176.269 271
## 18969 375 373.837 235
## 18970 201 192.523 212
## 18971 179 170.615 285
## 18972 192 177.414 166
## 18973 159 158.030 94
## 18974 159 157.870 237
## 18975 395 325.663 620
## 18976 159 157.343 152
## 18977 209 207.997 150
## 18978 213 210.555 164
## 18979 1045 1009.367 257
## 18980 350 319.151 604
## 18981 844 840.608 437
## 18982 100 98.599 120
## 18983 258 249.530 196
## 18984 139 128.804 113
## 18985 905 350.080 94
## 18986 204 195.895 348
## 18987 446 433.744 341
## 18988 199 181.160 135
## 18989 180 178.787 176
## 18990 210 209.067 274
## 18991 398 388.536 633
## 18992 291 289.955 165
## 18993 145 141.280 146
## 18994 821 309.360 433
## 18995 164 150.735 146
## 18996 247 217.758 661
## 18997 97 85.082 112
## 18998 144 139.603 133
## 18999 548 546.240 242
## 19000 96 84.419 161
## 19001 180 176.049 127
## 19002 356 353.590 246
## 19003 175 174.429 105
## 19004 213 187.405 183
## 19005 249 248.366 235
## 19006 482 448.028 390
## 19007 229 220.535 184
## 19008 249 247.997 215
## 19009 219 217.717 305
## 19010 677 239.263 161
## 19011 633 583.590 258
## 19012 405 402.546 450
## 19013 88 87.747 123
## 19014 296 265.923 314
## 19015 149 147.149 136
## 19016 346 330.798 160044
## 19017 188 165.733 159
## 19018 373 327.258 302
## 19019 383 382.082 329
## 19020 880 872.363 285
## 19021 240 238.348 179
## 19022 309 305.604 364
## 19023 227 218.885 180
## 19024 249 247.252 254
## 19025 311 299.141 32771
## 19026 208 197.990 308
## 19027 208 206.809 174
## 19028 203 202.298 182
## 19029 311 301.377 287
## 19030 130 129.357 186
## 19031 217 215.760 160
## 19032 182 172.787 424
## 19033 242 236.787 334
## 19034 216 178.097 219
## 19035 292 291.199 69900
## 19036 51 49.945 169
## 19037 140 139.414 119
## 19038 242 158.213 189
## 19039 241 240.159 190
## 19040 179 171.386 172
## 19041 502 400.641 158
## 19042 511 227.676 244
## 19043 195 193.820 191
## 19044 176 175.420 151
## 19045 32018 239.480 216
## 19046 274 271.617 244
## 19047 304 302.996 101
## 19048 233 195.432 236
## 19049 104 103.554 116
## 19050 378 376.747 277
## 19051 288 245.760 225
## 19052 231 229.092 162
## 19053 348 325.397 232
## 19054 262 260.977 328
## 19055 408 401.833 179
## 19056 192 190.621 155
## 19057 281 279.536 390374
## 19058 154 150.139 126
## 19059 279 276.106 278
## 19060 505 154.558 211
## 19061 621 619.821 356
## 19062 258 231.057 389
## 19063 509 506.203 377
## 19064 310 124.979 146
## 19065 206 205.269 80
## 19066 220 218.482 130
## 19067 91 91.105 155
## 19068 245 230.758 140
## 19069 990 988.955 333
## 19070 137 135.634 175
## 19071 174 173.429 120
## 19072 264 248.631 206
## 19073 138 135.114 103
## 19074 318 315.406 265
## 19075 179 178.447 139
## 19076 235 201.526 223
## 19077 223 220.434 175
## 19078 523 259.699 179
## 19079 344 315.073 241
## 19080 358 349.392 263
## 19081 322 311.510 144
## 19082 157 155.276 187
## 19083 344 341.375 310
## 19084 186 184.612 159
## 19085 377 375.836 257
## 19086 184 177.492 165
## 19087 257 247.046 225
## 19088 184 167.875 235
## 19089 222 221.596 180
## 19090 354 352.103 252
## 19091 194 192.858 145
## 19092 163 154.852 109
## 19093 79 78.000 94
## 19094 225 223.697 149
## 19095 351 348.889 200
## 19096 220 218.671 161
## 19097 203 188.913 226
## 19098 187 145.821 200
## 19099 184 175.594 194
## 19100 181 179.036 173
## 19102 228 226.663 266
## 19103 458 437.353 422
## 19104 155 154.684 190
## 19105 201 200.822 252
## 19106 129 126.553 224
## 19107 148 135.142 175
## 19108 159 149.332 10
## 19109 231 228.488 324
## 19110 189 186.560 225
## 19111 118 117.841 128
## 19112 259 256.061 246
## 19113 202 201.317 157
## 19114 230 217.021 212
## 19115 1089 1086.617 1829
## 19116 176 150.094 265
## 19117 186 155.112 153
## 19118 642 426.719 366
## 19119 6101 6100.059 359
## 19120 157 155.054 118
## 19121 288 286.650 217
## 19122 253 250.572 162
## 19123 195 194.101 153
## 19124 530 503.267 157
## 19125 5893 5891.855 755
## 19126 262 254.494 147
## 19127 23420 199.529 142
## 19128 162 160.434 122
## 19129 183 166.084 164
## 19130 471 468.805 185
## 19131 173 172.099 110
## 19132 523 508.659 298
## 19133 271 269.869 276
## 19134 558 552.339 535
## 19135 240 238.353 260
## 19136 1983 1922.882 292
## 19137 304 269.356 159
## 19138 160 158.242 130
## 19139 124 123.306 117
## 19140 194 190.594 153
## 19141 149 147.932 119
## 19142 396 393.519 348
## 19143 239 238.211 207
## 19144 740 726.778 387
## 19145 218 217.025 186
## 19146 160 156.078 143
## 19147 941 938.517 335
## 19148 175 173.492 123
## 19149 254 252.418 133
## 19150 252 249.176 175
## 19151 341 339.940 224
## 19152 472 470.365 31184
## 19153 261 257.383 160
## 19154 162 160.077 239
## 19155 211 209.631 186
## 19156 450 406.442 246
## 19157 101 91.755 106
## 19158 184 183.313 185
## 19159 2043 2010.922 881
## 19160 240 238.513 230
## 19161 108 102.468 75
## 19162 667 664.738 236
## 19163 166 164.369 156
## 19164 241 240.222 228
## 19165 215 212.063 170
## 19166 312 310.979 270
## 19167 248 245.456 278
## 19168 193 189.462 245
## 19169 213 212.134 176
## 19170 188 169.674 150
## 19171 190 180.725 179
## 19172 285 284.357 145
## 19173 1042 1029.552 662
## 19174 364 359.174 249
## 19175 174 172.560 191
## 19176 216 213.835 358
## 19177 306 285.276 487
## 19178 245 244.264 247
## 19179 216 214.218 171
## 19180 221 216.682 164
## 19181 217 215.582 109
## 19182 438 436.827 299
## 19183 700 697.674 593
## 19184 151 150.846 153
## 19185 294 292.626 174
## 19186 264 227.157 258
## 19187 247 239.093 170
## 19188 295 283.864 327
## 19189 158 147.409 183
## 19191 251 232.185 228
## 19192 194 192.566 259
## 19193 292 288.640 181
## 19194 323 219.924 1154
## 19195 177 163.806 173
## 19196 289 266.509 165
## 19197 183 181.753 123
## 19198 253 233.449 230
## 19199 203 200.302 138
## 19200 174 173.012 158
## 19201 471 470.232 148
## 19202 411 374.181 300
## 19203 186 167.475 136
## 19204 351 350.212 213
## 19205 96 95.640 76
## 19206 234 203.527 199
## 19207 226 225.088 135
## 19208 227 222.734 214
## 19209 257 255.725 179
## 19210 1017 1010.683 1415
## 19211 71 70.316 130
## 19212 463 462.146 290
## 19213 205 204.474 179
## 19214 271 259.166 185
## 19215 580 503.614 521
## 19216 774 772.464 287
## 19217 332 294.664 187
## 19218 375 347.400 191
## 19219 178 176.371 219
## 19220 135 135.091 108
## 19221 191 180.844 134
## 19222 179 175.791 223
## 19223 280 219.786 158
## 19224 178 176.813 224
## 19225 256 234.891 207
## 19226 230 194.027 160
## 19227 214 213.109 109
## 19228 184 182.316 156
## 19229 195 194.245 176
## 19230 200 194.224 202
## 19231 188 187.115 249
## 19232 323 321.440 235
## 19233 169 168.052 107
## 19234 190 186.239 191
## 19235 255 235.506 216
## 19236 285 281.175 259
## 19237 234 226.363 40531
## 19238 228 219.214 246
## 19239 409 363.730 157
## 19240 225 207.082 170
## 19241 137 135.001 159
## 19242 183 175.476 194
## 19243 98 97.306 123
## 19244 1015 1011.666 268
## 19245 153 152.388 169
## 19246 181 178.765 185
## 19247 158 157.198 156
## 19248 118 116.536 174
## 19249 176 169.858 218
## 19250 187 185.352 157
## 19251 290 280.880 534
## 19252 284 281.132 399
## 19253 448 446.527 386
## 19254 199 197.016 254
## 19255 167 165.744 146
## 19256 157 156.103 122
## 19257 259 256.951 231
## 19258 160 158.612 149
## 19259 232 228.895 191
## 19260 156 142.467 337368
## 19261 204 203.070 234
## 19262 187 185.142 171
## 19263 183 181.841 120
## 19264 478 475.911 491
## 19265 166 141.333 130
## 19266 122 120.704 125
## 19267 304 286.304 385
## 19268 836 834.069 469
## 19269 342 332.515 262
## 19270 190 172.063 168
## 19271 264 224.170 200
## 19272 561 557.455 375
## 19273 131 129.488 209
## 19274 179 124.540 174
## 19275 232 230.712 171
## 19276 364 251.053 209
## 19277 298 293.937 317
## 19278 177 175.493 146
## 19279 344 341.497 236
## 19280 148 147.989 84
## 19281 216 214.767 286
## 19282 563 309.897 372
## 19283 185 183.547 165
## 19284 229 228.626 248
## 19285 224 223.293 216
## 19286 240 193.247 312
## 19287 136 134.477 152
## 19288 105 98.645 103
## 19289 201 200.455 138
## 19290 283 283.344 181
## 19291 165 158.836 157
## 19292 268 267.071 314
## 19293 123 122.836 104
## 19294 35639 247.797 344
## 19295 195 193.828 149
## 19296 106 106.135 95
## 19297 418 415.222 243
## 19298 246 242.530 283
## 19299 166 142.814 138
## 19300 190 189.261 202
## 19301 211 209.096 155
## 19302 266 265.050 196
## 19303 103 95.903 61
## 19304 155 154.682 69
## 19305 456 440.785 185
## 19306 185 180.116 143
## 19307 1772 532.811 403
## 19308 342 340.312 204
## 19309 39807 39806.511 103
## 19310 189 185.306 161
## 19311 384 381.696 277
## 19312 121 120.318 120
## 19313 238 235.669 157
## 19314 169 167.571 203
## 19315 184 182.305 185
## 19316 1259 1236.927 431
## 19317 168 167.370 170
## 19318 230 229.333 187
## 19319 249 200.699 321
## 19320 241 218.393 229
## 19321 171 170.306 157
## 19322 719 717.905 170
## 19323 424 422.060 262
## 19324 118 115.771 139
## 19325 214 211.186 207
## 19326 666 646.814 7581
## 19327 261 259.963 180
## 19328 333 331.810 286
## 19329 172 165.440 283
## 19330 226 224.778 189
## 19332 190 189.358 115
## 19333 310 308.564 194
## 19334 146 135.167 169
## 19335 161 159.646 221
## 19336 2168 2166.288 1261
## 19337 18833 168.230 18547
## 19338 232 230.905 288
## 19339 271 269.274 165
## 19340 236 234.231 271
## 19341 253 251.656 140
## 19342 183 181.988 174
## 19343 310 281.130 234
## 19344 185 168.749 90
## 19345 256 255.022 171
## 19346 158 156.332 135
## 19347 314 313.116 272
## 19348 421 417.127 423
## 19349 127 125.836 109
## 19350 210 204.212 242
## 19351 284 285.766 297
## 19352 351 333.562 471
## 19353 1184 1182.227 531
## 19354 212 210.443 149
## 19355 737 323.866 288
## 19356 167 166.121 150
## 19357 420 292.244 693
## 19358 288 264.093 199
## 19359 166 155.609 132
## 19360 278 262.563 219
## 19361 199 196.910 130
## 19362 217 208.357 240
## 19363 175 173.813 163
## 19364 266 139.888 234
## 19365 333 311.556 383
## 19366 351 348.549 31160
## 19367 377 368.349 203
## 19368 292 290.563 260
## 19369 140 139.353 225
## 19370 325 323.724 241
## 19371 325 313.022 228
## 19372 225 223.764 218
## 19373 462 460.517 332
## 19374 196 179.502 191
## 19375 368 365.999 147
## 19376 1332 209.993 1094
## 19377 253 247.527 166
## 19378 359 356.896 169
## 19379 253 250.936 186
## 19380 220 205.163 146
## 19381 243 241.257 230
## 19382 332 328.612 396
## 19383 258 255.987 173
## 19384 590 431.874 691
## 19385 176 167.134 163
## 19386 209 188.177 131
## 19387 1390 1354.653 1063
## 19388 207 202.982 121
## 19389 245 235.029 228
## 19390 229 227.008 237
## 19391 681 175.351 138
## 19392 221 220.097 160
## 19393 219 177.862 193
## 19394 206 205.246 183
## 19395 212 200.605 418
## 19396 249 247.091 177
## 19397 297 295.817 184
## 19398 340 312.763 277
## 19399 159 157.870 147
## 19400 162 159.991 163
## 19401 234 204.044 174
## 19402 208 207.444 149
## 19403 173 157.797 233
## 19404 159 157.733 208
## 19405 225 223.945 181
## 19406 201 154.761 157
## 19407 508 507.324 285
## 19408 252 249.591 226
## 19409 489 486.603 872
## 19410 193 178.590 169
## 19411 754 751.917 321
## 19412 235 199.998 198
## 19413 161 159.497 196
## 19414 197 191.347 377
## 19415 191 188.650 242
## 19416 180 179.973 147
## 19417 541 482.987 204
## 19418 288 278.656 249
## 19419 130 129.046 107
## 19420 258 233.123 215
## 19421 97 96.178 143
## 19422 960 392.694 226
## 19423 102 92.296 76
## 19424 139 137.394 99
## 19425 138 126.944 121
## 19426 140 136.302 148
## 19427 202 174.595 203
## 19428 122 116.247 64
## 19429 255 252.023 205
## 19430 284 280.287 269
## 19431 418 415.849 11810
## 19432 209 180.762 165
## 19433 507 461.170 141
## 19434 201 177.764 597
## 19435 319 256.149 190
## 19436 190 188.953 164
## 19437 1567 1031.824 322
## 19438 186 185.180 150
## 19439 234 226.067 234
## 19440 145 143.492 128
## 19441 123 114.482 138
## 19442 92 90.313 98
## 19443 182 161.247 164
## 19444 200 198.313 187
## 19445 438 249.901 154
## 19446 276 270.432 320
## 19447 243 237.760 141
## 19448 207 205.866 160
## 19449 129 128.757 137
## 19450 325 323.753 285
## 19451 222 222.254 152
## 19452 201 200.087 294
## 19453 147 145.538 175
## 19454 301 297.081 227
## 19455 163 161.642 110
## 19456 165 163.707 179
## 19457 271 252.517 679
## 19458 184 175.824 155
## 19459 208 203.249 141
## 19460 138 136.000 149
## 19461 983 958.055 234
## 19462 374 253.863 358
## 19463 174 172.386 180
## 19464 198 197.496 240
## 19465 156 138.693 152
## 19466 162 159.993 209
## 19467 173 172.116 216
## 19468 269 274.507 120
## 19469 231 230.409 193
## 19470 218 217.560 148
## 19471 615 580.555 375
## 19472 210 208.439 242
## 19473 631 615.888 181
## 19474 237 236.221 152
## 19475 221 187.795 210
## 19476 226 225.304 262
## 19477 312 293.363 350
## 19478 114 109.779 140
## 19479 419 220.583 257
## 19480 270 267.965 167
## 19481 226 224.443 193
## 19482 199 196.281 152
## 19483 214 205.015 115
## 19484 745 304.322 97
## 19485 135 134.412 147
## 19486 331 301.292 117
## 19487 257 219.511 275
## 19488 169 153.701 189
## 19489 210 175.685 204
## 19490 224 198.343 336
## 19491 782 763.511 192
## 19492 209 184.401 297
## 19493 241 235.356 138
## 19494 155 153.914 161
## 19495 289 285.801 217
## 19496 194 175.071 178
## 19497 385 381.476 217
## 19498 360 358.215 211
## 19499 303 301.337 447
## 19500 197 168.140 161
## 19501 186 174.529 119
## 19502 490 474.510 290
## 19503 164 156.484 186
## 19504 272 269.603 249
## 19505 274 273.253 185
## 19506 267 258.592 162
## 19507 211 204.009 182
## 19508 198 196.575 125
## 19509 299 298.609 400
## 19510 194 186.108 395
## 19511 518 497.032 276
## 19512 241 234.580 210
## 19513 228 226.775 200
## 19514 165 163.995 138
## 19515 140 138.705 170
## 19516 177 176.084 162
## 19517 380 378.789 251
## 19518 246 234.439 212
## 19519 144 143.017 225
## 19520 395 390.504 254
## 19521 349 346.851 1444
## 19522 174 172.972 165
## 19523 197 188.793 188
## 19524 206 195.996 168
## 19525 189 179.866 194
## 19526 185 184.109 179
## 19527 312 310.343 211
## 19528 188 187.980 157
## 19529 210 209.234 161
## 19530 199 196.634 151
## 19531 2807 2806.115 181
## 19532 158 157.233 179
## 19533 221 220.554 132
## 19534 341 340.612 188
## 19535 321 280.312 337
## 19536 251 249.528 192
## 19538 383 381.888 269
## 19539 234 231.847 158
## 19540 504 503.958 515
## 19541 221 220.065 230
## 19542 159 158.788 128
## 19543 271 242.223 174
## 19544 217 214.667 272
## 19545 113 112.904 98
## 19546 175 174.647 216
## 19547 119 118.550 134
## 19548 153 143.174 218
## 19549 191 189.833 142
## 19550 166 165.383 149
## 19551 196 195.348 119
## 19552 124 110.556 176
## 19553 120 118.903 125
## 19554 375 344.451 347
## 19555 268 251.372 293
## 19556 615 613.646 260
## 19557 172 165.569 117
## 19558 144 127.767 155
## 19559 191 183.589 255
## 19560 113 111.718 105
## 19561 166 156.601 134
## 19562 144 143.174 130
## 19563 128 128.044 303
## 19564 164 158.232 153
## 19565 242 240.439 258
## 19566 386 338.590 224
## 19567 497 468.056 250
## 19568 112 111.932 156
## 19569 149 146.965 116
## 19570 130 128.232 146
## 19571 152 133.595 155
## 19572 248 238.731 238
## 19573 344 343.268 206
## 19574 273 199.002 425
## 19575 185 183.020 182
## 19576 192 157.501 105
## 19577 178 165.352 122
## 19578 329 282.738 261
## 19579 262 261.478 238
## 19580 187 186.816 151
## 19581 126 125.705 108
## 19582 190 179.242 132
## 19583 280 278.297 131
## 19584 184 182.981 124
## 19585 298 293.914 151
## 19586 241 239.908 170
## 19587 296 294.630 251
## 19588 674 671.896 224
## 19589 1149 1133.788 196
## 19590 207 206.077 150
## 19591 144 142.837 114
## 19592 133 131.265 134
## 19593 367 365.719 224
## 19594 331 329.325 258
## 19595 310 308.750 216
## 19596 357 336.905 210
## 19597 240 223.755 178
## 19598 187 186.791 148
## 19599 244 201.830 177
## 19600 319 318.400 378
## 19601 1014 967.451 741
## 19603 163 161.799 158
## 19604 112 106.331 101
## 19605 267 243.234 188
## 19606 192 190.584 24664
## 19607 184 182.515 202
## 19608 306 306.373 189
## 19609 493 324.683 608
## 19610 174 172.907 145
## 19611 144 144.066 180
## 19612 214 211.609 171
## 19613 301 253.766 249
## 19614 144 142.665 135
## 19615 116 94.453 117
## 19616 178 177.783 146
## 19617 151 140.417 183
## 19618 190 188.459 200
## 19619 202 200.841 179
## 19620 120 119.471 118
## 19621 171 168.370 128
## 19622 300 300.092 239
## 19623 163 158.598 134
## 19624 194 166.763 204
## 19625 270 268.169 218
## 19626 173 156.487 216
## 19627 352 347.054 206
## 19628 235 234.686 248
## 19629 176 175.152 262
## 19630 202 194.537 141
## 19631 201 195.238 188
## 19632 268 262.258 213
## 19633 217 202.463 167
## 19634 248 231.790 205
## 19635 338 336.760 321
## 19636 248 246.544 177
## 19637 192 186.519 200
## 19638 153 141.718 249
## 19639 173 171.758 215
## 19640 403 390.077 322
## 19641 137 135.382 212
## 19642 150 149.035 131
## 19643 1270 1219.281 281
## 19644 191 137.319 126
## 19645 182 173.399 211
## 19646 222 220.740 144
## 19647 229 227.574 228
## 19648 224 222.263 164
## 19649 150 148.237 119
## 19650 474 455.479 398
## 19651 241 226.774 153
## 19652 132 125.760 171
## 19653 114 106.139 178
## 19654 167 166.044 146
## 19655 616 614.366 358
## 19656 194 192.700 153
## 19657 262 261.317 173
## 19658 454 451.207 310
## 19659 126 123.213 110
## 19660 143 141.414 172
## 19661 355 331.612 253
## 19662 76 75.851 97
## 19663 197 197.172 150
## 19664 158 156.682 263
## 19665 445 435.965 171
## 19666 140 139.706 131
## 19667 177 175.402 145
## 19668 243 241.418 162
## 19669 267 257.860 265
## 19670 165 163.308 134
## 19671 325 322.435 13592
## 19672 223 222.909 155
## 19673 211 210.583 219
## 19674 304 296.775 230
## 19675 190 189.134 172
## 19676 125 124.783 98
## 19677 178 177.342 190
## 19678 443 415.423 916
## 19679 220 209.058 178
## 19680 161 159.697 195
## 19681 159 152.619 132
## 19682 160 153.505 151
## 19683 141 133.777 166
## 19684 432 350.658 236
## 19685 221 219.045 275
## 19686 221 220.927 182
## 19687 167 166.409 117
## 19688 246 212.286 684
## 19689 97 95.856 96
## 19690 286 284.914 188
## 19691 276 274.625 272
## 19692 248 245.878 184
## 19693 234 198.842 187
## 19694 216 214.907 274
## 19695 247 213.539 243
## 19696 203 196.890 177
## 19697 126 119.145 102
## 19698 172 163.020 166
## 19699 162 161.913 156
## 19700 253 241.193 196
## 19701 277 273.944 187
## 19702 261 213.751 230
## 19703 513 391.581 626
## 19704 236 217.155 98
## 19705 135 134.912 113
## 19706 44495 381.144 362
## 19707 114 112.763 146
## 19708 148 146.431 140
## 19709 149 145.185 79
## 19710 123 122.019 100
## 19711 200 186.040 162
## 19712 140 135.090 165
## 19713 307 299.106 280
## 19714 398 390.121 251
## 19715 379 361.448 272
## 19716 171 168.831 205
## 19717 207 193.418 163
## 19718 125 116.434 116
## 19719 286 284.611 180
## 19720 207 205.635 212
## 19721 314 297.029 384
## 19722 246 227.061 169
## 19723 130 123.509 122
## 19724 205 196.567 172
## 19725 160 155.917 174
## 19726 167 166.099 117
## 19727 178 176.790 244
## 19728 230 179.334 267
## 19729 111 110.053 119
## 19730 232 207.068 175
## 19731 174 167.778 157
## 19732 258 257.128 158
## 19733 252 250.253 205
## 19734 371 330.845 420
## 19735 181 180.366 153
## 19736 275 206.533 229
## 19737 226 211.737 626
## 19738 256 252.517 205
## 19739 278 91.131 367
## 19740 199 197.635 281
## 19741 130 129.107 122
## 19742 343 340.286 206
## 19743 215 204.768 262
## 19744 91 90.784 197
## 19745 172 170.383 230
## 19746 142 140.986 125
## 19747 284 283.380 235
## 19748 218 216.457 170
## 19749 183 182.096 154
## 19750 159 156.179 190
## 19751 274 271.984 239
## 19752 197 176.921 157
## 19753 318 316.397 111
## 19754 263 251.948 179
## 19755 601 600.160 108
## 19756 224 222.322 163
## 19757 494 476.638 29977
## 19758 233 231.584 205
## 19759 163 157.502 120
## 19760 138 137.009 63
## 19761 288 288.032 219
## 19762 373 371.835 225
## 19763 196 195.703 177
## 19764 148 147.732 192
## 19765 1687 1686.393 146
## 19766 203 191.849 165
## 19767 69 68.769 59
## 19768 395 393.091 193
## 19769 306 254.395 266
## 19770 167 165.685 174
## 19771 211 209.839 328
## 19772 209 208.153 139
## 19773 258 257.028 428
## 19774 182 181.275 154
## 19775 214 212.510 266
## 19776 241 229.243 215
## 19777 212 210.744 129
## 19778 184 183.175 180
## 19779 594 583.060 709
## 19780 408 405.422 192
## 19781 124 123.204 138
## 19782 203 202.714 132
## 19783 111 109.746 151
## 19784 257 248.216 173
## 19785 243 161.337 132
## 19786 226 211.817 149
## 19787 223 221.142 165
## 19788 219 206.905 178
## 19789 889 888.355 115
## 19790 219 210.628 185
## 19791 947 945.689 280
## 19792 133 125.940 179
## 19793 368 353.323 151
## 19794 228 226.872 322
## 19795 190 180.593 168
## 19796 4913 4891.692 397
## 19797 228 226.728 427
## 19798 1571 569.380 426
## 19799 188 185.124 196
## 19800 106 105.071 131
## 19801 533 532.192 236
## 19802 661 600.392 362
## 19803 135 133.897 120
## 19804 166 165.109 181
## 19805 137 135.737 122
## 19806 161 153.664 140
## 19807 340 327.582 165
## 19808 165 155.971 178
## 19809 768 763.529 486
## 19810 245 233.753 265
## 19811 384 321.075 548
## 19812 202 200.434 24438
## 19813 157 156.610 151
## 19814 125 122.460 149
## 19815 209 207.499 204
## 19816 263 256.511 211
## 19817 193 191.879 291
## 19818 137 137.251 164
## 19819 228 217.291 180
## 19820 228 191.868 222
## 19821 160 157.596 168
## 19822 219 218.442 190
## 19823 458 457.612 272
## 19824 209 201.448 183
## 19825 262 259.509 143
## 19826 189 184.847 268
## 19827 246 241.491 235
## 19828 165 164.078 150
## 19829 179 177.048 156
## 19830 543 541.513 286
## 19831 220 218.847 280
## 19832 223 221.077 173
## 19833 263 221.072 239
## 19834 252 251.338 198
## 19835 155 153.953 172
## 19836 194 192.499 569
## 19837 152 149.510 127
## 19838 257 252.951 185
## 19839 215 213.955 186
## 19840 334 331.735 270
## 19841 203 201.433 172
## 19842 1242 1223.423 327
## 19843 305 301.138 513
## 19844 564 563.251 175
## 19845 470 396.217 290
## 19846 196 181.578 130
## 19847 249 237.082 178
## 19848 129 128.558 105
## 19849 132 125.791 168
## 19850 167 166.292 176
## 19851 153 152.457 226
## 19852 150 149.726 188
## 19853 125 123.924 315
## 19854 285 267.328 269
## 19855 184 175.760 140
## 19856 148 141.821 176
## 19857 239 233.515 197
## 19858 314 313.054 214
## 19859 232 231.304 168
## 19860 182 174.191 173
## 19861 234 211.539 228
## 19862 122 118.166 124
## 19863 159 157.207 131
## 19864 121 116.468 144
## 19865 268 239.249 206
## 19866 135 118.243 96
## 19867 19562 142.949 203
## 19868 282 280.590 236
## 19869 143 141.600 144
## 19870 236 235.154 214
## 19871 428 420.894 578
## 19872 159 158.265 150
## 19873 639 488.845 206
## 19874 161 159.663 169
## 19875 154 140.632 159
## 19876 185 161.298 203
## 19877 198 196.246 224
## 19878 230 227.140 274
## 19879 133 132.253 81
## 19880 185 182.074 219
## 19881 131 118.600 164
## 19882 181 180.440 161
## 19883 268 256.159 252
## 19884 127 125.785 129
## 19885 144 141.523 200
## 19886 245 234.791 201
## 19887 299 296.969 275
## 19888 116 115.968 120
## 19889 212 211.703 296
## 19890 248 239.895 529
## 19891 186 178.487 196
## 19892 142 130.197 120
## 19893 73584 2182.387 259
## 19894 174 173.734 199
## 19895 175 173.448 169
## 19896 299 236.858 148
## 19897 194 192.717 220
## 19898 236 212.042 100
## 19899 307 281.539 191
## 19900 543 501.858 286
## 19901 233 222.210 145
## 19902 198 197.154 173
## 19903 214 213.654 184
## 19904 255 254.277 182
## 19905 474 471.357 406
## 19906 200 198.129 174
## 19907 2191 964.352 867
## 19908 161 160.678 184
## 19909 327 285.590 242
## 19910 217 216.365 188
## 19911 1174 1173.361 241
## 19912 738 637.895 306
## 19913 371 301.049 237
## 19914 244 223.349 149
## 19915 214 205.130 574
## 19916 223 221.184 191
## 19917 208 178.536 156
## 19918 196 195.053 198
## 19919 138 137.830 154
## 19920 260 251.323 206
## 19921 334 333.578 167
## 19922 228 188.104 216
## 19923 938 937.114 172
## 19924 256 204.903 179
## 19925 234 232.763 180
## 19926 543 530.371 205
## 19927 162 160.611 141
## 19928 350 350.040 326
## 19929 244 243.560 179
## 19930 415 412.603 157
## 19931 312 310.755 284
## 19932 174 172.316 194
## 19933 314 311.830 211
## 19934 222 221.146 224
## 19935 150 145.063 147
## 19936 197 195.554 188
## 19937 691 690.469 519
## 19938 231 213.439 229
## 19939 115 102.018 163
## 19940 144 142.961 146
## 19941 470 349.744 447
## 19942 201 185.581 170
## 19943 205 188.302 157
## 19944 110 104.731 102
## 19945 158 157.617 168
## 19946 90 85.918 167
## 19947 379 378.079 369
## 19948 143 141.809 131
## 19949 475 473.319 348
## 19950 178 179.245 124
## 19951 307 305.320 837
## 19952 225 222.332 225
## 19953 141 139.739 183
## 19954 214 212.584 269
## 19955 145 142.723 132
## 19956 204 202.102 176
## 19957 153 143.001 161
## 19958 300 298.651 167
## 19959 226 224.660 170
## 19960 176 174.397 167
## 19961 260 259.208 212
## 19962 147 145.993 212
## 19963 122 120.671 75
## 19964 189 174.893 187
## 19965 158 156.460 230
## 19966 180 176.997 199
## 19967 569 459.000 477
## 19968 186 185.263 166
## 19969 182 180.377 124
## 19970 216 214.857 181
## 19971 183 166.902 175
## 19972 693 635.511 209
## 19973 261 259.580 236
## 19974 218 216.781 1036
## 19975 134 123.105 293
## 19976 327 325.391 224
## 19977 247 209.337 196
## 19978 255 242.804 112
## 19979 345 343.731 177
## 19980 733 731.574 488
## 19981 334 333.168 213
## 19982 178 166.013 181
## 19983 154 151.395 124
## 19984 378 344.456 210
## 19985 358 251.456 157
## 19986 415 396.810 258
## 19987 204 203.117 162
## 19988 297 277.661 168
## 19989 214 212.900 180
## 19990 306 298.786 131658
## 19991 451 449.624 449
## 19992 266 264.221 338
## 19993 520 504.330 659
## 19994 95 94.014 143
## 19995 238 237.656 203
## 19996 196 193.704 238
## 19997 241 239.264 178
## 19998 258 245.944 266
## 19999 252 251.058 206
## 20000 176 174.820 153
## 20001 443 441.751 545
## 20002 131 131.089 175
## 20003 246 245.409 186
## 20004 293 289.850 428
## 20005 193 192.340 95
## 20006 165 164.775 807
## 20007 179 177.502 204
## 20008 232 229.772 179
## 20009 264 262.638 173
## 20010 162 148.710 180
## 20011 219 218.276 138
## 20012 204 202.557 191
## 20013 139 138.864 208
## 20014 176 159.776 90
## 20015 342 333.397 210
## 20016 178 176.236 280
## 20017 327 309.994 445
## 20018 234 222.166 157
## 20019 270 265.343 201
## 20020 283 275.974 159
## 20021 119 117.579 184
## 20022 184 160.008 116
## 20023 157 156.761 148
## 20024 339 337.349 158
## 20025 334 307.260 212
## 20026 384 382.163 690
## 20027 265 264.315 373
## 20028 134 129.917 140
## 20029 186 185.517 142
## 20030 163 162.383 131
## 20031 327 325.487 189
## 20032 228 219.106 102
## 20033 275 273.075 260
## 20034 290 281.727 271
## 20035 261 194.580 163
## 20036 195 194.504 123
## 20037 233 176.017 263
## 20038 166 164.038 175
## 20039 246 214.027 175
## 20040 170 168.663 165
## 20041 251 136.108 141
## 20042 193 191.840 175
## 20043 272 271.039 218
## 20044 156 137.259 127
## 20045 240 204.854 229
## 20046 218 216.983 223
## 20047 422 206.345 115
## 20048 338 333.456 156
## 20049 168 145.950 182
## 20050 334 278.066 194
## 20051 175 174.304 277
## 20052 307 305.854 218
## 20053 216 215.137 63
## 20054 186 186.641 150
## 20055 323 284.413 419
## 20056 498 495.601 192
## 20057 168 165.988 130
## 20058 275 268.151 204
## 20059 344 342.074 313
## 20060 233 230.102 149
## 20061 154 148.647 179
## 20062 223 215.494 192
## 20063 229 225.915 151
## 20064 223 221.946 138
## 20065 825 808.227 217
## 20066 771301 311.784 770955
## 20067 419 338.414 281
## 20068 241 231.735 224
## 20069 223 221.727 169
## 20070 180 178.740 260
## 20071 178 171.029 332
## 20072 3225 3213.175 150
## 20073 150 149.255 115
## 20074 248 241.656 133
## 20075 123 122.331 197
## 20076 201 198.407 508
## 20077 432 431.476 271
## 20078 199 197.745 219
## 20079 219 219.131 304
## 20080 202 201.385 353
## 20081 200 191.513 241
## 20082 510 508.448 394
## 20083 527 525.558 906
## 20084 186 175.968 177
## 20085 259 257.666 158
## 20086 820 784.853 598
## 20087 376 374.432 3874
## 20088 106 105.928 85
## 20089 197 196.515 179
## 20090 810 778.059 452
## 20091 130 128.807 182
## 20092 189 181.766 211
## 20093 129 106.096 95
## 20094 186 178.949 177
## 20095 183 180.458 125
## 20096 290 239.669 229
## 20097 125 120.030 268
## 20098 211 210.059 233
## 20099 154 132.607 175
## 20100 293 291.412 276
## 20101 153 151.179 106
## 20102 176 170.201 486
## 20103 202 201.098 192
## 20104 228 227.018 279
## 20105 235 231.869 165
## 20106 278 265.851 846
## 20107 187 185.714 137
## 20108 140 139.128 175
## 20109 553 545.582 678
## 20110 207 205.518 235
## 20111 696 694.368 144
## 20112 202 200.937 169
## 20113 143 142.875 160
## 20114 104 103.276 102
## 20115 768 766.230 150
## 20116 120 117.933 139
## 20117 414 412.730 347
## 20118 240 230.292 285
## 20119 210 208.828 191
## 20120 1029 1027.334 542
## 20121 148 146.450 208
## 20122 149 149.007 297
## 20123 233 215.494 177
## 20124 197 196.007 142
## 20125 256 215.300 288
## 20126 227 218.146 168
## 20127 226 224.663 174
## 20128 300 296.147 160
## 20129 113 111.536 145
## 20130 263 260.169 227
## 20131 105 103.965 196
## 20132 130 129.330 173
## 20133 527 526.130 289
## 20134 307 279.865 293
## 20135 938 334.630 324
## 20136 145 144.030 78
## 20137 547 547.205 116
## 20138 178 176.576 242
## 20139 396 283.461 234
## 20140 436 434.862 527
## 20141 142 135.753 240
## 20142 530 516.358 156
## 20143 146 145.940 276
## 20144 340 339.308 291
## 20145 149 148.605 151
## 20146 225 223.616 384
## 20147 877 169.906 88
## 20148 265 263.816 209
## 20149 162 123.984 1751
## 20150 296 294.814 197
## 20151 151 151.201 121
## 20152 199 189.783 159
## 20153 315 311.680 288
## 20154 160 158.928 193
## 20155 162 161.453 297
## 20156 186 185.077 194
## 20157 178 175.510 114
## 20158 142 140.986 137
## 20159 226 224.953 324
## 20160 199 198.264 362
## 20161 174 173.295 200
## 20162 192 190.080 131
## 20163 370 345.595 262
## 20164 173 150.245 269
## 20165 215 196.470 222
## 20166 206 205.615 198
## 20167 390 387.711 325
## 20168 190 178.369 229
## 20169 403 401.202 142
## 20170 201 197.859 224
## 20171 246 236.413 153
## 20172 169 164.103 155
## 20173 217 216.396 280
## 20174 205 200.554 149
## 20175 133 131.877 136
## 20176 300 269.997 287
## 20177 247 245.421 248
## 20178 214 210.013 288
## 20179 268 267.420 371
## 20180 166 165.080 121
## 20181 172 157.234 145
## 20182 174 157.866 149
## 20183 170 169.933 254
## 20184 544 57.738 116
## 20185 298 297.583 160
## 20186 267 266.013 186
## 20187 156 154.489 192
## 20188 541 540.538 286
## 20189 226 205.235 144
## 20190 140 139.773 53
## 20191 108 107.208 161
## 20192 803 712.235 452
## 20193 144 142.396 143
## 20194 205 199.623 196
## 20195 289 236.426 160
## 20196 355 333.736 251
## 20197 148 147.675 148
## 20198 177 173.256 112
## 20199 304 303.094 160
## 20200 230 188.257 301
## 20201 165 164.036 107
## 20202 241 211.534 208
## 20203 209 178.584 285
## 20204 403 402.955 399
## 20205 104 101.237 133
## 20206 191 183.192 214
## 20207 169 168.679 211
## 20208 291 279.575 182
## 20209 288 275.428 184
## 20210 193 186.728 157
## 20211 217 204.431 238
## 20212 417 395.473 233
## 20213 255 222.420 147
## 20214 212 190.532 241
## 20215 291 270.994 166
## 20216 156 150.101 195
## 20217 281 277.022 252
## 20218 170 169.104 155
## 20219 216 214.652 176
## 20220 338 273.014 278
## 20221 358 331.068 273
## 20222 202 194.485 143
## 20223 150 140.635 137
## 20224 338 335.892 185
## 20225 269 267.494 202
## 20226 297 295.054 251
## 20227 264 233.042 244
## 20228 235 233.676 283
## 20229 212 202.836 138
## 20230 140 127.563 516
## 20231 163 146.610 152
## 20232 291 290.720 376
## 20233 233 231.780 227
## 20234 105 104.255 73
## 20235 124 117.784 113
## 20236 203 202.431 200
## 20237 111 110.641 124
## 20238 170 163.900 201
## 20239 416 405.593 234
## 20240 666 647.001 224
## 20241 185 183.258 470
## 20242 193 177.634 154
## 20243 132 132.029 57
## 20244 149 141.536 114
## 20245 475 425.433 407
## 20246 334 289.303 251
## 20247 269 268.469 207
## 20248 161 154.073 153
## 20249 238 235.439 224
## 20250 292 276.211 188
## 20251 137 127.429 78
## 20252 311 293.593 138
## 20253 226 212.508 233
## 20254 1433 1191.733 524
## 20255 195 177.399 130
## 20256 388 352.313 396
## 20257 173 171.137 154
## 20258 244 235.927 105
## 20259 263 151.843 185
## 20260 638 578.100 374
## 20261 216 197.794 134
## 20262 209 166.630 252
## 20263 279 278.844 137
## 20264 274 270.442 56
## 20265 147 130.131 181
## 20266 332 154.555 133
## 20267 270 267.964 164
## 20268 527 525.610 210
## 20269 186 175.990 146
## 20270 301 299.681 231
## 20271 207 193.754 713
## 20272 274 272.392 209
## 20273 206 205.614 199
## 20274 309 307.058 232
## 20275 127 126.023 70
## 20276 179 177.676 213
## 20277 98 95.665 144
## 20278 194 193.797 164
## 20279 99 95.476 94
## 20280 216 203.182 97
## 20281 831 828.796 377
## 20282 169 156.902 128
## 20283 300 299.898 243
## 20284 165 163.028 208
## 20285 138 137.247 110
## 20286 201 201.501 144
## 20287 111 110.387 170
## 20288 176 173.344 161
## 20289 224 219.387 222
## 20290 354 307.143 402
## 20291 392 333.227 272
## 20292 1000 189.886 188
## 20293 228 227.246 167
## 20294 129 122.369 172
## 20295 450 432.516 161
## 20296 164 163.582 225
## 20297 752 751.068 99
## 20298 497 474.328 179
## 20299 1338 1226.425 571
## 20300 368 364.987 263
## 20301 246 244.395 255
## 20302 580 578.338 283
## 20303 181 180.302 117
## 20304 156 148.084 151
## 20305 445 441.216 446
## 20306 269 268.304 231
## 20307 192 186.297 144
## 20308 565 551.149 1637
## 20309 193 175.960 140
## 20310 341 339.381 256
## 20311 206 204.681 137
## 20312 361 357.493 217
## 20313 245 233.642 252
## 20314 252 236.716 227
## 20315 207 191.233 150
## 20316 137 136.645 69
## 20317 227 225.930 262
## 20318 207 206.213 175
## 20319 7107 183.722 6892
## 20320 209 208.160 167
## 20321 585 582.689 221
## 20322 134 132.870 67
## 20323 341 340.440 76
## 20324 217 195.057 209
## 20325 184 160.749 195
## 20326 201 153.187 183
## 20327 238 225.556 187
## 20328 5520 5511.443 853
## 20329 208 200.908 142
## 20330 697 695.502 335
## 20331 173 172.847 249
## 20332 172 163.179 133
## 20333 193 186.795 102
## 20334 261 242.779 134078
## 20335 21217 820.680 296
## 20336 142 141.008 14
## 20337 159 149.978 187
## 20338 513 511.084 370
## 20339 162 158.038 135
## 20340 201 190.696 219
## 20341 298 296.111 274
## 20342 142 134.318 96
## 20344 266 265.102 209
## 20345 228 226.465 230
## 20346 384 377.578 280
## 20347 111 105.943 151
## 20348 184 180.978 79
## 20349 223 221.786 206
## 20350 246 242.619 224
## 20351 193 191.848 230
## 20352 493 490.447 276
## 20353 249 245.831 197
## 20354 572 545.490 251
## 20355 258 247.221 200
## 20356 217 204.109 200
## 20357 2855 2841.042 334
## 20358 178 177.404 96
## 20359 385 382.959 488
## 20360 149 148.757 174
## 20361 182 180.560 177
## 20362 162 161.157 122
## 20363 335 334.795 166
## 20364 70 69.207 193
## 20365 128 127.474 154
## 20366 216 213.941 104
## 20367 251 249.597 158
## 20368 148 147.216 121
## 20369 1022 152.916 59
## 20370 203 201.643 149
## 20371 305 304.875 190
## 20372 142 141.447 88
## 20373 142 140.910 151
## 20374 637 585.815 284
## 20375 126 124.876 137
## 20376 299 289.866 2252
## 20377 162 160.534 217
## 20378 220 218.623 178
## 20379 267 248.274 216
## 20380 249 228.588 423
## 20381 474 294.632 234
## 20382 511 490.001 207
## 20383 917 916.013 560
## 20384 185 181.363 145
## 20385 1829 1682.565 300
## 20386 1022 955.555 598
## 20387 1161 1159.319 341
## 20388 408 404.547 194
## 20389 239 237.361 220
## 20390 585 582.627 264
## 20391 279 275.569 278
## 20392 213 212.780 178
## 20393 319 314.270 192
## 20394 197 196.329 160
## 20395 203 201.134 166
## 20396 410 300.777 245
## 20397 350 299.741 219
## 20398 204 202.854 115
## 20399 356 354.951 478
## 20400 321 319.644 283
## 20401 169 167.989 213
## 20402 379 370.364 239
## 20403 210 207.315 221
## 20404 1633 1628.604 242
## 20405 299 295.091 772
## 20406 714 660.629 183
## 20407 209 208.421 247
## 20408 157 155.856 133
## 20409 206 203.953 252
## 20410 196 190.316 157
## 20411 224 221.662 228
## 20412 219 214.254 178
## 20413 1218 1216.076 396
## 20414 392 334.404 242
## 20415 98 96.497 65
## 20416 147 143.446 139
## 20417 207 197.566 197
## 20418 338 333.925 479
## 20419 272 269.572 232
## 20420 206 203.966 175
## 20421 293 291.203 90739
## 20422 575 164.178 172
## 20423 93 92.888 134
## 20424 142 129.290 144
## 20425 224 212.661 127
## 20426 163 156.300 168
## 20427 11752 11749.814 233
## 20428 370 358.888 218
## 20429 675 673.665 209
## 20430 287 246.202 222
## 20431 375 370.353 379
## 20432 242 216.123 149
## 20433 291 289.628 194
## 20434 244 243.349 249
## 20435 643 641.316 23034
## 20436 155 146.891 203
## 20437 206 205.111 146
## 20438 238 235.660 311
## 20439 222 212.137 125
## 20440 327 325.468 281
## 20441 486 466.979 299
## 20442 227 214.707 244
## 20443 238 216.653 192
## 20444 159 157.856 3411
## 20445 404 401.367 336
## 20446 181 180.074 155
## 20447 237 232.588 184
## 20448 271 270.072 213
## 20449 452 447.686 325
## 20450 165 158.505 299
## 20451 202 200.691 307
## 20452 150 135.804 377
## 20453 251 250.180 207
## 20454 333 330.937 162
## 20455 287 286.592 180
## 20456 259 250.076 166
## 20457 275 248.939 489
## 20458 243 241.114 138
## 20459 263 261.010 194
## 20460 240 239.101 355
## 20461 138 129.232 126
## 20462 193 191.644 208
## 20463 150 148.805 400
## 20464 146 121.251 217
## 20465 235 233.130 186
## 20466 181 179.443 174
## 20467 272 269.726 216
## 20468 238 231.000 294
## 20469 175 173.483 137
## 20470 228 207.468 317
## 20471 173 171.467 259
## 20472 181 179.527 259
## 20473 188 187.739 167
## 20474 298 296.881 204
## 20475 202 200.459 133
## 20476 238 219.009 273
## 20477 2234 2231.520 108
## 20478 346 344.477 292
## 20479 462 459.409 210
## 20480 264 238.998 290
## 20481 245 243.732 156
## 20482 467 437.981 346
## 20483 201 200.239 13278686
## 20484 185 183.998 125
## 20485 199 197.751 210
## 20486 226 207.285 260
## 20487 439 424.698 302
## 20488 90 88.741 91
## 20489 170 167.669 210
## 20490 503 500.725 267
## 20491 855 854.301 365
## 20492 195 192.442 271
## 20493 309 307.779 184
## 20494 128 127.555 155
## 20495 213 211.789 162
## 20496 184 177.012 170
## 20497 273 272.641 139
## 20498 205 203.793 241
## 20499 221 203.042 137
## 20500 174 168.671 212
## 20501 206 202.434 217
## 20502 1967 1961.030 384
## 20503 476 418.797 365
## 20504 191 189.385 168
## 20505 268 265.934 161
## 20506 169 153.742 184
## 20507 415 413.643 257
## 20508 139 138.882 229
## 20509 128 112.147 163
## 20510 174 171.381 237
## 20511 200 198.489 135
## 20512 472 466.779 320
## 20513 145 131.468 215
## 20514 205 198.661 142
## 20515 251 250.329 140
## 20516 238 174.137 170
## 20517 513 428.320 232
## 20518 201 194.694 110
## 20519 128 126.742 126
## 20520 277 274.540 322
## 20521 129 122.706 171
## 20522 187 185.387 117
## 20523 254 252.317 187
## 20524 244 242.748 195
## 20525 286 279.166 202
## 20526 444 439.056 340
## 20527 244 214.802 212
## 20528 205 204.142 232
## 20529 274999 123.109 274866
## 20530 197 190.764 201
## 20531 167 165.598 136
## 20532 157 144.359 155
## 20533 238 236.765 182
## 20534 215 207.139 177
## 20535 214 199.296 167
## 20536 559 543.118 432
## 20537 464 354.327 279
## 20538 197 196.323 316
## 20539 156 154.551 144
## 20540 161 160.102 138
## 20541 219 217.356 236
## 20542 277 276.107 155
## 20543 150 149.489 139
## 20544 196 193.333 154
## 20545 408 399.572 331
## 20546 178 176.311 218
## 20547 531 528.159 283
## 20548 520 174.292 174
## 20549 190 188.952 165
## 20550 141 139.577 243
## 20551 154 153.107 174
## 20552 233 215.919 201
## 20553 177 169.868 188
## 20554 645 643.685 174
## 20555 222 192.830 170
## 20556 183 181.533 314
## 20557 646 643.562 837
## 20558 150 149.001 199
## 20559 905 874.740 188
## 20560 163 156.365 161
## 20561 253 251.692 452
## 20562 140 136.704 327
## 20563 254 221.253 124
## 20564 176 154.530 173
## 20565 1149 1142.849 534
## 20566 548 546.184 579
## 20567 269 237.734 259
## 20568 417 366.111 268
## 20569 180 178.295 216
## 20570 429 395.122 253
## 20571 225 211.407 143
## 20572 162 160.368 155
## 20573 269 267.313 400
## 20574 518 507.122 139
## 20575 343 341.291 221
## 20576 472 457.562 226
## 20577 155 152.380 163
## 20578 164 149.466 152
## 20579 132 131.261 128
## 20580 115 114.076 141
## 20581 188 183.353 166
## 20582 119 117.336 179
## 20583 335 303.733 241
## 20584 246 245.561 194
## 20585 229 221.344 132
## 20586 457 131.747 222
## 20587 118 117.024 119
## 20588 189 183.876 215
## 20589 1278 1246.753 201
## 20590 710 233.446 185
## 20591 297 295.504 217
## 20592 228 226.327 302
## 20593 365 89.307 134
## 20594 301 298.698 238
## 20595 432 429.929 579
## 20596 228 215.151 148
## 20597 194 173.706 151
## 20598 240 238.288 169
## 20599 203 201.995 227
## 20600 190 185.008 167
## 20601 126 125.728 140
## 20602 344 340.453 331
## 20603 291 290.393 292
## 20604 328 307.482 291
## 20605 229 227.711 152
## 20606 114 106.783 134
## 20607 229 222.189 347
## 20608 170 169.676 169
## 20609 248 246.812 204
## 20610 217 205.922 198
## 20611 287 286.020 241
## 20612 131 129.927 133
## 20613 254 236.727 223
## 20614 151 150.002 165
## 20615 300 297.839 122
## 20616 320 318.146 189
## 20617 164 162.399 184
## 20618 348 344.162 330
## 20619 168 153.679 207
## 20620 139 137.332 194
## 20621 353 350.592 398
## 20622 196 193.731 223
## 20623 2037 2035.110 220
## 20624 227 225.729 172
## 20625 225 206.453 145
## 20626 185 182.958 170
## 20627 225 202.143 250
## 20628 285 282.851 287
## 20629 198 186.131 198
## 20630 307 305.468 347
## 20631 165 163.926 159
## 20632 159 156.837 210
## 20633 267 266.294 219
## 20634 321 319.972 176
## 20635 137 135.537 163
## 20636 2509 2402.856 42016
## 20637 170 163.693 206
## 20638 359 357.867 248
## 20639 200 177.476 234
## 20640 234 232.677 178
## 20641 179 168.053 158
## 20642 267 265.550 179
## 20643 350 348.066 186
## 20644 227 226.232 611
## 20645 1359 934.972 246
## 20646 206 203.110 300
## 20647 235 227.008 208
## 20648 154 153.783 175
## 20649 184 180.953 249
## 20650 354 341.143 237
## 20651 165 137.942 115
## 20652 1239 458.636 351
## 20653 290 255.594 405
## 20654 308 306.069 295
## 20655 155 136.042 184
## 20656 403 360.699 265
## 20657 195 194.649 223
## 20658 197 195.605 153
## 20659 237 218.393 168
## 20660 38296 183.610 165
## 20661 229 206.721 140
## 20662 363 359.384 244
## 20663 325 284.484 351
## 20664 125 124.175 93
## 20665 333 317.421 170
## 20666 204 202.462 140
## 20667 228 224.065 233
## 20668 389 388.299 310
## 20669 135 134.271 97
## 20670 202 199.765 196
## 20671 654 652.560 321
## 20672 329 242.595 342
## 20673 222 186.584 225
## 20674 881 866.011 883
## 20675 309 297.494 267
## 20676 263 259.524 235
## 20677 187 156.745 199
## 20678 79 77.574 156
## 20679 465 452.513 459
## 20680 155 147.910 231
## 20681 212 210.783 163
## 20682 172 171.410 137
## 20683 139 127.478 161
## 20684 212 211.606 195
## 20685 207227 136.358 207063
## 20686 233 206.501 236
## 20687 188 181.082 133
## 20688 207 205.731 148
## 20689 217 215.273 214
## 20690 219 191.261 104
## 20691 111 110.343 134
## 20692 189 186.949 287
## 20693 393 384.273 274
## 20694 209 201.323 224
## 20695 207 205.907 232
## 20696 180 178.602 149
## 20697 160 158.605 181
## 20698 125 123.868 108
## 20699 173 171.780 98
## 20700 189 187.138 163
## 20701 840 833.884 237
## 20702 193 191.692 239
## 20703 232 229.978 352
## 20704 303 301.536 258
## 20705 313 307.521 184
## 20706 200 197.620 208
## 20707 637 634.174 386
## 20708 279 229.537 304
## 20709 226 224.906 180
## 20710 202 200.854 174
## 20711 170 169.078 180
## 20712 255 247.891 343
## 20713 229 226.102 312
## 20714 617 577.722 467
## 20715 192 190.647 199
## 20716 228 226.589 237
## 20717 172 170.953 117
## 20718 230 216.107 370
## 20719 260 258.203 182
## 20720 429 424.972 187
## 20721 113 113.027 144
## 20722 197 182.947 202
## 20723 240 239.372 229
## 20724 219 217.727 108
## 20725 134 133.434 375
## 20726 249 248.051 367
## 20727 170 168.926 209
## 20728 327 322.768 703
## 20729 442 421.913 439
## 20730 146 145.166 124
## 20731 271 269.993 164
## 20732 187 185.519 217
## 20733 370 351.536 186
## 20734 337 268.068 185
## 20735 292 290.341 512
## 20736 231 219.233 481
## 20737 195 194.154 168
## 20738 170 165.639 135
## 20739 250 248.482 252
## 20740 202 199.206 202
## 20741 147 138.278 169
## 20742 166 164.960 252
## 20743 169 168.284 165
## 20744 166 163.513 121
## 20745 15562 11737.797 203
## 20746 279 259.874 356
## 20747 198 196.692 203
## 20748 384 380.497 452
## 20749 171 170.436 191
## 20750 197 189.231 135
## 20751 365 355.185 377
## 20752 124 122.868 176
## 20753 186 175.794 165
## 20754 221 219.619 152
## 20755 196 194.454 206
## 20756 294 284.348 152
## 20757 325 312.665 2150
## 20758 257 240.031 204
## 20759 308 300.713 146
## 20760 151 139.694 126
## 20761 231 224.418 179
## 20762 170 151.123 257
## 20763 194 164.051 134
## 20764 285 284.242 212
## 20765 150 149.342 648
## 20766 322 318.903 1654
## 20767 139 138.183 298
## 20768 175 168.262 201
## 20769 2307 2299.689 158
## 20770 359 357.063 198
## 20771 505 489.629 504
## 20772 131 129.337 137
## 20773 156 146.889 143
## 20774 238 231.700 309
## 20775 369 367.521 376
## 20776 354 325.993 415
## 20777 166 164.705 173
## 20778 198 196.701 24273
## 20779 300 287.871 229
## 20780 285 240.238 241
## 20781 604 603.348 271
## 20782 126 124.821 166
## 20783 247 247.803 1003
## 20784 244 239.194 237
## 20785 417 414.845 457
## 20786 209 207.140 178
## 20787 169 168.926 88
## 20788 158 156.917 232
## 20789 332 273.892 286
## 20790 232 217.599 130
## 20791 396 383.004 287
## 20792 138 135.044 141
## 20793 516 509.774 8660
## 20794 126 122.872 178
## 20795 199 197.229 108
## 20796 174 172.845 164
## 20797 202 199.903 222
## 20798 363 141.680 88
## 20799 129 126.368 174
## 20800 162 155.752 189
## 20801 515 504.738 238
## 20802 233 232.067 185
## 20803 206 205.112 148
## 20804 181 171.062 209
## 20805 144 143.396 151
## 20806 169 157.590 218
## 20807 308 282.543 653
## 20808 161 159.926 298
## 20809 332 279.709 294
## 20810 259 257.293 233
## 20811 207 201.814 212
## 20812 153 138.236 108
## 20813 153 151.869 155
## 20814 97 89.869 153
## 20815 125 123.507 111
## 20816 790 591.295 463
## 20817 200 199.227 192
## 20818 247 204.559 220
## 20819 164 161.229 155
## 20820 232 230.981 136
## 20821 320 317.993 185
## 20822 203 202.456 176
## 20823 211 194.244 167
## 20824 466 464.837 259
## 20825 272 234.333 279
## 20826 96 94.876 112
## 20827 196 177.501 131
## 20828 261 248.993 248
## 20829 227 209.910 148
## 20830 346 334.982 394
## 20831 452 450.664 719
## 20832 251 244.978 217
## 20833 221 218.992 351
## 20834 616 592.044 194
## 20835 274 270.684 182
## 20836 153 149.029 236
## 20837 276 274.183 204
## 20838 314 305.278 186
## 20839 238 237.358 173
## 20840 535 490.225 156
## 20841 2133 2132.086 320
## 20842 241 239.745 223
## 20843 212 205.515 318
## 20844 252 206.611 312
## 20845 164 162.991 198
## 20846 268 267.013 210
## 20847 215 212.943 148
## 20848 167 165.904 136
## 20849 188 186.999 254
## 20850 145 141.974 109
## 20851 181 173.827 157
## 20852 255 249.628 66
## 20853 527 525.061 296
## 20854 171 169.345 165
## 20855 263 204.441 342
## 20856 100 95.817 154
## 20857 463 443.734 271
## 20858 539 530.105 529
## 20859 138 137.612 117
## 20860 51 49.871 161
## 20861 245 232.475 266
## 20862 280 278.790 159
## 20863 432 403.363 182
## 20864 706 705.169 311
## 20865 239 237.757 142
## 20866 172 170.460 148
## 20867 155 122.572 133
## 20868 442 440.281 216
## 20869 308 301.418 271
## 20870 74004 707.502 646
## 20871 230 227.012 149
## 20872 195 190.754 166
## 20873 431 429.034 230
## 20874 252 251.452 312
## 20875 158 153.178 132
## 20876 241 236.961 303
## 20877 152 150.015 184
## 20878 216 202.126 153
## 20879 173 172.214 188
## 20880 1136 1131.695 215
## 20881 421 420.227 121
## 20882 138 135.601 209
## 20883 200 199.305 181
## 20884 331 309.604 252
## 20885 169 168.101 142
## 20886 250 205.153 310
## 20887 179 177.819 158
## 20888 280 279.362 219
## 20889 268 261.514 137
## 20890 227 209.466 169
## 20891 306 290.723 204
## 20892 165 164.326 197
## 20893 197 194.603 150
## 20894 174 170.838 184
## 20895 448 445.679 158
## 20896 294 267.524 152
## 20897 162 117.607 277
## 20898 288 275.377 183
## 20899 449 447.314 351
## 20900 163 161.618 130
## 20901 240 231.574 188
## 20902 257 256.116 206
## 20903 188 186.243 176
## 20904 234 232.184 306
## 20905 211 170.209 411
## 20906 504 497.202 417
## 20907 327 235.256 196
## 20908 205 199.735 339
## 20909 388 386.790 363
## 20910 222 219.702 175
## 20911 283 274.979 224
## 20912 277 275.748 218
## 20913 724 721.885 262
## 20914 208 207.208 195
## 20915 194 154.222 252
## 20916 366 364.344 207
## 20917 254 223.152 218
## 20918 1696 1678.500 396
## 20919 220 218.146 173
## 20920 332 330.192 189
## 20921 314 262.669 258
## 20922 239 237.835 201
## 20923 380 376.993 309
## 20924 241 239.058 150
## 20925 257 255.893 160
## 20926 330 328.191 570
## 20927 297 289.411 514
## 20928 137 135.884 134
## 20929 424 422.615 484
## 20930 193 186.163 125
## 20931 193 190.197 209
## 20932 489 413.936 373
## 20933 138 137.000 137
## 20934 336 162.833 307
## 20935 376 362.952 825
## 20936 199 145.469 105
## 20937 241 240.019 135
## 20938 206 204.561 174
## 20939 382 380.732 284
## 20940 286 263.565 160
## 20941 164 163.188 368
## 20942 155 153.352 1878
## 20943 267 255.996 257
## 20944 205 204.234 332
## 20945 152 150.466 136
## 20946 259 183.831 242
## 20947 202 200.860 150
## 20948 198 178.681 177
## 20949 138 125.527 127
## 20950 161 160.147 169
## 20951 166 112.842 126
## 20952 189 188.508 290
## 20953 145 121.465 100
## 20954 203 195.373 200
## 20955 264 262.330 202
## 20956 236 227.259 165
## 20957 146 145.452 159
## 20958 151 147.932 148
## 20959 763 762.640 176
## 20960 286 284.195 239
## 20961 205 200.519 275
## 20962 201 200.020 154
## 20963 786 768.546 701
## 20964 157 138.676 176
## 20965 212 210.996 201
## 20966 107 105.888 87
## 20967 174 163.878 177
## 20968 249 247.685 223
## 20969 135 132.734 7
## 20970 561 502.928 472
## 20971 150 149.340 167
## 20972 180 177.108 321
## 20973 178 147.187 129
## 20974 193 191.832 105
## 20975 127 123.570 133
## 20976 122 117.739 102
## 20977 252 250.104 299
## 20978 269 264.025 254
## 20979 223 222.272 354
## 20980 234 207.543 298
## 20981 309 307.979 571
## 20982 323 321.553 266
## 20983 228 227.358 156
## 20984 169 133.332 145
## 20985 122 118.240 192
## 20986 190 188.432 208
## 20987 513 508.272 262
## 20988 187 185.943 162
## 20989 232 216.100 190
## 20990 126 119.087 141
## 20991 191 125.489 123525
## 20992 2023 199.317 273
## 20993 217 210.767 173
## 20994 261 259.947 309
## 20995 127 126.685 685
## 20996 765 121.692 117
## 20997 238 236.849 3280
## 20998 227 226.273 145
## 20999 244 242.118 200
## 21000 836 819.376 337
## 21001 187 185.432 199
## 21002 147 143.564 187
## 21003 362 349.585 362
## 21004 962 926.348 351
## 21005 135 126.120 140
## 21006 10409 10358.918 275
## 21007 392 384.591 354
## 21008 241 214.752 146
## 21009 199 184.994 196
## 21010 210 201.976 139
## 21011 281 280.141 242
## 21012 4036 4034.264 226
## 21013 932 928.548 382
## 21014 236 232.245 152
## 21015 197 196.220 218
## 21016 405 355.775 222
## 21017 377 376.312 198
## 21018 187 176.139 187
## 21019 246 244.616 206
## 21020 357 338.728 331
## 21021 124 112.802 139
## 21022 165 164.242 65
## 21023 136 126.861 108
## 21024 140 138.498 357
## 21025 277 264.960 258
## 21026 196 195.670 200
## 21027 178 176.897 185
## 21028 383 381.102 393
## 21029 300 296.997 147
## 21030 155 142.343 148
## 21031 210 206.590 241
## 21032 252 252.158 196
## 21033 401 300.255 625
## 21034 268 266.766 149
## 21035 185 182.007 134
## 21036 191 186.917 264
## 21037 472 394.580 557
## 21038 276 274.591 160
## 21039 226 225.864 193
## 21040 310 308.797 269
## 21041 254 227.456 196
## 21042 301 264.328 206
## 21043 345 262.210 186
## 21044 157 155.677 155
## 21045 166 164.832 151
## 21046 657 163.651 153
## 21047 374 372.734 248
## 21048 137 136.242 169
## 21049 167 165.244 289
## 21050 206 205.559 235
## 21051 247 245.586 273
## 21052 148 144.990 125
## 21053 365 342.525 170
## 21054 206 204.667 296
## 21055 172 166.270 176
## 21056 470 467.406 516
## 21057 172 171.526 311
## 21058 227 225.051 155
## 21059 230 221.272 385
## 21060 140 126.529 161
## 21061 163 160.390 159
## 21062 630 627.144 798
## 21063 201 200.222 176
## 21064 266 265.323 185
## 21065 101 99.447 180
## 21066 431 424.934 250
## 21067 147 139.278 158
## 21068 323 320.847 419
## 21069 412 411.134 768
## 21070 11731 1105.074 658
## 21071 352 349.054 239
## 21072 104 103.669 110
## 21073 255 245.728 202
## 21074 195 193.041 438
## 21075 8434 221.876 280
## 21076 285 285.050 168
## 21077 165 162.897 184
## 21078 702 566.131 466
## 21079 269 267.811 211
## 21080 165 163.133 169
## 21081 312 301.446 216
## 21082 193 192.642 534
## 21083 193 192.520 215
## 21084 1270 716.601 30
## 21085 138 137.935 113
## 21086 164 162.161 216628
## 21087 171 170.782 941
## 21088 479 474.334 206
## 21089 137 137.231 163
## 21090 214 212.732 208
## 21091 239 233.084 189
## 21092 153 142.269 199
## 21093 162 160.407 121
## 21094 303 289.034 227
## 21095 712 683.067 333
## 21096 147 145.507 138
## 21097 517 516.435 96
## 21098 272 262.748 221
## 21099 370 368.511 485
## 21100 154 152.805 314
## 21101 519 474.297 485
## 21102 218 216.739 223
## 21103 172 168.418 158
## 21104 267 240.201 217
## 21105 210 208.956 185
## 21106 338 336.606 169
## 21107 120 103.900 121
## 21108 532 509.160 382
## 21109 223 212.709 189
## 21110 281 279.936 180
## 21111 465 442.300 29329
## 21112 267 265.275 183
## 21113 217 216.241 181
## 21114 181 180.361 151
## 21115 172 170.629 69
## 21116 794 736.276 233
## 21117 193 192.479 122
## 21118 179 177.928 247
## 21119 357 355.494 180
## 21120 197 195.456 238
## 21121 291 287.731 213
## 21122 136 135.755 93
## 21123 261 246.710 102
## 21124 144 143.105 101
## 21125 1182 1033.038 381
## 21126 153 149.200 174
## 21127 186 149.350 334
## 21128 149 148.387 626
## 21129 247 245.498 266
## 21130 199 198.841 183
## 21131 322 320.304 304
## 21132 168 167.035 164
## 21133 362 360.240 149
## 21134 295 284.337 292
## 21135 691 569.968 324
## 21136 463 460.937 347
## 21137 163 160.821 358
## 21138 144 128.271 115
## 21139 136 125.736 104
## 21140 307 279.557 244
## 21141 367 349.171 421
## 21142 188 186.926 102
## 21143 194 180.563 235
## 21144 366 364.596 254
## 21145 142 130.510 54
## 21146 158 157.696 104
## 21147 231 230.588 175
## 21148 208 185.150 158
## 21149 642 553.102 361
## 21150 266 264.477 130
## 21151 283 242.211 187
## 21152 145 143.468 102
## 21153 2330 2311.617 189
## 21154 245 215.898 344
## 21155 339 338.179 349
## 21156 542 520.767 256
## 21157 272 271.321 255
## 21158 171 168.840 189
## 21159 145 143.867 138
## 21160 281 280.834 131
## 21161 456 402.826 356
## 21162 119 118.196 94
## 21163 434 165.940 254
## 21164 162 161.047 115
## 21165 152 151.017 153
## 21166 156 155.037 197
## 21167 145 142.607 161
## 21168 181 179.349 213
## 21169 158 155.257 131
## 21170 146 139.312 299
## 21171 172 171.396 174
## 21172 1125 181.591 120
## 21173 148 146.486 186
## 21174 214 212.765 200
## 21175 142 141.170 208
## 21176 519 471.599 423
## 21177 205 201.567 137
## 21178 181 180.408 132
## 21179 218 200.741 202
## 21180 167 159.027 143
## 21181 195 194.932 166
## 21182 192 190.828 177
## 21183 152 151.372 203
## 21184 296 295.346 183
## 21185 193 192.200 139
## 21186 217 216.044 204
## 21187 143 141.528 155
## 21188 389 360.157 408
## 21189 206 197.617 178
## 21190 202 200.417 177
## 21191 223 209.697 81
## 21192 261 251.795 221
## 21193 296 278.251 238
## 21194 142 132.612 100
## 21195 260 215.487 194
## 21196 135 132.650 172
## 21197 270 268.309 207
## 21198 212 190.124 161
## 21199 199 197.617 271
## 21200 497 494.919 247
## 21201 426 389.825 194
## 21202 264 262.918 137
## 21203 499 482.196 184
## 21204 317 291.808 194
## 21205 258 255.345 341
## 21206 572 509.580 492
## 21207 127 121.304 58
## 21208 170 162.565 159
## 21209 256 255.436 185
## 21210 131 130.506 117
## 21211 156 154.834 160
## 21212 283 259.633 167
## 21213 213 211.765 145
## 21214 156 139.598 130
## 21215 171 166.072 92
## 21216 163 161.509 143
## 21217 865 509.989 248
## 21218 214 213.395 149
## 21219 436 434.293 206
## 21220 102 101.050 142
## 21221 189 188.566 147
## 21222 354 275.139 194
## 21223 164 158.554 122
## 21225 179 177.393 140
## 21226 235 231.707 135
## 21227 3294 134.883 144
## 21228 178 178.053 122
## 21229 305 297.843 205
## 21230 201 200.384 147
## 21231 200 153.885 110
## 21232 137 131.558 92
## 21233 109 99.749 121
## 21234 137 136.151 166
## 21235 176 173.419 165
## 21236 129 119.290 185
## 21237 484 479.343 136
## 21238 110 107.001 113
## 21239 388 386.357 187
## 21240 171 169.605 153
## 21241 181 180.796 193
## 21242 136 136.089 95
## 21243 199 198.439 219
## 21244 149 148.503 126
## 21245 175 148.866 230
## 21246 235 234.399 168
## 21247 338 322.820 172
## 21248 155 129.438 162
## 21249 375 372.993 336
## 21250 172 171.109 102
## 21251 119 114.136 152
## 21252 194 188.588 145
## 21253 110 106.046 250
## 21254 257 246.326 383
## 21255 145 135.852 148
## 21256 147 146.655 153
## 21257 443 405.179 234
## 21258 206 188.973 388
## 21259 258 256.177 205
## 21260 204 190.265 127
## 21261 250 187.636 151
## 21262 5140 5130.594 323
## 21263 4574 4571.191 151
## 21264 229 228.013 381
## 21265 79 77.502 114
## 21266 189 163.623 431
## 21267 255 253.223 264
## 21268 309 307.975 214
## 21269 389 387.249 248
## 21270 181 179.825 192
## 21271 131 130.314 195
## 21272 203 201.128 230
## 21273 354 352.479 159
## 21274 256 254.880 253
## 21275 198 195.652 406
## 21276 242 240.849 163
## 21277 156 155.115 204
## 21278 128 126.844 175
## 21279 160 156.217 100
## 21280 216 215.074 365
## 21281 176 166.446 95
## 21282 168 162.034 133
## 21283 294 293.786 174
## 21284 245 204.087 154
## 21285 196 194.344 170
## 21286 205 203.770 126
## 21287 128 127.347 160
## 21288 166 155.464 168
## 21289 189 169.093 145
## 21290 231 229.799 222
## 21291 263 220.117 187
## 21292 111 109.325 185
## 21293 233 213.239 226
## 21294 238 236.049 146
## 21295 151 150.328 180
## 21296 403 401.934 240
## 21297 191 188.631 127
## 21298 238 240.381 162
## 21299 178 176.316 177
## 21300 603 600.512 231
## 21301 358 355.338 171
## 21302 126 120.490 186
## 21303 205 203.547 131
## 21304 215 212.830 170
## 21305 145 143.281 143
## 21306 306 305.100 149
## 21307 1177 438.753 202
## 21308 266 259.631 276
## 21309 180 178.185 337
## 21310 355 353.451 219
## 21311 425 422.693 537
## 21312 237 236.068 213
## 21313 278 271.640 215
## 21314 294 293.833 206
## 21315 149 146.988 140
## 21316 358 356.249 262
## 21317 208 191.115 165
## 21318 188 184.767 150
## 21319 194 192.594 135
## 21320 192 190.527 153
## 21321 201 199.126 144
## 21322 283 281.726 212
## 21323 551 460.648 374
## 21324 216 208.519 367
## 21325 155 148.043 129
## 21326 270 268.896 297
## 21327 124 101.441 135
## 21328 311 252.885 294
## 21329 192 168.799 177
## 21330 174 170.234 166
## 21331 239 237.352 14117
## 21332 934 929.480 729
## 21333 248 201.210 143
## 21334 172 171.163 130
## 21335 158 156.719 108
## 21336 5781111 270.385 5744184
## 21337 311 303.175 183
## 21338 161 159.159 144
## 21339 695 694.598 327
## 21340 313 311.472 199
## 21341 395 393.863 300
## 21342 102 99.779 122
## 21343 252 250.615 247
## 21344 229 204.156 150
## 21345 443 438.147 159
## 21346 194 192.572 147
## 21347 379 354.489 235
## 21348 202 192.390 302
## 21349 215 189.790 339343
## 21350 166 153.719 177
## 21351 284 278.054 221
## 21352 208 207.867 2833
## 21353 419 417.985 751
## 21354 638 624.376 467
## 21355 215 190.118 391
## 21356 3681 263.537 250
## 21357 233 210.960 186
## 21358 507 503.633 305
## 21359 2601 2599.322 176
## 21360 188 180.266 160
## 21361 224 215.249 190
## 21362 398 396.285 400
## 21363 1705 1531.908 157
## 21364 146 144.599 155
## 21365 396 324.884 281
## 21366 176 156.904 147
## 21367 133 132.248 177
## 21368 248 221.752 194
## 21369 205 204.333 150
## 21370 641 287.032 283
## 21371 213 212.637 221
## 21372 193 190.542 155665
## 21373 535 475.851 899
## 21374 225 211.629 192
## 21375 165 163.694 48267
## 21376 188 171.503 220
## 21377 231 227.688 173
## 21378 99 97.208 122
## 21379 151 146.589 207
## 21380 315 307.719 228
## 21381 735 665.734 768
## 21382 172 168.456 316
## 21383 139 138.691 76
## 21384 304 302.489 224
## 21385 193 191.915 201
## 21386 307 306.233 557852
## 21387 133 131.835 232
## 21388 171 168.398 114
## 21389 262 261.695 174
## 21390 374 324.034 333
## 21391 188 184.863 146
## 21392 238 236.005 193
## 21393 207 206.455 142
## 21394 327 326.065 254
## 21395 281 266.766 240
## 21396 241 239.746 302
## 21397 287 285.937 167
## 21398 262 260.347 216
## 21399 225 223.517 150
## 21400 187 179.481 146
## 21401 143 142.255 147
## 21402 108 107.666 96
## 21403 182 176.880 144
## 21404 56341 152.465 175
## 21405 133 132.745 152
## 21406 174 172.863 173
## 21407 268 253.457 265
## 21408 237 235.055 193
## 21409 207 201.590 283
## 21410 298 296.942 234
## 21411 319 309.716 284
## 21412 261 260.208 338
## 21413 159 147.625 212
## 21414 806 751.246 308
## 21415 178 176.587 144
## 21416 156 155.275 118
## 21417 133 131.797 198
## 21418 148 147.337 148
## 21419 121 98.927 171
## 21420 372 242.857 283
## 21421 212 179.839 144
## 21422 164 162.368 161
## 21423 226 224.873 267
## 21424 492 490.765 99
## 21425 148 139.675 135
## 21426 116 110.148 113
## 21427 2873 2870.599 328
## 21428 444 438.443 660
## 21429 436 433.939 155
## 21430 244 242.769 250
## 21431 169 169.317 190
## 21432 225 224.043 148
## 21433 173 172.368 150
## 21434 243 242.577 174
## 21435 839 838.074 216
## 21436 266 264.294 138
## 21437 164 142.018 170
## 21438 133 108.955 140
## 21439 359 358.541 198
## 21440 281 280.323 184
## 21441 166 164.070 188
## 21442 403 399.721 153
## 21443 4642 4641.695 156
## 21444 306 305.463 194
## 21445 283 282.787 291
## 21446 428 426.655 418
## 21447 3691 3686.501 135
## 21448 50073 146.111 241
## 21449 146 145.571 112
## 21450 384 382.744 211
## 21451 674 662.619 254
## 21452 231 230.161 240
## 21453 405 391.261 564
## 21454 268 267.429 169
## 21455 698 695.336 386
## 21456 278 266.611 696
## 21457 270 264.645 249
## 21458 522 473.646 269
## 21459 165 163.400 204
## 21460 201 199.823 140
## 21461 292 290.954 175
## 21462 123 122.958 65
## 21463 581 569.107 212
## 21464 532 530.140 385
## 21465 237 218.704 234
## 21466 365 350.857 433
## 21467 212 210.775 162
## 21468 410 393.506 5928412
## 21469 258 217.084 191
## 21470 874 872.081 346
## 21471 312 309.551 134
## 21472 180 178.214 183
## 21473 428 420.787 121
## 21474 279 277.664 212
## 21475 324 322.839 269
## 21476 239 237.816 233
## 21477 335 312.046 189
## 21478 424 411.718 261
## 21479 190 172.067 248
## 21480 226 196.929 175
## 21481 239 238.637 157
## 21482 1062 905.607 459
## 21483 218 217.099 193
## 21484 199 198.429 191
## 21485 275 273.717 321
## 21486 228 226.658 185
## 21487 137 130.564 120
## 21488 180 173.009 210
## 21489 157 157.805 257
## 21490 246 207.998 286
## 21491 233 230.929 11754
## 21492 202 200.592 149
## 21493 271 224.953 266
## 21494 150 139.264 190
## 21495 172 170.767 419
## 21496 140 139.777 127
## 21497 272 252.493 210
## 21498 208 207.396 165
## 21499 495 458.290 210
## 21500 180 149.690 116
## 21501 180 178.360 154
## 21502 214 212.641 152
## 21503 365 358.554 216
## 21504 914 184.929 151
## 21505 249 248.819 259
## 21506 122 121.142 92
## 21507 240 240.061 165
## 21508 561 509.687 310
## 21509 446 380.596 289
## 21510 299 297.554 216
## 21511 259 258.551 253
## 21512 225 208.935 170
## 21513 133 111.922 137
## 21514 168 166.825 81
## 21515 1638 1622.680 200
## 21516 183 182.714 270
## 21517 273 249.583 195
## 21518 298 297.028 249
## 21519 168 167.052 153
## 21520 756 746.627 172
## 21521 386 380.794 160
## 21522 550 548.395 340
## 21523 186 185.457 150
## 21524 251 249.095 243
## 21525 193 183.360 162
## 21526 255 247.995 221
## 21527 312 302.138 36832
## 21528 391 387.233 494
## 21529 166 152.147 218
## 21530 381 379.730 244
## 21531 571 530.746 793
## 21532 1468 270.276 1684
## 21533 200 198.226 149
## 21534 317 314.360 278
## 21535 582 568.586 258
## 21536 573 558.626 254
## 21537 2017 160.181 194
## 21538 182 166.148 282
## 21539 134 123.658 125
## 21540 177 156.222 143
## 21541 255 220.115 501
## 21542 163 161.436 151
## 21543 349 346.422 188
## 21544 131 113.590 176
## 21545 253 250.056 224
## 21546 306 304.930 402
## 21547 227 225.345 373
## 21548 5818 178.054 274
## 21549 286 276.159 223
## 21550 230 228.921 94
## 21551 168 156.344 721
## 21552 233 217.011 151
## 21553 194 190.267 262
## 21554 456 454.347 251
## 21555 146 145.323 165
## 21556 118 115.656 226
## 21557 363 361.370 359
## 21558 148 146.781 134
## 21559 186 184.969 126
## 21560 426 416.238 254
## 21561 1090 421.822 92
## 21562 250 248.949 202
## 21563 202 200.764 163
## 21564 258 256.309 180
## 21565 182 180.780 168
## 21566 183 182.418 109
## 21567 155 153.221 183
## 21569 9293 9260.382 213
## 21570 135 130.205 51
## 21571 64 62.964 111
## 21572 203 169.074 120
## 21573 284 283.211 138
## 21574 287 148.956 178
## 21575 162 160.102 101
## 21576 207 184.494 153
## 21577 374 363.665 211
## 21578 440 415.469 23627
## 21579 454 443.180 199
## 21580 254 252.769 282
## 21581 353 350.802 263
## 21582 94 93.353 112
## 21583 213 212.072 225
## 21584 217 209.414 141
## 21585 514 498.300 468
## 21586 252 251.908 253
## 21587 172 171.799 183
## 21588 216 210.063 152
## 21589 207 205.796 179
## 21590 384 381.582 546
## 21591 130 129.632 133
## 21592 224 218.998 150
## 21593 231 228.964 179
## 21594 278 247.624 188
## 21595 345 295.961 351
## 21596 268 266.132 195
## 21597 199 198.348 210
## 21598 198 189.693 282
## 21599 197 195.884 273
## 21600 171 169.757 156
## 21601 263 261.777 117
## 21602 428 395.392 144
## 21603 210 207.906 201
## 21604 219 216.174 212
## 21605 281 272.107 204
## 21606 113 111.366 104
## 21607 158 151.325 135
## 21608 250 248.677 132
## 21609 267 262.618 214
## 21610 647 626.933 399
## 21611 315 313.714 236
## 21612 1296 84.284 180
## 21613 195 189.963 163
## 21614 206 204.853 208
## 21615 295 294.130 201
## 21616 129 128.089 99
## 21617 281 238.952 154
## 21618 193 138.620 321
## 21619 231 210.676 220
## 21620 355 290.354 275
## 21621 164 157.372 148
## 21622 196 149.980 305
## 21623 211 208.213 177
## 21624 211 209.876 123
## 21625 717 676.608 365
## 21626 192 172.921 112
## 21627 102 102.205 94
## 21628 138 136.393 51818
## 21629 131 117.070 228
## 21630 355 353.331 128
## 21631 223 221.975 161
## 21632 209 207.443 248
## 21633 215 209.655 161
## 21634 903 162.787 130
## 21635 189 186.739 201
## 21636 184 183.336 219
## 21637 190 184.570 148
## 21638 143 138.340 102
## 21639 271 259.288 257
## 21640 108 107.627 116
## 21641 139 137.699 124
## 21642 191 190.062 166
## 21643 280 278.840 291
## 21644 323 321.808 203
## 21645 234 214.916 437
## 21646 181 179.284 221
## 21647 2642 2635.712 392
## 21648 109 108.589 122
## 21649 229 200.592 136
## 21650 167 165.739 238
## 21651 203 201.249 170
## 21652 124 122.531 132
## 21653 257 244.326 233
## 21654 509 507.218 256
## 21655 406 404.463 345
## 21656 205 203.339 148
## 21657 361 359.257 252
## 21658 169 166.409 182
## 21659 323 321.288 230
## 21660 212 206.204 158
## 21661 208 199.071 240
## 21662 183 174.019 145
## 21663 195 189.874 111
## 21664 90 83.557 139
## 21665 196 193.511 96
## 21666 184 172.295 158
## 21667 263 249.347 330
## 21668 257 255.765 173
## 21669 95 94.239 92
## 21670 1404 1354.757 626
## 21671 259 257.782 155
## 21672 339 338.618 224
## 21673 207 205.540 211
## 21674 167 160.038 199
## 21675 187 185.722 244
## 21676 544 487.576 607
## 21677 111 98.417 156
## 21678 128 93.331 136
## 21679 297 271.674 242
## 21680 189 179.452 175
## 21681 135 133.381 119
## 21682 162 161.798 120
## 21683 154 136.311 267
## 21684 6155 6151.365 2058
## 21686 253 251.074 205
## 21687 276 274.345 358
## 21688 148 146.785 176
## 21689 378 320.710 225
## 21690 197 192.992 132
## 21691 371 350.307 141
## 21692 157 148.503 153
## 21693 242 239.674 308
## 21694 179 173.444 153
## 21695 221 220.155 132
## 21696 289 284.647 136
## 21697 165 158.870 130
## 21698 160 152.608 136
## 21699 222 221.633 161
## 21700 212 210.147 199
## 21701 387 112.001 311
## 21702 287 227.216 270
## 21703 223 177.318 199
## 21704 117 108.337 113
## 21705 404 402.677 214
## 21707 177 138.566 71
## 21708 256 238.011 180
## 21709 262 261.521 236
## 21710 191 182.489 220
## 21711 210 208.589 155
## 21712 289 283.469 209
## 21713 143 138.799 115
## 21714 140 135.407 77
## 21715 252 250.720 170
## 21716 352 109.816 189
## 21717 375 368.422 110
## 21718 197 195.068 148
## 21719 134 127.327 214
## 21720 204 198.528 98
## 21721 107 100.536 160
## 21722 641 635.796 470
## 21723 129 125.248 152
## 21724 200 197.085 234
## 21725 244 242.408 344
## 21726 231 230.416 253
## 21727 186 164.043 300
## 21728 881 702.502 171
## 21729 112 111.153 103
## 21730 188 187.499 3557
## 21731 199 197.848 78
## 21732 151 150.858 165
## 21733 204 202.315 139
## 21734 265 193.603 88
## 21735 1341 1334.672 185
## 21736 320 318.436 193
## 21737 228 227.245 186
## 21738 164 149.938 124
## 21739 235 211.939 144
## 21740 159 158.519 205
## 21741 216 215.234 184
## 21742 2674 2672.764 1554
## 21743 330 328.470 247
## 21744 179 169.919 156
## 21745 304 303.180 217
## 21746 258 256.468 190
## 21747 204 188.675 294
## 21748 686 640.173 664
## 21749 397 395.210 200
## 21750 285 270.592 265
## 21751 198 189.330 152
## 21752 172 171.008 194
## 21753 253 252.041 184
## 21754 264 240.489 175
## 21755 339 336.488 327
## 21756 189 187.312 175
## 21757 225 196.445 197
## 21758 371 369.603 238
## 21759 217 210.280 168
## 21760 125 121.681 109
## 21761 402 398.818 159
## 21762 299 290.545 202
## 21763 215 212.215 500
## 21764 301 297.033 227
## 21765 150 148.242 112
## 21766 146 145.384 248
## 21767 249 247.206 288
## 21768 248 239.991 282
## 21769 165 164.441 223
## 21770 238 237.436 264
## 21771 3132 3129.865 1096
## 21772 171 168.596 209
## 21773 176 160.180 242
## 21774 170 155.024 230
## 21775 252 249.840 213
## 21776 170 157.683 192
## 21777 217 216.068 179
## 21778 217 214.927 207
## 21779 110 107.908 181
## 21780 188 172.973 431
## 21781 228 227.532 154
## 21782 324 315.706 230
## 21783 168 167.296 164
## 21784 119 118.600 195
## 21785 319 316.704 282
## 21786 397 393.309 146
## 21787 123 113.604 128
## 21788 331 330.097 229
## 21789 155 153.319 142
## 21790 172 157.130 153
## 21791 172 170.272 135
## 21792 348 341.137 134
## 21793 743 741.256 396
## 21794 503 431.120 243
## 21795 156 153.814 157
## 21796 359 357.491 297
## 21797 608 607.421 172
## 21798 292 290.509 220
## 21799 195 193.590 283
## 21800 178 177.380 146
## 21801 333 331.872 403
## 21802 947 944.812 733
## 21803 205 203.233 173
## 21804 262 260.504 210
## 21805 206 202.904 288
## 21806 444 444.095 143
## 21807 411 341.835 233
## 21808 364 362.964 208
## 21809 304 299.777 386
## 21810 146 144.913 136
## 21811 190 189.630 163
## 21812 127 125.972 175
## 21813 228 227.033 180
## 21814 158 156.840 182
## 21815 149 147.720 635
## 21816 251 250.230 200
## 21817 166 164.552 168
## 21818 461 459.969 280
## 21819 220 174.929 304
## 21820 543 541.860 310
## 21821 218 212.394 155
## 21822 346 313.869 286
## 21823 189 187.038 164
## 21824 238 212.115 196
## 21825 150 148.266 152
## 21826 188 184.219 275
## 21827 286 284.908 257
## 21828 1152 1134.241 329
## 21829 136 134.672 99
## 21830 217 215.878 123
## 21831 270 269.047 157
## 21832 280 258.564 137
## 21833 175 174.350 341
## 21834 258 257.645 142
## 21835 170 167.666 156
## 21836 224 211.418 160
## 21837 164 162.882 142
## 21838 95 94.037 93
## 21839 157 155.554 265
## 21840 236 213.460 188
## 21841 219 204.058 188
## 21842 185 183.598 209
## 21843 136 135.812 154
## 21844 73 67.351 4
## 21845 298 290.028 192
## 21846 253 242.750 146
## 21847 205 200.144 146
## 21848 125 119.492 118
## 21849 172 163.028 111
## 21850 255 233.315 113
## 21851 250 231.842 185
## 21852 420 417.932 208
## 21853 223 221.607 237
## 21854 6188 6187.432 355
## 21855 276 263.428 255
## 21856 128 114.061 189
## 21857 206 205.403 139
## 21858 243 241.796 395
## 21859 208 207.573 173
## 21860 153 151.015 136
## 21861 120 118.830 139
## 21862 242 237.424 232
## 21863 1694 1672.520 215
## 21864 216 182.112 171
## 21865 197 196.594 631
## 21866 304 293.341 281
## 21867 144 143.549 138
## 21868 189 182.604 193
## 21869 322 280.148 178
## 21870 417 392.396 206
## 21871 287 263.749 326
## 21872 753 292.768 186
## 21873 221 219.302 170
## 21874 464 463.247 274
## 21875 258 257.615 180
## 21876 483 472.216 427
## 21877 359 355.533 1559
## 21878 148 147.640 185
## 21879 260 259.592 150
## 21880 413 278.836 295
## 21881 379 377.092 123
## 21882 113 105.952 175
## 21883 180 178.828 198
## 21884 151 143.294 179
## 21885 184 173.610 100
## 21886 290 274.322 199
## 21887 91 89.719 100
## 21888 185 184.019 1997
## 21889 179 178.687 159
## 21890 191 189.346 280
## 21891 111 109.842 97
## 21892 429 415.290 249
## 21893 109 103.691 121
## 21894 22 21.854 125
## 21895 251 250.040 205
## 21896 207 195.124 183
## 21897 262 123.185 85
## 21898 80 78.042 152
## 21899 193 191.490 202
## 21900 132 129.883 136
## 21901 601 561.600 1566
## 21902 141 134.339 143
## 21903 218 203.917 225
## 21904 414 361.649 1515
## 21905 181 168.656 150
## 21906 137 131.501 107
## 21907 130 127.854 127
## 21908 256 246.628 170
## 21909 202 201.325 229
## 21910 148 141.985 123
## 21911 230 222.811 215
## 21912 622 619.912 488
## 21913 354 353.113 291
## 21914 330 328.305 467
## 21915 482 471.079 300
## 21916 209 204.406 295
## 21917 293 291.214 150
## 21918 276 269.124 148
## 21919 280 277.061 871
## 21920 190 180.712 225
## 21921 243 240.168 183
## 21922 228 222.612 145
## 21923 127 125.953 137
## 21924 511 509.169 153
## 21925 207 173.216 162
## 21926 366 328.423 189
## 21927 181 179.549 190
## 21928 213 178.107 94
## 21929 551 548.722 338
## 21930 189 188.113 93
## 21931 244 243.252 160
## 21932 141 140.982 411
## 21933 223 217.638 186
## 21934 1330 1327.212 195
## 21935 194 177.103 181
## 21936 326 312.083 182
## 21937 147 146.522 126
## 21938 690 688.339 240
## 21939 174 172.875 85
## 21940 2017 1973.325 137
## 21941 258 256.408 227
## 21942 187 186.328 172
## 21943 385 360.657 220
## 21944 256 253.824 349
## 21945 193 190.987 260
## 21946 874 189.169 402
## 21947 114 113.011 93
## 21948 22952 233.222 197
## 21949 509 500.902 343
## 21950 308 288.374 377
## 21951 238 234.650 176
## 21952 191 169.605 165
## 21953 133 131.587 835
## 21954 159 157.332 224
## 21955 280 265.112 219
## 21957 221 216.934 159
## 21958 176 131.281 2780
## 21959 196 194.067 381
## 21960 368 355.809 167
## 21961 315 313.311 307
## 21962 209 207.935 258
## 21963 261 237.623 211
## 21964 350 362.158 64
## 21965 193 192.896 107
## 21966 142 141.595 148
## 21967 164 164.234 138
## 21968 150 140.824 300
## 21969 189 181.764 94
## 21970 629 340.402 339
## 21971 1032 1031.640 108
## 21972 122 121.667 132
## 21973 159 150.281 130
## 21974 184 182.860 177
## 21975 194 169.515 181
## 21976 164 156.519 140
## 21977 193 178.771 202
## 21978 155 153.981 155
## 21979 176 165.571 161
## 21980 220 219.303 255
## 21981 364 343.910 189
## 21982 438 437.562 355
## 21983 392 361.100 77
## 21984 276 270.244 347
## 21985 158 153.302 151
## 21986 192 190.040 147
## 21987 327 312.634 167
## 21988 121 119.609 141
## 21989 153 144.987 143
## 21990 149 147.976 185
## 21991 242 192.436 254
## 21992 186 123.143 113
## 21993 351 323.100 278
## 21994 246 226.506 190
## 21995 300 292.525 151
## 21996 159 158.557 99
## 21997 243 191.945 162
## 21999 297 283.991 222
## 22000 189 186.929 141
## 22001 185 175.127 87
## 22002 178 177.888 150
## 22003 330 323.296 224
## 22004 104 102.680 113
## 22005 249 152.085 366560
## 22006 201 200.784 208
## 22007 169 164.113 902844
## 22008 1780 1608.596 287
## 22009 243 242.803 215
## 22010 277 274.754 199
## 22011 426 424.893 286
## 22012 282 281.339 199
## 22013 260 248.843 223
## 22014 352 341.671 281
## 22015 110 109.157 144
## 22016 330 328.723 180
## 22017 226 204.490 183
## 22018 256 250.634 192
## 22019 154 143.408 189
## 22020 3448 120.239 200
## 22021 189 179.733 193
## 22022 157 155.075 262
## 22023 334 332.654 259
## 22024 179 155.431 161
## 22025 646 587.942 286
## 22026 123 119.616 201
## 22027 226 224.182 206
## 22028 465 462.999 160
## 22029 187 185.283 211
## 22030 212 211.963 252
## 22031 196 189.950 132
## 22032 121 117.438 163
## 22033 540 538.674 294
## 22034 513 511.143 159
## 22035 1074 1071.927 382
## 22036 219 211.891 143
## 22037 390 386.748 450
## 22038 652 649.914 175
## 22039 131 130.121 190
## 22040 206 206.606 134
## 22041 369 361.656 335
## 22042 273 223.869 231
## 22043 203 187.543 166
## 22044 492 487.313 220
## 22045 167 162.050 201
## 22046 117 101.058 79
## 22047 193 192.588 159
## 22048 80 79.395 127
## 22049 143 142.579 115
## 22050 161 155.416 226
## 22051 259 205.631 135
## 22052 151432 151401.025 2457
## 22053 142 140.091 179
## 22054 294 292.757 209
## 22055 839 832.496 67
## 22056 160 154.923 126
## 22057 666 664.183 148
## 22058 302 299.514 133
## 22059 194 191.177 185
## 22060 228 179.282 175
## 22061 193 171.408 146
## 22062 688 404.172 225
## 22063 357 351.592 261
## 22064 3160 3157.638 202
## 22065 176 175.539 154
## 22066 154 144.333 124
## 22067 235 233.997 164
## 22068 4936 4919.619 185
## 22069 46 43.729 176
## 22070 110 105.650 88
## 22071 290 284.613 196
## 22072 152 150.491 151
## 22073 278 275.263 166
## 22074 122 101.143 125
## 22075 157 153.840 208
## 22076 790 788.516 301
## 22077 170 168.807 136
## 22078 504 495.984 290
## 22079 235 234.081 262
## 22080 483 482.262 275
## 22081 285 283.233 216
## 22082 364 362.939 159
## 22083 155 152.410 172
## 22084 203 202.093 328
## 22085 495 363.870 456
## 22086 148 146.704 210
## 22087 175 167.720 172
## 22088 214 213.058 192
## 22089 196 181.010 206
## 22090 302 298.124 288
## 22091 301 300.091 93
## 22092 159 142.003 63
## 22093 126 126.279 99
## 22094 191 184.648 160
## 22095 539 537.235 246
## 22096 209 207.030 227
## 22097 1308 1306.140 200
## 22098 149 86.092 103
## 22099 249 245.442 177
## 22100 127 127.259 120
## 22101 471 470.100 606
## 22102 245 243.905 187
## 22103 157 155.933 93
## 22104 218 216.335 170
## 22105 161 158.711 168
## 22106 229 223.367 147
## 22107 200 187.008 177
## 22108 326 325.188 131
## 22109 157 156.561 94
## 22110 187 186.619 107
## 22111 202 201.668 163
## 22112 513 510.163 393
## 22113 405 320.478 248
## 22114 155 141.686 98
## 22115 197 195.588 228
## 22116 383 379.407 229
## 22117 223 221.748 182
## 22118 210 200.106 208
## 22119 157 121.693 131
## 22120 554 552.555 149
## 22121 621 619.520 206
## 22122 346 343.620 325
## 22123 310 298.238 180
## 22124 195 187.146 109
## 22125 523 516.860 582
## 22126 528 526.568 420
## 22127 115 114.612 124
## 22128 1526 1487.818 184
## 22129 127 106.580 99
## 22130 119 118.209 135
## 22131 110 109.677 106
## 22132 104 103.611 166
## 22133 356 355.526 263
## 22134 316 314.766 213
## 22135 207 186.838 166
## 22136 238 236.217 251
## 22137 211 210.257 281
## 22138 187 186.059 192
## 22139 78 77.529 131
## 22140 226 206.941 149
## 22141 123 122.797 120
## 22142 228 199.502 143
## 22143 179 174.816 151
## 22144 160 144.359 207
## 22145 99 94.658 109
## 22146 227 217.437 243
## 22147 29876 176.301 29694
## 22148 727 255.620 206
## 22149 206 204.594 155
## 22150 201 184.028 149
## 22151 212 210.925 136
## 22152 895 871.954 215
## 22153 907 904.462 544
## 22154 159 146.815 183
## 22155 176 155.643 201
## 22156 634 593.231 469
## 22157 361 293.564 353
## 22158 123 117.072 167
## 22159 149 144.519 122
## 22160 440 438.683 198
## 22161 265 238.815 170
## 22162 173 161.762 218
## 22163 274 272.560 268
## 22164 285 276.628 644
## 22165 216 211.507 236
## 22166 260 239.080 214
## 22167 397 394.634 327
## 22168 208 203.145 47241
## 22169 148 129.608 84
## 22170 170 167.606 193
## 22171 536 492.396 627
## 22172 153 150.993 179
## 22173 667 311.545 156
## 22174 181 156.331 161
## 22175 243 232.061 65
## 22176 295 275.864 418
## 22177 139 135.179 118
## 22178 538 521.742 361
## 22179 142 138.629 58
## 22180 248 170.493 100
## 22181 242 191.274 169
## 22182 343 333.153 105
## 22183 1351 257.443 159
## 22184 338 218.665 275
## 22185 140 139.036 120
## 22186 220 200.939 144
## 22187 571 570.205 321
## 22188 353 345.804 260
## 22189 165 159.629 130
## 22190 219 201.154 143
## 22191 280 277.359 96
## 22192 1605 786.535 439
## 22193 136 124.640 95
## 22194 320 318.537 699
## 22195 182 179.454 1703
## 22196 264 225.029 135
## 22197 578 571.300 363
## 22198 278 277.087 728
## 22199 521 281.316 159
## 22200 321 319.138 159
## 22201 189 187.747 226
## 22202 274 272.080 216
## 22203 157 156.196 175
## 22204 385 327.209 224
## 22205 222 220.955 179
## 22206 253 246.020 131
## 22207 261 259.466 213
## 22208 172 151.268 214
## 22209 180 142.223 161
## 22210 143 133.955 167
## 22211 197 173.907 210
## 22212 227 227.212 222
## 22213 585 584.151 236
## 22214 316 315.141 289
## 22215 180 180.244 138
## 22216 239 191.214 198
## 22217 188 185.571 153
## 22218 115 114.290 47
## 22219 154 153.655 170
## 22220 175 175.186 163
## 22221 186 185.537 267
## 22222 295 292.332 257
## 22223 304 241.501 362
## 22224 156 144.866 234
## 22225 139 139.077 95
## 22226 375 373.843 216
## 22227 329 327.549 236
## 22228 405 404.405 221
## 22229 158 144.010 183
## 22230 251 250.713 176
## 22231 123 121.300 195
## 22232 247 245.168 194
## 22233 263 251.117 138
## 22234 207 206.282 139
## 22235 206 204.969 149
## 22236 173 165.845 403
## 22237 211 194.185 166
## 22238 160 158.404 173
## 22239 200 199.961 263
## 22240 226 198.400 181
## 22241 242 241.013 163
## 22242 156 154.577 148
## 22243 158 156.658 192
## 22244 200 199.008 82
## 22245 143 136.039 575
## 22246 208 206.667 140
## 22247 252 207.144 256
## 22248 130 127.713 155
## 22249 250 234.190 186
## 22250 174 167.640 170
## 22251 132 130.906 95
## 22252 143 141.753 148
## 22253 185 183.290 140
## 22254 136 134.297 139
## 22255 225 218.450 217
## 22256 258 235.929 273
## 22257 212 199.658 141
## 22258 371 369.258 328
## 22259 211 210.203 862
## 22260 370 368.947 168
## 22261 360 346.979 285
## 22262 174 173.176 632
## 22263 115 109.942 80
## 22264 331 313.871 222
## 22265 98 98.059 115
## 22266 154 152.980 134
## 22267 279 276.109 228
## 22268 260 259.590 238
## 22269 253 251.665 160
## 22270 352 338.664 418
## 22271 100 89.120 138
## 22272 405 361.589 624
## 22273 250 249.262 199
## 22274 297 295.712 638
## 22275 213 213.149 135
## 22276 361 360.695 85
## 22277 109 108.719 167
## 22278 253 210.543 83
## 22279 315 314.315 181
## 22280 239 196.684 195
## 22281 531 507.363 501
## 22282 426 371.516 443
## 22283 364 356.034 794
## 22284 518 508.713 813
## 22285 427 402.275 499
## 22286 1044 856.878 504
## 22287 1210 1208.740 492
## 22288 180 176.375 160
## 22289 279 277.248 270
## 22290 279 238.093 420
## 22291 121 112.767 132
## 22292 140 138.153 164
## 22293 335 331.259 218
## 22294 501 456.007 102
## 22295 427 345.823 195
## 22296 303 301.294 211
## 22297 204 202.565 119
## 22298 232 232.163 191
## 22299 109 101.646 112
## 22300 215 214.256 179
## 22301 174 167.108 239
## 22302 202 200.865 86
## 22303 117 105.276 84
## 22304 151 149.781 115
## 22305 152 145.178 146
## 22306 175 157.665 47035
## 22307 198 196.605 770
## 22308 205 203.803 114
## 22309 301 296.375 207
## 22310 191 181.349 229
## 22311 123 122.384 186
## 22312 136 134.516 171
## 22313 243 242.246 288
## 22314 207 203.058 115
## 22315 127 125.315 152
## 22316 196 195.014 1065
## 22317 162 152.739 231
## 22318 275 273.582 1473
## 22319 216 209.786 555
## 22320 373 315.429 235
## 22321 405 396.211 287
## 22322 184 182.896 176
## 22323 125 123.945 142
## 22324 181 173.457 318
## 22325 160 157.556 171
## 22326 106 104.500 152
## 22327 157 150.202 118
## 22328 680 678.817 371
## 22329 440 420.220 229
## 22330 141 140.217 110
## 22331 249 247.904 233
## 22332 238 235.007 178
## 22333 247 216.516 610
## 22334 184 172.695 156
## 22335 111 110.463 94
## 22336 429 412.858 142
## 22337 315 278.123 224
## 22338 165 163.350 52
## 22339 165 160.574 168
## 22340 257 241.538 575235
## 22341 196 191.133 186
## 22342 338 328.437 194
## 22343 197 196.384 229
## 22344 493 489.567 363
## 22345 186 167.667 89
## 22346 162 161.263 181
## 22347 193 183.733 163
## 22348 209 207.634 130
## 22349 139 138.410 136
## 22350 165 163.975 214
## 22351 210 207.974 324
## 22353 230 189.577 314
## 22354 144 122.325 137
## 22355 140 138.856 137
## 22356 248 241.191 161
## 22357 171 162.729 158
## 22358 490 145.494 185
## 22359 139 126.529 177
## 22360 165 152.676 133
## 22361 257 255.622 193
## 22362 348 346.655 456
## 22363 245 236.486 600
## 22364 297 287.586 259
## 22365 312 309.862 293
## 22366 202 191.751 98
## 22367 380 377.545 519
## 22368 495 473.763 265
## 22369 615 578.799 297
## 22370 106 104.095 221
## 22371 1100 1098.684 181
## 22372 224 214.237 126
## 22373 312 310.706 293
## 22374 216 214.421 299
## 22375 257 255.587 195
## 22376 236 235.034 319
## 22377 215 205.819 229
## 22378 381 315.220 291
## 22379 222 220.580 215
## 22380 304 302.032 236
## 22381 276 274.799 197
## 22382 190 189.370 165
## 22383 157 156.157 108
## 22384 452 449.825 231
## 22385 415 414.066 314
## 22386 142 140.515 177
## 22387 237 233.180 207
## 22388 273 270.934 280
## 22389 384 382.838 966
## 22390 168 157.350 394
## 22391 157 145.909 129
## 22392 248 234.058 187
## 22393 258 257.345 236
## 22394 243 173.952 131
## 22395 179 176.951 187
## 22396 249 231.848 177
## 22397 195 193.519 188
## 22398 159 157.065 143
## 22399 146 140.736 147
## 22400 190 183.978 221
## 22401 216 195.437 129
## 22402 214 191.152 173
## 22403 169 168.509 148
## 22404 389 298.355 98
## 22405 220 218.267 226
## 22406 205 176.002 201
## 22407 427 419.179 224
## 22408 451 434.128 222
## 22409 76 74.683 102
## 22410 107 105.681 124
## 22411 424 311.964 354
## 22412 115 113.940 65
## 22413 200 184.540 139
## 22414 186 184.499 273
## 22415 271 238.141 135
## 22416 571 135.014 182
## 22417 246 201.597 213
## 22418 87 85.610 182
## 22419 259 257.430 250
## 22420 140 139.264 179
## 22421 201 198.390 465
## 22422 391 372.824 223
## 22423 1144 1095.339 130
## 22424 265 264.028 378
## 22425 65116 326.609 195
## 22426 309 139.669 135
## 22427 169 168.169 174
## 22428 399 397.338 209
## 22429 212 211.503 193
## 22430 132 131.291 109
## 22431 268 266.812 231
## 22432 290 288.371 298
## 22433 391 389.532 242
## 22434 214 212.135 292
## 22435 441 437.487 1876
## 22436 279 277.657 208
## 22437 214 212.734 138
## 22438 238 236.801 249
## 22439 219 197.177 194
## 22440 145 142.866 198
## 22441 75 68.660 186
## 22442 191 187.693 181
## 22443 179 178.206 87
## 22444 220 218.552 228
## 22445 145 144.621 211
## 22446 230 227.631 202
## 22447 653 648.242 216
## 22448 171 131.362 184
## 22449 189 185.077 199
## 22450 45908 366.183 312
## 22451 184 182.593 174
## 22452 154 153.090 96
## 22453 1407 287.256 904
## 22454 237 160.846 85
## 22455 143 142.467 172
## 22456 185 172.558 274
## 22457 175 174.138 216
## 22458 129 118.481 115
## 22459 87 85.979 91
## 22460 199 198.664 162
## 22461 178 176.603 188
## 22462 156 155.399 219
## 22463 195 186.806 161
## 22464 121 115.939 232
## 22465 207 202.656 192
## 22466 229 227.597 354
## 22467 160 159.146 107
## 22468 165 150.589 164
## 22469 111 108.722 184
## 22470 135 129.043 2602
## 22471 145 144.385 136
## 22472 152 135.048 123
## 22473 331 328.991 275
## 22474 398 394.402 272
## 22475 3062 253.144 194
## 22476 187 186.184 78
## 22477 197 193.916 397
## 22478 228 216.837 161
## 22479 243 240.800 279
## 22480 317 309.314 90
## 22481 239 238.534 125
## 22482 144 142.063 201
## 22483 177 175.800 123
## 22484 209 207.264 101
## 22485 168 159.409 223
## 22486 504 502.473 383
## 22487 1897 1896.956 141
## 22488 143 134.430 115
## 22489 115 96.928 211
## 22490 352 350.585 464
## 22491 228 226.788 200
## 22492 185 183.482 147
## 22493 249 204.606 142
## 22494 199 164.845 190
## 22495 1259 357.782 821
## 22496 222 221.065 133
## 22497 231 201.704 236
## 22498 420 407.081 330
## 22499 307 305.472 183
## 22500 166 164.098 177
## 22501 217 182.088 206
## 22502 219 217.835 227
## 22503 238 236.813 191
## 22504 280 277.618 291
## 22505 162 159.525 149
## 22506 169 146.850 120
## 22507 260 235.119 607
## 22508 215 213.966 348
## 22509 133 130.626 117
## 22510 166 165.812 113
## 22511 269 268.662 707
## 22512 377 356.997 128
## 22513 182 177.803 184
## 22514 179 178.805 273
## 22515 192 185.540 161
## 22516 542 540.606 289
## 22517 119 113.071 99
## 22518 247 240.591 172
## 22519 178 177.219 165
## 22520 277 257.243 130
## 22521 272 245.582 253
## 22522 220 210.583 138
## 22523 275 274.425 194
## 22524 185 183.657 247
## 22525 445 418.150 112
## 22526 189 188.004 165
## 22527 1157 1148.814 138
## 22528 109 108.008 135
## 22529 326 303.541 170
## 22530 308 306.711 226
## 22531 142 136.237 132
## 22532 176 163.578 168
## 22533 291 290.412 278
## 22534 2547 134.274 125
## 22535 98 97.249 81
## 22536 331 324.836 234
## 22537 230 216.515 203
## 22538 294 293.693 1042
## 22539 187 175.984 180
## 22540 198 192.275 157
## 22541 188 187.372 154
## 22542 283 282.966 179
## 22543 227 161.688 188
## 22544 153 148.594 96
## 22545 397 395.638 184
## 22546 116 114.258 140
## 22547 148 147.361 142
## 22548 277 275.812 251
## 22549 231 190.281 189
## 22550 152 151.074 177
## 22551 271 246.650 188
## 22552 1066 1063.253 609
## 22553 192 190.837 163
## 22554 368 360.074 139
## 22555 98 97.988 78
## 22556 164 129.050 154
## 22557 159 158.247 132
## 22558 156 145.275 166
## 22559 98 97.962 71
## 22560 388 386.458 335
## 22561 219 201.419 282
## 22562 247 245.347 267
## 22563 168 167.311 115
## 22564 142 136.550 135
## 22565 296 288.245 280
## 22566 595 535.292 304
## 22567 129 128.205 146
## 22568 160 159.624 141
## 22569 351 335.054 236
## 22570 212 168.572 112
## 22571 237 235.348 168
## 22572 186 184.331 123
## 22573 341 340.869 258
## 22574 1409 1409.149 1272
## 22575 309 303.931 243
## 22576 164 140.736 2118
## 22577 180 155.899 85
## 22578 190 188.768 152
## 22579 259 253.068 230
## 22580 228 228.544 268
## 22581 346 345.339 268
## 22582 211 184.603 195
## 22583 242 242.075 164
## 22584 203 201.649 208
## 22585 192 150.448 233
## 22586 168 163.582 154
## 22587 153 152.863 182
## 22588 113 112.154 130
## 22589 102 101.259 88
## 22590 243 242.615 265
## 22591 194 192.835 170
## 22592 221 219.424 185
## 22593 508 507.685 135
## 22594 178 158.595 342
## 22596 189 188.503 250
## 22597 172 171.733 121
## 22598 108 96.607 125
## 22599 160 149.107 123
## 22600 595 593.737 352
## 22601 218 200.458 126
## 22602 194 192.995 110
## 22603 196 182.490 219
## 22604 163 162.429 143
## 22605 127 120.402 115
## 22606 201 199.132 242
## 22607 315 312.925 246
## 22608 274 274.046 254
## 22609 142 134.018 126
## 22610 249 249.024 196
## 22611 228 163.332 215
## 22612 154 152.141 132
## 22613 383 370.634 314
## 22614 145 139.017 119
## 22615 271 268.914 162
## 22616 262 260.392 121
## 22617 193 191.175 82
## 22618 455 378.537 3673
## 22619 123 119.899 116
## 22620 448 445.945 466
## 22621 302 284.392 202
## 22622 144 126.254 126
## 22623 212 194.778 213
## 22624 179 162.599 158
## 22625 136 135.062 86
## 22626 159 158.215 88
## 22627 159 158.814 106
## 22628 146 145.233 143
## 22629 124 122.518 127
## 22630 356 354.449 100
## 22631 565 553.493 281
## 22632 904 900.170 575
## 22633 510 247.130 16
## 22634 221 219.843 107
## 22635 143 141.359 211
## 22636 234 232.974 203
## 22637 206 159.458 118
## 22638 138 130.826 132
## 22639 142 141.981 118
## 22640 362 335.235 373
## 22641 224 219.829 206
## 22642 325 319.006 844
## 22643 310 297.656 258
## 22644 279 277.295 258
## 22645 134 133.970 168
## 22646 125 115.367 66
## 22647 336 320.630 133
## 22648 350 287.208 140
## 22649 166 156.055 188
## 22650 244 242.507 147
## 22651 311 307.902 218
## 22652 214 206.827 252
## 22653 602 594.979 287
## 22654 135 134.389 92
## 22655 384 381.616 270
## 22656 108 107.088 116
## 22657 223 221.772 262
## 22658 335 334.043 215
## 22659 2026 967.885 119
## 22660 229 196.577 272
## 22661 263 262.726 213
## 22662 98 94.062 89
## 22663 158 156.459 116
## 22664 158 156.982 241
## 22665 164 144.971 161
## 22666 117 107.691 73
## 22667 475 474.244 498
## 22668 146 145.683 199
## 22669 144 142.685 121
## 22670 357 305.436 259
## 22671 183 178.305 178
## 22672 175 174.754 168
## 22673 763 662.684 362
## 22674 286 285.396 590
## 22675 337 313.157 245
## 22676 222 221.645 179
## 22677 688 189.260 174
## 22678 170 170.059 248
## 22679 145 145.220 205
## 22680 1336 1336.075 117
## 22681 602 595.092 239
## 22682 313 302.636 377
## 22683 147 144.812 126
## 22684 332 328.893 220
## 22685 370 164.119 167
## 22686 91 88.301 117
## 22687 124 123.313 130
## 22688 175 168.943 166
## 22689 196 194.683 131
## 22690 156 155.191 84
## 22691 167 166.724 89
## 22692 255 253.478 170
## 22693 252 250.912 373
## 22694 273 272.189 208
## 22695 185 181.604 158
## 22696 216 215.373 167
## 22697 277 275.072 157
## 22698 184 178.450 108
## 22699 272 271.271 248
## 22700 165 164.439 145
## 22701 467 456.305 84559
## 22702 230 218.732 182
## 22703 200 194.191 138
## 22704 139 138.041 114
## 22705 127 125.688 143
## 22706 360 290.162 139
## 22707 244 165.385 151
## 22708 125 119.949 159
## 22709 176 125.633 136
## 22710 17225 202.593 213
## 22711 1183 1181.483 494
## 22712 308 307.231 508
## 22713 448 430.215 508
## 22714 177 176.456 149
## 22715 212 211.017 432
## 22716 328 313.241 161
## 22717 121 112.188 156
## 22718 205 204.638 105
## 22719 281 279.255 199
## 22720 356 329.019 144
## 22721 198 185.952 214
## 22722 166 163.892 210
## 22723 142 133.568 143
## 22724 239 237.858 162
## 22725 304 303.157 220
## 22726 201 199.595 149
## 22727 110 109.469 139
## 22728 181 180.755 127
## 22729 133 130.399 149
## 22730 206 205.111 150
## 22731 117 114.940 161
## 22732 211 193.903 114
## 22733 418 350.658 239
## 22734 339 330.690 155
## 22735 102 95.339 84
## 22736 198 193.108 143
## 22737 209 183.443 100
## 22738 168 168.408 156
## 22739 255 253.833 83
## 22740 687 685.418 675
## 22741 179 177.827 133
## 22742 189 170.346 157
## 22743 248 246.379 208
## 22744 199 186.742 127
## 22745 163 162.480 66
## 22746 215 188.653 243
## 22747 230 229.453 312
## 22748 132 117.526 97
## 22749 248 246.655 1975
## 22750 211 209.306 172
## 22751 202 201.203 164
## 22752 198 197.740 183
## 22753 120 118.826 108
## 22754 216 204.658 79
## 22755 237 235.554 262
## 22756 164 153.689 137
## 22757 315 313.720 123
## 22758 149 147.728 128
## 22759 171 165.336 272
## 22760 261 223.378 240
## 22761 287 285.177 246
## 22762 185 184.394 140
## 22763 270 269.882 316
## 22764 144 142.853 155
## 22765 253 250.221 258
## 22766 182 182.019 135
## 22767 222 213.446 490
## 22768 129 128.103 104
## 22769 777 772.748 232
## 22770 187 186.354 211
## 22771 172 171.925 161
## 22772 153 129.787 244
## 22773 271 136.575 92
## 22774 157 157.275 123
## 22775 129 128.050 227
## 22776 446 418.286 447
## 22777 147 146.810 193
## 22778 94 89.459 121
## 22779 555 553.125 235
## 22780 228 226.803 162
## 22781 237 236.193 198
## 22782 232 229.291 238
## 22783 413 412.078 121
## 22784 374 373.072 250
## 22785 139 137.996 269
## 22786 216 206.387 118
## 22787 439 306.456 341
## 22788 454 451.878 2034
## 22789 1012 1009.512 745
## 22790 239 227.001 109
## 22791 483 468.960 672
## 22792 454 449.191 253
## 22793 193 191.995 225
## 22794 144 141.047 197
## 22795 134 128.535 103
## 22796 306 243.115 208
## 22797 100 99.456 126
## 22798 179 169.061 185
## 22799 404 400.999 214
## 22800 272 271.030 228
## 22801 408 407.362 209
## 22802 137 136.472 145
## 22803 112 111.185 131
## 22804 219 213.135 192
## 22805 1316 1134.861 900
## 22806 179 179.172 184
## 22807 171 162.994 194
## 22808 201 200.368 262
## 22809 238 237.571 338
## 22810 115 115.825 89
## 22811 160 150.687 213
## 22812 298 104.998 6
## 22813 179 177.149 188
## 22814 196 195.210 168
## 22815 438 436.554 189
## 22816 89 88.342 114
## 22817 198 185.346 89
## 22818 190 189.480 165
## 22819 419 417.118 182
## 22820 187 185.638 142
## 22821 138 137.753 161
## 22822 753 655.667 1140
## 22823 2013 1859.274 444
## 22824 198 197.928 178
## 22825 470 468.128 187
## 22826 175 173.346 153
## 22827 122 122.085 114
## 22828 203 199.874 180
## 22829 209 202.233 105
## 22830 260 258.908 197
## 22831 148 147.415 201
## 22832 202 200.037 275
## 22833 166 149.773 135
## 22834 354 287.851 261
## 22835 319 317.549 180
## 22836 204 203.141 259
## 22837 680 673.509 99
## 22838 332 229.692 608
## 22839 168 166.112 140
## 22840 195 194.789 1015373
## 22841 73 71.753 102
## 22842 332 331.091 172
## 22843 181 178.090 230
## 22844 191 175.317 178
## 22845 393 283.400 255
## 22846 211 210.316 181
## 22848 277 275.670 228
## 22849 1173 1170.974 407
## 22850 204 203.778 154
## 22851 204 203.020 121
## 22852 1066 1060.706 329
## 22853 215 213.598 167
## 22854 164 162.724 107
## 22855 302 301.388 220
## 22856 631 630.111 216
## 22857 158 156.599 183
## 22858 157 156.426 145
## 22859 228 211.551 158
## 22860 156 155.781 73
## 22861 256 256.362 104
## 22862 252 238.108 219
## 22863 142 141.507 134
## 22864 195 172.038 220
## 22865 323 321.132 876
## 22866 793 203.889 359
## 22867 288 276.645 174
## 22868 196 187.566 224
## 22869 170 149.302 199
## 22870 155 154.093 185
## 22871 237 235.571 190
## 22872 128 126.164 120
## 22873 172 144.210 96
## 22874 163 162.758 115
## 22875 162 161.635 224
## 22876 191 167.029 231
## 22877 305 303.319 178
## 22878 181 180.801 360
## 22879 224 222.973 148
## 22880 163 150.514 95
## 22881 90 88.286 121
## 22882 179 153.140 181
## 22883 115 114.172 117
## 22884 160 159.447 245
## 22885 144 143.505 164
## 22886 225 224.539 133
## 22887 370 368.211 189
## 22888 309 287.649 206
## 22889 178 106.244 137
## 22890 109 108.882 145
## 22891 238 231.866 141
## 22892 188 184.796 113
## 22893 723 721.278 213
## 22894 176 170.078 78
## 22895 171 170.312 150
## 22896 100 86.823 90
## 22897 196 186.339 149
## 22898 104 104.195 121
## 22899 208 206.415 319
## 22900 130 130.074 185
## 22901 313 298.730 265
## 22902 119 115.060 102
## 22903 190 190.645 425
## 22904 224 217.733 126
## 22906 220 189.393 115
## 22907 176 172.236 156
## 22908 200 199.498 605
## 22909 326 324.695 192
## 22910 188 186.987 251
## 22911 270 268.929 142
## 22912 2301 2298.295 158
## 22913 327 300.748 238
## 22914 174 172.641 125
## 22915 214 214.124 345
## 22916 186 160.073 118
## 22917 156 135.426 107
## 22918 273 209.309 224
## 22919 128 127.000 124
## 22920 137 121.177 178
## 22921 211 205.856 549
## 22922 151 149.582 124
## 22923 295 294.274 218
## 22924 240 238.283 323
## 22925 213 202.593 206
## 22926 234 230.084 191
## 22927 441 440.488 170
## 22928 131 128.502 95
## 22929 152 150.121 238
## 22930 165 163.698 250
## 22931 140 130.837 69
## 22932 250 249.150 348
## 22933 245 244.594 249
## 22934 734 733.308 221
## 22935 174 174.069 220
## 22936 110 109.787 165
## 22937 161 159.805 230
## 22938 2179 2176.912 183
## 22939 190 188.664 409
## 22940 238 208.181 226
## 22941 197 189.694 155
## 22942 197 195.630 227
## 22943 233 231.530 167
## 22944 164 163.146 105
## 22945 116 113.822 220
## 22946 176 147.814 99
## 22947 208 194.223 314
## 22948 232 230.605 170
## 22949 173 172.155 171
## 22950 221 219.709 223
## 22951 191 190.001 174
## 22952 151 149.814 167
## 22953 436 411.675 379
## 22954 153 141.379 150
## 22955 261 256.689 220
## 22956 2509 2501.526 114
## 22957 167 166.738 160
## 22958 391 370.681 232
## 22959 277 275.077 241
## 22960 331 329.096 210
## 22961 117 116.435 143
## 22962 376 376.037 305
## 22963 172 162.099 132
## 22964 158 155.349 200
## 22965 212 211.766 202
## 22966 141 135.359 132
## 22967 399 187.127 170
## 22968 446 444.952 276
## 22969 327 324.998 254
## 22970 184 183.113 189
## 22971 271 268.903 220
## 22972 167 165.624 173
## 22973 684 644.225 155
## 22974 269 268.647 164
## 22975 152 151.584 124
## 22976 227 186.376 179
## 22977 242 238.808 211
## 22978 111 109.504 504
## 22979 177 137.225 142
## 22980 210 209.695 247
## 22981 162 160.730 209
## 22982 347 331.208 289
## 22983 318 303.995 184
## 22984 269 267.708 287
## 22985 289 287.776 195
## 22986 233 230.693 349
## 22987 487 451.081 312
## 22988 569 138.513 149
## 22989 211 202.089 201
## 22990 262 261.040 205
## 22991 168 155.409 92
## 22992 117 115.931 116
## 22993 276 251.636 108
## 22994 174 173.798 134
## 22995 608 605.200 251
## 22996 151 140.983 67
## 22997 225 224.741 170
## 22998 194 188.146 162
## 22999 238 223.775 317
## 23000 139 139.455 106
## 23001 9017 151.778 104
## 23002 544 526.515 71
## 23003 424 377.697 310
## 23004 95 94.858 69
## 23005 528 521.375 282
## 23006 136 136.052 144
## 23007 175 174.377 180
## 23008 185 164.809 141
## 23009 95 90.748 127
## 23010 185 182.433 126
## 23011 447 445.913 283
## 23012 624 597.957 172
## 23013 163 159.540 296
## 23014 229 199.158 140
## 23015 252 226.240 166
## 23016 163 162.975 174
## 23017 336 332.640 419
## 23018 173 158.327 241
## 23019 128 126.575 123
## 23020 278 277.709 103
## 23021 239 223.216 255
## 23022 263 261.715 70
## 23023 133 124.327 125
## 23024 357 356.139 116
## 23025 180 173.605 133
## 23026 165 159.612 134
## 23027 148 147.318 141
## 23028 644 624.416 202
## 23029 136 135.265 143
## 23030 185 184.341 177
## 23031 1414 1412.508 141
## 23032 210 204.164 201
## 23033 339 279.843 300
## 23034 95 94.169 134
## 23035 162 161.792 160
## 23036 163 150.286 218
## 23037 145 137.586 128
## 23038 137 132.704 129
## 23039 305 298.425 221
## 23040 161 150.201 132
## 23041 219 202.001 231
## 23042 104 102.145 137
## 23043 229 228.717 147
## 23044 310 281.287 265
## 23045 162 160.993 88
## 23046 292 290.058 133
## 23047 258 255.503 157
## 23048 242 242.057 234
## 23049 138 137.170 223
## 23050 295 295.331 240
## 23051 159 158.543 152
## 23052 880 871.892 358
## 23053 203 200.004 278
## 23054 343 341.425 181
## 23055 377 374.312 284
## 23056 156 140.398 98
## 23057 180 178.228 188
## 23058 174 172.481 342
## 23059 188 184.446 178
## 23060 243 241.683 158
## 23061 117 116.428 174
## 23062 172 166.476 164
## 23063 137 136.907 146
## 23064 188 186.180 95
## 23065 150 126.309 207
## 23066 148 132.456 106
## 23067 351 349.811 106
## 23068 345 344.996 215
## 23069 139 134.219 125
## 23070 160 151.247 124
## 23071 432 414.092 293
## 23072 266 265.536 250
## 23073 184 182.593 159
## 23074 129 128.803 118
## 23075 221 184.466 423
## 23076 2047 2038.229 167
## 23077 430 428.480 267
## 23078 340 337.980 650
## 23079 141 129.957 141
## 23080 370 362.465 296
## 23081 73 71.674 117
## 23082 188 186.855 192
## 23083 161 156.450 76
## 23084 149 148.098 202
## 23085 171 152.275 145
## 23086 172 171.428 196
## 23087 188 186.248 209
## 23088 413 171.330 143
## 23089 183 174.824 98
## 23090 206 205.844 160
## 23091 151 144.001 88
## 23092 168 161.202 171
## 23093 262 260.709 151
## 23094 219 209.239 166
## 23095 184 164.807 223
## 23096 131 129.453 243
## 23097 197 197.399 79
## 23098 142 140.764 152
## 23099 196 189.058 82
## 23100 237 235.560 232
## 23101 147 146.203 99
## 23103 234 206.751 231
## 23104 166 164.851 108
## 23105 423 422.653 286
## 23106 178 176.737 218
## 23107 150 148.808 215
## 23108 56 38.520 169
## 23109 2135 2082.504 420
## 23110 374 367.662 317
## 23111 491 384.842 255
## 23112 881 336.138 466
## 23113 173 172.325 113
## 23114 114 113.802 169
## 23115 230 202.015 208
## 23116 118 112.526 154
## 23117 216 213.646 203
## 23118 352 350.343 248
## 23119 306 304.885 206
## 23120 487 164.013 201
## 23121 161 135.500 151
## 23122 164 163.847 142
## 23123 168 156.046 137
## 23124 157 156.014 309
## 23125 167 165.955 144
## 23126 155 154.087 2878
## 23127 124 120.390 137
## 23128 90 76.171 5
## 23129 146 126.599 80
## 23130 205 191.739 210
## 23131 394 386.453 241
## 23132 220 219.072 51511
## 23133 125 124.122 313
## 23134 74525 74521.100 143
## 23135 147 142.631 124
## 23136 157 132.066 167
## 23137 200 192.549 256
## 23138 122 97.220 192
## 23139 163 160.883 136
## 23140 199 175.847 135
## 23141 466 455.893 87
## 23142 118 118.265 133
## 23143 136 136.078 100
## 23144 145 135.224 97
## 23145 136 135.365 154
## 23146 185 183.706 197
## 23147 238 236.558 265
## 23148 175 172.902 161
## 23149 112 107.917 118
## 23150 131 129.974 126
## 23151 193 189.778 194
## 23152 110 108.877 146
## 23153 169 166.976 199
## 23154 781 741.905 329
## 23155 291 285.027 277
## 23156 194 192.718 120
## 23157 138 136.585 171
## 23158 241 239.618 235
## 23159 176 174.356 139
## 23160 416 413.985 261
## 23161 134 132.693 150
## 23162 193 177.550 123
## 23163 181 166.805 185
## 23164 626 561.857 403
## 23165 298 247.644 204
## 23166 335 289.520 254
## 23167 215 214.332 176
## 23168 118 110.978 156
## 23169 142 140.872 150
## 23170 195 194.293 604
## 23171 215 213.895 214
## 23172 17510 17509.021 196
## 23173 159 157.682 185
## 23174 126 125.934 126
## 23175 128 114.868 145
## 23176 137 128.957 154
## 23177 1361 1359.386 825
## 23178 158 158.134 194
## 23179 177 176.027 164
## 23180 142 139.705 138
## 23181 227 225.763 266
## 23182 378 362.912 245
## 23183 145 144.147 147
## 23184 207 204.085 172
## 23185 1295 1294.013 245
## 23186 279 276.455 368
## 23187 141 132.379 118
## 23188 158 156.751 161
## 23189 472 471.148 269
## 23190 228 222.775 199
## 23191 276 263.079 171
## 23192 183 155.840 126
## 23193 333 328.711 292
## 23194 126 124.440 116
## 23195 347 341.354 186
## 23196 109 107.773 170
## 23197 133 130.936 286
## 23198 272 266.992 133
## 23199 333 321.987 314
## 23200 146 144.965 148
## 23201 239 238.156 162
## 23202 163 162.743 232
## 23203 181 163.302 214
## 23204 610 574.701 141
## 23205 985 330.155 374
## 23206 111 108.769 80
## 23207 167 150.397 134
## 23208 151 142.252 149
## 23209 411 405.081 205
## 23210 497 496.235 8
## 23211 199 196.460 149
## 23212 9399 9344.582 1467
## 23214 562 535.446 494
## 23215 197 195.713 258
## 23216 798 710.894 633
## 23217 174 171.380 103
## 23218 172 147.306 263
## 23219 206 205.297 139
## 23220 243 242.510 1056079
## 23221 763 762.298 258
## 23222 176 175.996 94
## 23223 350 321.996 200
## 23224 251 250.767 83
## 23225 208 189.087 104
## 23226 115 115.037 118
## 23227 120 119.309 124
## 23228 245 233.866 236
## 23229 143 142.651 113
## 23230 168 166.533 179
## 23231 327 239.882 170
## 23232 524 404.668 93
## 23233 167 151.630 228
## 23234 280 234.190 206
## 23235 420 418.475 224
## 23236 228 227.424 210
## 23237 141 140.912 176
## 23238 97 96.243 80
## 23239 154 152.689 128
## 23240 224 223.952 99
## 23241 211 210.314 218
## 23242 275 217.518 357
## 23243 446 445.335 304
## 23244 1146 1133.076 2091
## 23245 231 215.675 220
## 23246 172 170.305 127
## 23247 232 231.904 88
## 23248 160 132.761 185
## 23249 153 147.484 127
## 23250 190 189.182 137
## 23251 400 387.386 194
## 23252 177 176.978 133
## 23253 177 176.120 115
## 23254 302 301.282 398
## 23255 194 190.626 63
## 23256 696 687.049 279
## 23257 144 143.942 168
## 23258 808 562.485 681
## 23259 193 186.587 172
## 23260 176 175.308 139
## 23261 276 273.644 212
## 23262 211 209.391 236
## 23263 118 117.539 104
## 23264 176 163.634 184
## 23265 252 251.098 196
## 23266 773 670.327 667
## 23267 229 226.449 149
## 23268 308 130.702 121
## 23269 90 84.846 94
## 23270 195 195.036 169
## 23271 520 491.415 291
## 23272 158 152.619 107
## 23273 131 125.935 138
## 23274 235 205.144 218
## 23275 198 197.757 325
## 23276 278 277.435 343
## 23277 218 216.907 312
## 23278 174 136.076 58
## 23279 178 177.700 183
## 23280 117 112.652 142
## 23281 121 120.194 96
## 23282 234 230.824 273
## 23283 88 84.894 125
## 23284 209 192.062 173
## 23285 2435 2421.716 330
## 23286 39421 39421.491 109
## 23287 157 155.648 215
## 23288 157 150.694 163
## 23289 291 289.732 291
## 23290 152 149.026 150
## 23291 364 137.124 179
## 23292 125 123.639 205
## 23293 5685 181.199 98
## 23294 182 181.409 143
## 23295 497 482.259 298
## 23296 208 55.337 227
## 23297 292 282.932 448
## 23298 179 133.436 145
## 23299 155 154.680 197
## 23300 335 328.917 105
## 23301 239 231.075 241
## 23302 415 384.258 404
## 23303 326 325.241 179
## 23304 159 156.159 195
## 23305 172 170.909 210
## 23306 462 460.359 691
## 23307 160 159.574 203
## 23308 227 226.519 216
## 23309 85 83.362 234
## 23310 4344 235.777 205
## 23311 465 453.652 192
## 23312 256 254.792 161
## 23313 172 170.877 157
## 23314 172 171.857 126
## 23315 143 141.442 142
## 23316 196 195.146 120
## 23317 158 152.442 140
## 23318 285 283.966 92
## 23319 128 127.333 125
## 23320 229 211.446 163
## 23321 178 177.445 215
## 23322 588 559.474 317
## 23323 278 155.104 83
## 23324 1622 362.877 1147
## 23325 263 261.621 274
## 23326 276 266.520 220
## 23327 254 254.237 150
## 23328 182 180.348 151
## 23329 396 394.862 414
## 23330 373 371.405 119
## 23331 256 254.389 1566
## 23332 175 165.167 188
## 23333 458 451.811 174
## 23334 126 125.746 1867
## 23335 156 156.655 120
## 23336 172 159.044 191
## 23337 121 121.334 93
## 23338 132 131.430 90
## 23339 162 161.715 242
## 23340 450 449.627 259
## 23341 187 186.214 88
## 23342 411 404.260 235
## 23343 205 203.460 216
## 23344 117 107.562 118
## 23345 164 162.789 192
## 23346 190 187.220 93
## 23347 221 220.390 160
## 23348 366 364.489 182
## 23349 186 179.371 130
## 23350 161 154.358 159
## 23351 185 184.270 187
## 23352 269 224.515 181
## 23353 395 132.627 183
## 23354 114 112.865 162
## 23355 219 181.384 252
## 23356 150 149.810 162
## 23357 424 421.214 265
## 23358 533 530.969 282
## 23359 220 218.583 123
## 23360 343 333.789 302
## 23361 352 334.387 524
## 23362 206 193.826 168
## 23363 215 213.732 270
## 23364 169 169.028 135
## 23365 227 208.553 175
## 23366 197 148.751 146
## 23367 184 175.166 159
## 23368 348 346.148 213
## 23369 107 105.923 151
## 23370 188 188.375 162
## 23371 318 316.757 249
## 23372 187 157.036 263
## 23373 178 173.418 194
## 23374 171 169.676 243
## 23375 211 184.946 261
## 23376 514 506.769 268
## 23377 421 390.812 179
## 23378 299 247.465 243
## 23379 229 228.356 150
## 23380 271 227.285 221
## 23381 226 225.288 375
## 23382 186 177.047 160
## 23383 133 131.776 208
## 23384 348 322.981 87
## 23385 76 75.101 159
## 23386 199 197.781 169
## 23387 309 233.183 279
## 23388 396 373.469 159
## 23389 235 234.259 152
## 23390 222 191.170 248
## 23391 232 231.297 179
## 23392 481 479.991 427
## 23393 264 262.162 507
## 23394 190 137.556 192
## 23395 161 160.463 248
## 23396 336 267.377 273
## 23397 285 275.184 173
## 23398 150 149.163 194
## 23399 195 195.057 61
## 23400 328 291.533 115
## 23401 289 288.395 109
## 23402 169 167.973 257
## 23403 246 245.735 208
## 23404 234 205.774 196
## 23405 256 238.270 180
## 23406 1817 1774.012 302
## 23407 241 230.002 194
## 23408 604 602.486 612
## 23409 215 207.779 145
## 23410 160 154.439 141
## 23411 161 159.467 162
## 23412 638 384.265 154
## 23413 252 226.446 89
## 23414 204 204.417 137
## 23415 282 269.181 156
## 23416 1199 1196.711 432
## 23417 344 342.788 353
## 23418 17225 17209.268 249
## 23419 255 240.582 338
## 23420 767 765.351 292
## 23421 136 135.586 157
## 23422 255 253.270 209
## 23423 208 203.128 167
## 23424 183 182.992 119
## 23425 272 270.542 151
## 23426 237 236.235 181
## 23427 381 379.504 145
## 23428 240 238.486 205
## 23429 146 144.714 196
## 23430 177 169.231 70
## 23431 273 238.724 195
## 23432 265 261.625 174
## 23433 242 228.327 304
## 23434 484 479.790 216
## 23435 291 252.096 195
## 23436 263 223.410 99
## 23437 513 510.732 230
## 23438 135 133.948 152
## 23439 261 259.197 188
## 23440 282 280.779 356
## 23441 181 179.319 152
## 23442 266 259.770 217
## 23443 114 113.324 67
## 23444 223 220.624 440
## 23445 241 240.846 107
## 23446 192 191.108 79
## 23447 147 145.138 118
## 23448 131 122.854 137
## 23449 309 307.187 95
## 23450 229 207.284 190
## 23451 183 182.081 166
## 23452 166 158.658 245
## 23453 219 218.229 238
## 23454 300 297.824 350
## 23455 128 121.576 104
## 23456 160 133.335 121
## 23457 133 126.701 129
## 23458 289 271.892 143
## 23459 277 276.105 203
## 23460 98 97.882 139
## 23461 101 101.162 93
## 23462 123 122.373 126
## 23463 199 198.260 89
## 23464 405 403.764 848
## 23465 224 223.803 97
## 23466 91 88.159 134
## 23467 235 233.795 381
## 23468 217 216.127 148
## 23469 1198 1181.789 2006
## 23470 170 169.340 157
## 23471 171 133.844 162
## 23472 262 251.483 234
## 23473 249 247.399 236
## 23474 219 218.648 138
## 23475 474 424.222 213
## 23476 123 117.937 172
## 23477 97 94.901 172
## 23478 134 133.332 226
## 23479 206 180.711 116
## 23480 1714 1637.188 73221
## 23481 1681 1501.402 1232
## 23482 2061 795.871 554
## 23483 184 183.105 203
## 23484 179 178.258 186
## 23485 228 226.872 105
## 23486 148 146.895 183
## 23487 396 393.436 74
## 23488 1246 698.620 390
## 23489 207 194.527 156
## 23490 227 198.392 212
## 23491 218 216.642 204
## 23492 398 382.552 214
## 23493 167 166.394 166
## 23494 241 239.828 141
## 23495 198 185.386 173
## 23496 86 84.986 227
## 23497 172 169.191 193
## 23498 159 158.217 131
## 23499 154 153.221 144
## 23500 166 164.998 143
## 23501 288 287.910 278
## 23502 219 218.317 214
## 23503 139 137.642 95
## 23504 346 346.080 269
## 23505 247 246.482 248
## 23506 308 301.519 194
## 23507 282 277.768 212
## 23508 130 125.314 144
## 23509 320 297.331 6633
## 23510 157 123.248 66
## 23511 214 204.185 123
## 23512 187 185.865 134
## 23513 485 464.774 223
## 23514 140 138.523 120
## 23515 198 78.708 123
## 23516 85 19.068 72
## 23517 100 94.136 87
## 23518 192 191.078 166
## 23519 221 219.594 256
## 23520 387 323.111 297
## 23521 240 238.775 420
## 23522 204 199.189 171
## 23523 219 213.112 211
## 23524 309 304.097 311
## 23525 190 189.149 227
## 23526 125 114.569 106
## 23527 212 205.634 321
## 23528 224 223.477 195
## 23529 317 316.686 411
## 23530 200 198.344 156
## 23531 250 233.554 201
## 23532 125 123.834 107
## 23533 997 671.783 760
## 23534 130 129.366 81
## 23535 200 206.051 206
## 23536 407 403.261 139
## 23537 409 407.379 857
## 23538 188 187.418 229
## 23539 218 215.719 62
## 23540 293 291.349 271
## 23541 172 172.198 180
## 23542 588 433.874 257
## 23543 671 669.726 144
## 23544 142 141.215 145
## 23545 204 203.042 201
## 23546 99 98.014 67
## 23547 576 451.794 265
## 23548 401 368.853 370
## 23549 305 301.704 359
## 23550 367 295.817 215
## 23551 132 130.935 96
## 23552 110 105.910 204
## 23553 149 148.634 122
## 23554 231 211.682 173
## 23555 196 194.171 76
## 23556 457 144.351 161
## 23557 188 185.214 120
## 23558 480 479.832 337
## 23559 210 208.885 148
## 23560 154 147.594 118
## 23561 220 164.011 129
## 23562 149 148.694 153
## 23563 167 162.743 207
## 23564 168 151.578 147
## 23565 189 179.635 128
## 23566 188 186.708 224
## 23567 300 289.272 188
## 23568 161 160.074 212
## 23569 247 226.476 95
## 23570 176 174.607 137
## 23571 239 237.550 183
## 23572 121 120.298 124
## 23573 1068 1000.149 963
## 23574 161 131.765 126
## 23575 148 143.829 127
## 23576 235 208.468 180
## 23577 222 219.185 143
## 23578 227 226.784 145
## 23579 130 112.935 76
## 23580 258 251.161 162
## 23581 101 101.249 149
## 23582 241 241.705 144
## 23583 139 130.181 133
## 23584 373 364.479 357
## 23585 268 265.243 266
## 23586 119 114.862 101
## 23587 145 144.136 137
## 23588 1351 1350.223 198
## 23589 129 127.707 136
## 23590 358 350.089 171
## 23591 186 178.989 136
## 23592 300 298.391 321
## 23593 206 200.671 197
## 23594 185 185.028 159
## 23595 281 243.031 462
## 23596 179 172.793 120
## 23597 204 199.681 272
## 23598 280 276.970 194
## 23599 286 283.965 192
## 23600 340 339.773 207
## 23601 96 96.141 83
## 23602 131 129.785 141
## 23603 145 139.442 158
## 23604 284 284.313 142
## 23605 175 172.435 153
## 23606 191 189.688 211
## 23607 184 169.137 142
## 23608 139 139.379 133
## 23609 165 164.484 191
## 23610 214 187.369 250
## 23611 305 275.505 181
## 23612 419 390.460 264
## 23613 182 181.048 219
## 23614 205 203.319 167
## 23615 262 260.395 371
## 23616 109 87.872 6
## 23617 2048 2047.225 171
## 23618 1257 1254.099 181
## 23619 89 88.555 73
## 23620 7110 2621.462 320
## 23621 182 177.219 143
## 23622 294 288.941 234
## 23623 198 198.071 152
## 23624 140 140.473 105
## 23625 111 109.707 109
## 23626 128 117.590 115
## 23627 227 225.880 173
## 23628 217 75.169 91
## 23629 139 136.800 136
## 23630 225 194.248 150
## 23631 133 125.643 137
## 23632 217 173.875 146
## 23633 460 258.920 170
## 23634 147 146.105 157
## 23635 218 205.397 112
## 23636 164 146.666 148
## 23637 265 263.989 104
## 23638 168 168.449 115
## 23639 555 115.706 136
## 23640 299 279.729 351
## 23641 167 164.549 229
## 23642 300 296.670 480
## 23643 723 721.357 726
## 23644 178 177.154 184
## 23646 200 198.783 115
## 23647 130 108.417 133
## 23648 162 160.762 287
## 23649 195 189.058 139
## 23650 1054 177.849 250
## 23651 163 161.585 269
## 23652 302 298.262 214
## 23653 127 121.235 129
## 23654 134 118.866 120
## 23655 354 353.393 264
## 23656 177 172.037 110
## 23657 322 320.434 340
## 23658 257 256.844 333
## 23659 169 164.418 213
## 23660 199 199.076 164
## 23661 285 284.614 154
## 23662 184 183.108 200
## 23663 291 247.178 245
## 23664 140 134.970 166
## 23665 240 227.936 189
## 23666 227 192.912 221
## 23667 178 177.079 231
## 23668 328 326.242 253
## 23669 125 102.931 134
## 23670 168 166.140 184
## 23671 92 91.203 177
## 23672 169 167.199 213
## 23673 127 120.575 126
## 23674 178 172.468 161
## 23675 268 265.825 324
## 23676 316 296.881 252
## 23677 297 292.873 287
## 23678 189 186.171 165
## 23679 239 197.679 168
## 23680 671 603.980 150
## 23681 127 126.310 120
## 23682 238 235.011 251
## 23683 210 206.353 98
## 23684 621 620.404 802
## 23685 183 181.741 196
## 23686 383 380.020 254
## 23687 321 318.660 195
## 23688 390 381.667 103
## 23689 280 279.602 237
## 23690 276 275.300 176
## 23691 200 191.068 269
## 23692 167 166.465 153
## 23693 115 114.176 204
## 23694 141 135.544 146
## 23695 184 172.835 179
## 23696 884 136.821 200
## 23697 101 100.268 141
## 23698 291 230.000 134
## 23699 159 111.542 136
## 23700 123 112.850 119
## 23701 183 168.828 153
## 23702 132 131.316 210
## 23703 144 126.268 144
## 23704 66457 154.822 66232
## 23705 217 215.209 190
## 23706 199 185.410 141
## 23707 119 98.745 80
## 23709 128 128.073 108
## 23710 292 282.542 153
## 23711 210 203.256 92
## 23712 125 118.705 176
## 23713 228 219.454 128
## 23714 227 226.983 115
## 23715 201 191.198 167
## 23716 156 151.907 78
## 23717 295 283.010 454
## 23718 258 252.936 157
## 23719 868 853.903 2036
## 23720 122 98.095 194
## 23721 368 366.293 519
## 23722 224 223.387 211
## 23723 301 299.773 219
## 23724 225 223.220 100
## 23725 104 103.962 197
## 23726 143 140.168 108
## 23727 148 136.548 138
## 23728 423 404.279 294
## 23729 185 184.971 207
## 23730 167 166.604 119
## 23731 155 144.240 115
## 23732 208 206.980 246
## 23733 21872 403.168 191
## 23734 135 133.809 159
## 23735 352 351.501 230
## 23736 167 166.389 224
## 23737 154 142.933 140
## 23738 154 147.748 222
## 23739 155 154.374 123
## 23740 438 437.105 669
## 23741 314 312.824 188
## 23742 191 190.079 121
## 23743 260 259.449 115
## 23744 196 194.400 153
## 23745 287 286.977 154
## 23746 138 128.938 108
## 23747 566 565.735 178
## 23748 208 204.661 175
## 23749 157 156.606 94
## 23750 639 144.580 310
## 23751 112 101.498 80
## 23752 294 290.466 196
## 23753 296 284.959 274
## 23754 185 184.463 142
## 23755 174 173.116 141
## 23756 181 180.810 125
## 23757 274 273.090 189
## 23758 142 141.552 137
## 23759 100 100.340 122
## 23760 187 182.429 124
## 23761 125 124.238 132
## 23762 164 163.491 176
## 23763 134 134.017 91
## 23764 230 229.309 181
## 23765 304 302.068 185
## 23766 120 113.469 98
## 23767 165 164.902 157
## 23768 150 148.983 255
## 23769 208 207.704 42885
## 23770 175 174.473 185
## 23771 189 186.323 152
## 23772 240 227.769 157
## 23773 296 293.734 284
## 23774 156 152.561 122
## 23775 622 458.013 310
## 23776 229 218.474 378
## 23777 142 140.402 166
## 23778 132 110.801 129
## 23779 217 192.126 141
## 23780 154 152.546 458
## 23781 298 296.730 325
## 23782 425 377.021 447
## 23783 157 156.507 143
## 23784 170 168.166 163
## 23785 93 92.917 136
## 23786 157 151.277 124
## 23787 148 130.073 186
## 23788 169 168.746 149
## 23789 142 140.605 205
## 23790 344 343.481 209
## 23791 943 263.999 358
## 23792 234 233.232 153
## 23793 250 233.796 221
## 23794 262 260.784 259
## 23795 152 142.232 382
## 23796 1169 1167.883 3588
## 23797 149 142.730 687
## 23798 213 211.008 231
## 23799 117 115.718 158
## 23800 240 236.282 158
## 23801 219 217.403 360
## 23802 472 404.192 200
## 23803 112 110.352 147
## 23804 427 418.215 286
## 23805 203 201.334 144
## 23806 173 161.919 181
## 23807 871 829.632 447
## 23808 188 186.793 188
## 23809 173 171.916 443
## 23810 103 96.958 107
## 23811 232 230.570 188
## 23812 739 638.490 491
## 23813 302 287.342 185
## 23814 199 198.520 169
## 23815 156 125.358 126
## 23816 270 267.700 199
## 23817 712 677.504 263
## 23818 252 219.063 246
## 23819 279 255.368 324
## 23820 150 134.882 160
## 23821 266 265.231 200
## 23822 230 229.402 202
## 23823 232 187.679 190
## 23824 127 126.314 203
## 23825 184 169.498 191
## 23826 148 131.414 156
## 23827 199 199.015 269
## 23828 255 254.620 195
## 23829 226 175.188 253
## 23830 195 194.079 131
## 23831 238 232.361 342
## 23832 105 88.015 113
## 23833 142 134.147 131
## 23834 230 229.166 175
## 23835 212 205.706 116
## 23836 375 371.921 405
## 23837 126 125.525 108
## 23838 246 217.617 272
## 23839 1331 970.388 139
## 23840 212 210.005 260
## 23841 8333 270.470 515
## 23842 454 277.756 222
## 23843 111 110.064 99
## 23844 150 148.876 181
## 23845 209 206.562 142
## 23846 186 169.219 200
## 23847 184 158.925 114
## 23848 190 142.246 155
## 23849 185 183.972 155
## 23850 1772 1754.811 600
## 23851 224 222.330 191
## 23852 176 174.357 159
## 23853 470 467.303 590
## 23854 380 287.300 257
## 23855 213 210.883 186
## 23856 231 230.409 209
## 23857 194 192.106 292
## 23858 200 199.566 177
## 23859 125 123.286 173
## 23860 217 208.865 520
## 23861 164 145.930 133
## 23862 98 90.465 136
## 23863 159 158.562 141
## 23864 699 698.117 144
## 23865 283 282.425 268
## 23866 227 216.496 246
## 23867 278 276.102 174
## 23868 245 245.024 335
## 23869 1206 1011.653 542
## 23870 283 279.434 268
## 23871 331 321.540 247
## 23872 216 199.122 226
## 23873 104 102.639 180
## 23874 244 242.724 269
## 23875 206 200.991 186
## 23876 157 155.253 121
## 23877 145 140.462 154
## 23878 221 219.227 123
## 23879 145 143.131 186
## 23880 193 192.479 249
## 23881 858 856.614 190
## 23882 328 325.764 665
## 23883 202 200.664 188
## 23884 273 271.748 222
## 23885 154 145.603 170
## 23886 275 265.235 180
## 23887 200 198.416 177
## 23888 188 181.475 162
## 23889 246 239.257 214
## 23890 104 103.562 140
## 23891 184 175.807 316
## 23892 133 131.333 124
## 23893 191 189.501 132
## 23894 301 295.052 200
## 23895 236 208.527 250
## 23896 272 271.065 487
## 23897 414 325.685 470
## 23898 215 207.305 282
## 23899 207 197.427 178
## 23900 282 281.284 478
## 23901 170 169.239 127
## 23902 235 207.494 403
## 23903 256 256.018 298
## 23904 288 265.370 195
## 23905 742 723.424 292
## 23906 136 134.218 159
## 23907 270 235.142 177
## 23908 150 144.804 111
## 23909 329 322.340 260
## 23910 159 158.632 215
## 23911 388 383.108 176
## 23912 239 226.383 237
## 23913 107 106.513 91
## 23914 208 187.757 136
## 23915 135 134.731 70
## 23916 252 223.488 265
## 23917 698 694.154 410
## 23918 12920 12888.500 222
## 23919 338 241.405 248
## 23920 165 152.989 144
## 23921 216 214.553 157
## 23922 231 230.763 209
## 23923 262 245.029 176
## 23924 236 161.259 189
## 23925 187 180.249 156
## 23926 156 142.049 196
## 23927 189 187.258 172
## 23928 198 197.582 293
## 23929 257 255.939 165
## 23930 217 208.423 260
## 23931 239 238.112 147
## 23932 354 335.381 155
## 23933 246 223.216 195
## 23934 203 202.790 181
## 23935 234 232.239 207
## 23936 233 220.570 238
## 23937 209 208.259 181
## 23938 148 146.400 158
## 23939 347 343.676 406
## 23940 134 125.159 141
## 23941 158 148.945 178
## 23942 310 309.034 319
## 23943 656 376.314 306
## 23944 312 297.144 400
## 23945 148 145.327 100
## 23946 272 271.263 208
## 23947 281 279.597 246
## 23948 149 147.758 176
## 23949 264 256.984 195
## 23950 114 113.984 375
## 23951 262 258.952 523
## 23952 189 170.593 2149
## 23953 371 370.911 169
## 23954 164 162.451 151
## 23955 180 178.132 152
## 23956 191 190.534 261
## 23957 287 282.638 379
## 23958 353 322.799 237
## 23959 229 227.001 171
## 23960 811 809.103 322
## 23961 213 205.634 200
## 23962 157 155.350 250
## 23963 197 194.039 195
## 23964 460 459.308 163
## 23965 208 206.756 276
## 23966 212 189.517 218
## 23967 198 162.339 431
## 23968 964 175.084 171
## 23969 157 136.716 210
## 23970 247 245.856 166
## 23971 160 154.268 151
## 23972 188 171.643 174
## 23973 151 150.030 116
## 23974 132 129.312 179
## 23975 117 116.689 147
## 23976 156 155.484 99
## 23977 5178 225.602 305
## 23978 129 128.014 111
## 23979 188 186.533 146
## 23980 271 268.628 341
## 23981 20 19.930 68
## 23982 311 309.793 286
## 23983 173 170.984 192
## 23984 126 123.185 141
## 23985 209 208.057 198
## 23986 139 137.393 128
## 23987 443 441.111 202
## 23988 213 212.317 159
## 23989 128 127.493 199
## 23990 163 157.826 116
## 23991 134 90.398 147
## 23992 176 156.607 131
## 23993 309 308.644 168
## 23994 228 210.155 152
## 23995 117 108.092 239
## 23996 146 129.523 91
## 23997 306 304.925 209
## 23998 128 127.365 137
## 23999 147 131.733 130
## 24000 106 104.725 128
## 24001 182 182.120 109
## 24002 467 466.108 398
## 24003 597 543.766 599
## 24004 365 351.224 218
## 24005 1217 1216.525 441
## 24006 182 181.239 75
## 24007 331 329.402 201
## 24008 293 293.211 152
## 24009 275 274.101 177
## 24010 248 247.276 222
## 24011 157 145.539 128
## 24012 303 301.927 180
## 24013 173 172.284 129
## 24014 182 163.494 211
## 24015 184 178.673 123
## 24016 393 391.777 312
## 24017 389 384.930 197
## 24018 171 166.968 153
## 24019 209 207.377 274
## 24020 176 175.345 438
## 24021 217 216.441 167
## 24022 225 224.162 223
## 24023 177 155.993 189
## 24024 133 132.098 267
## 24025 254 244.847 471
## 24026 84 81.208 145
## 24027 352 351.746 482
## 24028 268 248.958 241
## 24029 246 219.456 217
## 24030 228 227.424 243
## 24031 220 218.506 281
## 24032 130 129.371 115
## 24033 241 234.633 318
## 24034 142 140.778 144
## 24035 320 232.458 285
## 24036 239 216.237 196
## 24037 188 187.961 139
## 24038 312 310.671 194
## 24039 300 257.360 256
## 24040 315 312.772 279
## 24041 209 183.775 230
## 24042 159 153.307 148
## 24043 5159 5155.517 175
## 24044 116 113.400 152
## 24045 181 136.854 114
## 24046 314 312.739 179
## 24047 465 464.923 340
## 24048 183 183.053 173
## 24049 346 344.245 231
## 24050 148 147.500 107
## 24051 926 857.385 144
## 24052 695 693.110 383
## 24053 421 402.270 316
## 24054 234 232.258 264
## 24055 432 397.489 398
## 24056 181 179.988 131
## 24057 132 131.439 74
## 24058 192 191.533 205
## 24059 113 109.482 127
## 24060 235 233.978 183
## 24061 187 174.483 96
## 24062 178 178.057 180
## 24063 205 204.132 149
## 24064 311 298.671 350
## 24065 207 205.954 179
## 24066 122 106.874 98
## 24067 149 147.497 115
## 24068 310 293.569 214
## 24069 170 169.079 172
## 24070 234 217.266 220
## 24071 304 302.392 247
## 24072 296 259.695 161
## 24073 177 176.203 156
## 24074 218 217.126 166
## 24075 114 110.663 132
## 24076 925 910.574 460
## 24077 102 98.969 90
## 24078 211 202.453 301
## 24079 114 107.576 98
## 24080 152 150.729 203
## 24081 223 214.377 109
## 24082 209 208.030 185
## 24083 213 208.217 224
## 24084 203 201.846 166
## 24085 203 183.838 156
## 24086 211 210.171 80
## 24087 135 128.614 161
## 24088 385 331.855 350
## 24089 310 298.839 199
## 24090 228 227.102 185
## 24091 281 280.362 267
## 24092 681 678.392 556
## 24093 480 446.517 356
## 24094 446 444.844 306
## 24095 171 158.758 241
## 24096 180 178.470 138
## 24097 626 622.702 129
## 24098 198 196.924 210
## 24099 275 174.164 393
## 24100 219 189.807 176
## 24101 382 360.005 130
## 24102 116 114.975 114
## 24103 145 145.120 149
## 24104 306 304.234 307
## 24105 161 155.729 141
## 24106 293 292.064 162
## 24107 207 193.691 216
## 24108 894 113.988 191
## 24109 215 214.485 162
## 24110 224 222.842 151
## 24111 296 294.212 182
## 24112 214 211.533 294
## 24113 238 217.674 304
## 24114 219 217.182 158
## 24115 228 216.093 160
## 24116 160 158.858 225
## 24117 91193 305.408 240
## 24118 154 133.807 595
## 24119 206 199.305 158
## 24120 210 200.161 123
## 24121 285 282.292 359
## 24122 344 251.366 2896
## 24123 4749 4747.015 180
## 24124 191 178.121 195
## 24125 195 192.472 52055
## 24126 236 228.010 234
## 24127 115 113.263 90
## 24128 267 265.620 192
## 24129 182 141.311 280
## 24130 277 276.339 346
## 24131 142 140.041 176
## 24132 267 260.739 215
## 24133 180 175.598 193
## 24134 401 366.682 388
## 24135 144 139.068 183
## 24136 301 299.270 195
## 24137 623 588.535 500
## 24138 189 158.134 188
## 24139 317 308.003 283
## 24140 226 224.471 223
## 24141 472 432.839 363
## 24142 453 452.480 295
## 24143 176 151.218 113
## 24144 9046 9043.830 267
## 24145 218 215.063 256
## 24146 136 134.055 188
## 24147 270 269.419 220
## 24148 252 231.155 197
## 24149 188 169.269 174
## 24150 266 260.628 110
## 24151 212 193.090 298
## 24152 544 542.808 240
## 24153 525 523.623 316
## 24154 209 208.686 188
## 24155 194 189.095 125
## 24156 101 96.106 85
## 24157 284 281.755 170
## 24158 626 337.634 96
## 24159 233 202.165 171
## 24160 194 185.873 116
## 24161 308 242.429 568
## 24162 129 107.295 71
## 24163 259 257.933 231
## 24164 201 193.282 167
## 24165 313 301.149 366
## 24166 253 251.172 85
## 24167 151 150.728 99
## 24168 171 170.264 183
## 24169 314 308.740 180
## 24170 195 194.292 189
## 24171 197 195.153 193
## 24172 301 300.597 158
## 24173 160 158.393 177
## 24174 295 294.043 342
## 24175 133 111.873 136
## 24176 154 125.518 87
## 24177 264 262.464 6826
## 24178 194 192.365 331
## 24179 128 127.506 99
## 24180 134 127.195 186
## 24181 328 326.781 240
## 24182 141 140.453 107
## 24183 201 194.952 195
## 24184 176 173.028 99
## 24185 162 160.953 109
## 24186 191 189.304 168
## 24187 361 358.448 323
## 24188 205 199.740 227
## 24189 167 158.016 157
## 24190 499 497.667 243
## 24191 295 287.191 161
## 24192 888 885.795 234
## 24193 156 154.806 126
## 24194 2382 2360.746 136
## 24195 204 187.951 240
## 24196 775 743.861 489
## 24197 325 324.358 257
## 24198 120 113.809 144
## 24199 160 124.763 94
## 24200 174 172.296 384
## 24201 376 304.956 147
## 24202 2651 2644.597 264
## 24203 302 300.171 309
## 24204 173 171.653 203
## 24205 157 151.190 105
## 24206 183 148.348 128
## 24207 363 349.283 586
## 24208 999 995.335 912
## 24209 266 261.152 203
## 24210 125 119.102 164
## 24211 275 274.407 363
## 24212 236 186.681 211
## 24213 192 191.006 167
## 24214 184 182.830 122
## 24215 179 171.706 148
## 24216 141 131.448 143
## 24217 151 149.685 169
## 24218 188 179.671 173
## 24219 175 173.478 211
## 24220 215 214.744 212
## 24221 293 292.410 388
## 24222 368 257.228 110
## 24223 183 181.697 363
## 24224 319 318.738 473
## 24225 200 186.376 44615
## 24226 217 215.673 565
## 24227 483 304.891 143
## 24228 219 184.528 7119
## 24229 276 255.061 290
## 24230 174 173.872 171
## 24231 1381 1373.947 337
## 24232 134 133.148 168
## 24233 214 214.020 193
## 24234 270 259.151 201
## 24235 104 103.582 175
## 24236 183 182.651 81
## 24237 244 225.906 246
## 24238 236 208.767 186
## 24239 122 115.818 210
## 24240 215 213.776 145
## 24241 174 173.295 113
## 24242 519 201.424 255
## 24243 176 174.820 271
## 24244 842 241.721 102
## 24245 556 552.454 671
## 24246 424 405.393 322
## 24247 159 114.455 126
## 24248 154 144.293 99
## 24249 165 158.123 127
## 24250 146 145.432 294
## 24251 132 131.621 171
## 24252 324 123.411 100
## 24253 2496 2354.960 128
## 24254 198 179.654 311
## 24255 376 369.435 228
## 24256 163 163.160 184
## 24257 100 95.229 150
## 24258 161 149.327 132
## 24259 131 127.020 120
## 24260 211 210.243 153
## 24261 466 460.941 226
## 24262 16779 16768.714 209
## 24263 133 132.242 120
## 24264 157 143.484 168
## 24265 157 156.733 147
## 24266 332 329.461 303
## 24267 188 158.455 115
## 24268 528 526.920 189
## 24269 265 263.928 198
## 24270 323 297.931 211
## 24271 209 200.391 218
## 24272 165 162.615 333
## 24273 187 176.549 225
## 24274 158 157.607 147
## 24275 224 222.310 220
## 24276 139 138.957 119
## 24277 145 143.816 173
## 24278 262 259.790 200
## 24279 430 167.233 125
## 24280 260 257.981 348
## 24281 200 198.535 170
## 24282 233 231.136 147
## 24283 258 248.488 218
## 24284 178 176.176 173
## 24285 172 170.581 133
## 24286 169 141.624 210
## 24287 226 225.337 178
## 24288 302 298.817 196
## 24289 226 222.718 80
## 24290 542 540.692 456
## 24291 285 223.451 384
## 24292 215 211.617 169
## 24293 171 152.944 119
## 24294 153 151.245 159
## 24295 201 172.193 156
## 24296 123 122.597 147
## 24297 144 135.925 182
## 24298 136 134.654 84
## 24299 224 224.207 247
## 24300 308 307.611 275
## 24301 170 159.949 98
## 24302 268 261.513 197
## 24303 657 652.404 1098
## 24304 225 190.806 145
## 24305 342 290.631 563
## 24306 263 222.570 127
## 24307 199 197.787 78
## 24308 153 152.490 114
## 24309 160 150.778 172
## 24310 153 151.367 320
## 24311 358 357.560 113
## 24312 214 204.410 134
## 24313 178 177.284 186
## 24314 171 151.688 157
## 24315 142 141.879 82
## 24316 374 370.704 188
## 24317 297 293.272 143
## 24319 343 319.591 199
## 24320 138 137.119 110
## 24321 172 171.272 201
## 24322 137 135.695 132
## 24323 287 284.909 219
## 24324 123 121.311 118
## 24325 244 232.809 135
## 24326 179 176.503 198
## 24327 153 151.738 177
## 24328 237 235.365 189
## 24329 261 260.896 204
## 24330 150 144.611 151
## 24331 123 122.032 128
## 24332 325 246.777 284
## 24333 148 147.397 180
## 24334 274 272.807 198
## 24335 176 175.970 189
## 24336 220 215.077 268
## 24337 169 156.873 133
## 24338 130 130.594 97
## 24339 169 168.537 124
## 24340 228 221.466 17519
## 24341 165 164.100 79
## 24342 387 371.514 159
## 24343 123 113.984 109
## 24344 102 101.291 94
## 24345 242 216.937 162
## 24346 256 250.600 188
## 24347 290 288.771 200
## 24348 197 167.745 161
## 24349 116 116.170 136
## 24350 124 106.937 136
## 24351 179 173.143 136
## 24352 197 196.058 182
## 24353 198 192.210 203
## 24354 398 396.210 167
## 24355 556 555.851 135
## 24356 147 146.750 167
## 24357 437 432.375 180
## 24358 186 184.433 265
## 24359 351 349.338 213
## 24360 180 179.215 144
## 24361 162 161.582 245
## 24362 178 165.478 292
## 24363 185 184.240 172
## 24364 172 170.882 80
## 24365 266 260.639 1211477
## 24366 190 183.830 125
## 24367 370 338.669 187
## 24368 6460 6460.265 176
## 24369 199 196.341 235
## 24370 322 319.532 185
## 24371 230 206.775 187
## 24372 473 471.522 335
## 24373 233 231.889 146
## 24374 315 312.931 278
## 24375 512 510.902 195
## 24376 75 74.063 102
## 24377 232 226.354 155
## 24378 149 129.669 197
## 24379 126 125.323 168
## 24380 261 261.143 294
## 24381 200 181.407 179
## 24382 306 296.175 264
## 24383 172 170.901 216
## 24384 424 406.073 162
## 24385 229 223.327 180
## 24386 179 177.963 207
## 24387 327 325.993 198
## 24388 388 344.068 167
## 24389 225 204.240 193
## 24390 262 235.473 219
## 24391 325 322.982 280
## 24392 289 286.420 315
## 24393 8202975 160.385 8202799
## 24394 171 153.212 192
## 24395 185 178.693 205
## 24396 135 134.754 131
## 24397 162 160.284 239
## 24398 2076 250.444 251
## 24399 236 225.353 233
## 24400 153 152.372 156
## 24401 303 300.416 198
## 24402 321 259.470 205
## 24403 177 175.568 190
## 24404 146 140.636 174
## 24405 285 273.055 254
## 24406 70 69.194 134
## 24407 142 141.512 95
## 24408 1774 1772.207 215
## 24409 220 201.710 121
## 24410 110 109.163 120
## 24411 320 307.996 276
## 24412 216 215.397 173
## 24413 139 137.805 224
## 24414 251 248.861 176
## 24415 172 164.726 158
## 24416 203 172.137 206
## 24417 151 151.191 158
## 24418 427 423.070 506
## 24419 527 526.540 167
## 24420 249 247.577 191
## 24421 300 296.318 243
## 24422 212 188.385 194
## 24423 405 225.180 365
## 24424 2920 349.941 216
## 24425 232 231.326 199
## 24426 299 295.176 192
## 24427 171 168.815 153
## 24428 837 825.062 246
## 24429 620 617.859 235
## 24430 179 172.417 147
## 24431 296 293.769 244
## 24432 259 257.612 281
## 24433 183 179.542 324
## 24434 157 138.713 76
## 24435 163 161.556 142
## 24436 391 368.222 305
## 24437 490 482.795 337
## 24438 350 349.397 322
## 24439 203 152.099 117
## 24440 355 346.110 245
## 24441 253 251.806 246
## 24442 155 149.138 161
## 24443 215 209.192 167
## 24444 249 243.287 118
## 24445 252 250.536 200
## 24446 194 192.783 179
## 24447 418 367.107 215
## 24448 155 153.460 167
## 24449 1388110 118.974 151
## 24450 130 128.199 116
## 24451 169 167.966 184
## 24452 242 241.668 196
## 24453 209 196.801 383
## 24454 151 134.309 102
## 24455 236 235.739 169
## 24456 121 114.946 67
## 24457 383 381.439 243
## 24458 323 321.797 95
## 24459 130 116.711 106
## 24460 203 202.286 148
## 24461 161 160.175 96
## 24462 251 235.669 150
## 24463 406 404.704 194
## 24464 214 206.286 194
## 24465 330 328.174 151
## 24466 158 141.650 77
## 24467 178 168.874 145
## 24468 290 289.165 308
## 24469 147 146.824 156
## 24470 191 190.825 322
## 24471 607 263.870 250
## 24472 137 136.432 131
## 24473 141 139.960 108
## 24474 1587 1586.451 369
## 24475 214 212.511 228
## 24476 125 123.738 99
## 24477 916 911.506 202
## 24478 284 131.840 95
## 24479 166 154.900 331
## 24480 339 338.045 189
## 24481 710 708.232 447
## 24482 273 271.540 238
## 24483 420 408.861 362
## 24484 133 120.540 100
## 24485 148 146.553 122
## 24486 153 143.627 95
## 24487 170 159.727 654
## 24488 655 653.170 637
## 24489 295 258.390 302
## 24490 145 142.229 145
## 24491 110 109.460 123
## 24492 108 107.542 93
## 24493 178 170.346 146
## 24494 525 522.813 272
## 24495 102 102.086 110
## 24496 105 102.668 123
## 24497 1123 1122.116 244
## 24498 117 102.737 186
## 24499 151 150.310 230
## 24500 416 415.309 299
## 24501 121 117.605 110
## 24502 86 84.731 58
## 24503 126 120.402 112
## 24504 192 191.405 191
## 24505 218 217.253 173
## 24506 296 294.255 296
## 24507 264 222.807 201
## 24508 194 193.561 287
## 24509 501 386.265 462
## 24510 341 340.264 306
## 24511 194 173.942 114
## 24512 147 144.476 124
## 24513 240 213.412 143
## 24514 275 266.138 214
## 24515 136 135.149 136
## 24516 240 239.569 216
## 24517 245 244.777 68
## 24518 141 141.370 112
## 24519 412 409.335 776
## 24520 366 352.785 309
## 24521 193 185.659 226
## 24522 1033 887.058 362
## 24523 117 116.603 125
## 24524 191 176.639 144
## 24525 390 388.543 132
## 24526 123 118.143 155
## 24527 132 122.894 110
## 24528 225 223.745 147
## 24529 223 217.042 422
## 24530 153 135.472 114
## 24531 203 201.953 194
## 24532 297 196.779 272
## 24533 126 125.270 122
## 24534 243 237.643 90
## 24535 147 145.849 229
## 24536 305 292.905 151
## 24537 274 269.933 411
## 24538 258 255.668 747
## 24539 144 142.880 126
## 24540 125 115.894 97
## 24541 124 123.115 150
## 24542 295 250.088 212
## 24543 260 234.238 122
## 24544 244 242.603 184
## 24545 168 166.391 234
## 24546 214 195.913 143
## 24547 312 310.733 475
## 24548 154 153.215 106
## 24549 3111 3110.384 456
## 24550 105 97.564 102
## 24551 149 143.588 80
## 24552 160 140.915 123
## 24553 236 235.787 112
## 24554 190 189.207 190
## 24555 211 194.290 212
## 24556 721 719.429 182296
## 24557 377 375.531 385
## 24558 144 143.210 118
## 24559 198 197.265 236
## 24560 256 249.337 201
## 24561 123 119.518 101
## 24562 109 105.346 118
## 24563 356 351.334 191
## 24564 156 154.675 160
## 24565 590 571.536 236
## 24566 304 203.212 115
## 24567 175 173.687 155
## 24568 151 150.532 93
## 24569 228 219.531 135
## 24570 775 772.882 153
## 24571 192 191.763 125
## 24572 173 171.979 149
## 24573 116 115.857 73
## 24574 220 211.200 120
## 24575 241 236.338 139
## 24576 215 202.263 168
## 24577 135 123.918 119
## 24578 109 106.523 163
## 24579 245 244.061 151
## 24580 198 197.136 110
## 24581 390 387.669 304
## 24582 2866 2853.642 223
## 24583 317 315.886 261
## 24584 196 177.823 121
## 24585 228 223.246 168
## 24586 366 360.563 181
## 24587 127 125.597 175
## 24588 121 111.561 140
## 24589 3060 3058.432 173
## 24590 92 90.940 108
## 24591 116 97.454 141
## 24592 167 163.870 396
## 24593 644 635.616 1236
## 24594 158 156.974 135
## 24595 198 196.063 187
## 24596 228 224.411 205
## 24597 429 427.093 153
## 24598 733 732.164 313
## 24599 168 162.172 158
## 24600 221 220.828 126
## 24601 236 219.358 161
## 24602 259 236.366 318
## 24603 110 100.339 100
## 24604 1558 310.983 6
## 24605 214 196.841 129
## 24606 158 157.492 122
## 24607 155 152.482 116
## 24608 205 204.601 130
## 24609 1064 595.541 360
## 24610 148 143.918 137
## 24611 262 254.418 225
## 24612 90 89.052 89
## 24613 199 196.792 330
## 24614 400 396.579 243
## 24615 163 160.350 208
## 24616 279 273.457 235
## 24617 150 148.567 211
## 24618 262 260.488 176
## 24619 581 573.358 525
## 24620 185 170.737 123
## 24621 167 166.533 75
## 24622 236 192.661 166
## 24623 279 264.497 249
## 24624 185 184.034 204
## 24625 654 652.412 340
## 24626 104 102.251 128
## 24627 342 340.705 196
## 24628 488 484.556 310
## 24629 119 112.974 123
## 24630 432 407.775 409
## 24631 182 181.512 205
## 24632 189 188.993 229
## 24633 178 177.346 116
## 24634 197 188.663 150
## 24635 346 328.893 265
## 24636 208 204.118 147
## 24637 361 359.144 218
## 24638 135 135.263 165
## 24639 116 106.719 146
## 24640 177 175.265 174
## 24641 298 291.710 104
## 24642 302 299.365 364
## 24643 243 241.823 211
## 24644 145 143.658 158
## 24645 181 180.013 219
## 24646 197 190.293 95
## 24647 218 179.783 252
## 24648 262 261.424 215
## 24649 165 164.479 81
## 24650 196 195.492 141
## 24651 226 219.945 213
## 24652 199 196.973 169
## 24653 189 188.615 210
## 24654 144 142.701 171
## 24655 332 278.492 303
## 24656 319 294.462 266
## 24657 200 154.000 193
## 24658 179 178.665 145
## 24659 201 200.436 184
## 24660 172 158.179 163
## 24661 208 196.313 178
## 24662 256 248.754 195
## 24663 513 511.625 431
## 24664 195 194.457 226
## 24665 228 227.067 211
## 24666 350 344.204 205
## 24667 287 270.564 179
## 24668 1037 1035.898 245
## 24669 155 134.843 127
## 24670 120 119.013 105
## 24671 310 301.941 309
## 24672 256 254.291 250
## 24673 1044 1042.358 130
## 24674 252 250.925 216
## 24675 252 250.944 219
## 24676 265 263.381 385
## 24677 203 201.355 141
## 24678 339 333.155 174
## 24679 490 324.578 314
## 24680 646 645.229 471
## 24681 300 249.757 182
## 24682 270 268.706 290
## 24683 238 236.822 267
## 24684 298 296.035 218
## 24685 216 214.984 249
## 24686 189 187.919 178
## 24687 232 230.433 226
## 24688 287 284.935 164
## 24689 286 284.612 172
## 24690 355 354.144 226
## 24691 344 343.064 68668
## 24692 186 183.643 204
## 24693 216 213.581 5923
## 24694 209 208.044 196
## 24695 192 191.438 266
## 24696 235 231.967 187
## 24697 203 140.046 120
## 24698 274 272.724 204
## 24699 177 175.085 150
## 24700 553 551.684 328
## 24701 199 189.317 194
## 24702 36460 230.959 268
## 24703 168 165.985 208
## 24704 354 353.088 236
## 24705 155 152.828 154
## 24706 402 400.483 244
## 24707 390 358.502 177
## 24708 235 233.616 190
## 24709 156 146.395 251
## 24710 174 172.627 154
## 24711 253 247.401 2245
## 24712 208 206.562 174
## 24713 260 259.632 184
## 24715 216 214.211 192
## 24716 464 410.172 233
## 24717 194 192.664 288
## 24718 435 431.535 570
## 24719 230 179.969 158
## 24720 301 299.812 229
## 24721 151 149.743 251
## 24722 280 277.352 270
## 24723 311 309.831 417
## 24724 350 348.806 148013
## 24725 686 683.131 479
## 24726 244 243.273 224
## 24727 238 220.297 232
## 24728 320 285.809 264
## 24729 239 238.302 189
## 24730 213 208.590 491
## 24731 274 266.077 181
## 24732 385 348.627 207
## 24733 281 256.998 179
## 24734 277 240.821 179
## 24735 222 203.978 166
## 24736 284 278.760 222
## 24737 251 243.309 174
## 24738 167 163.423 145
## 24739 215 210.806 219
## 24740 164 163.322 103
## 24741 338 307.410 3237
## 24742 227 225.420 171
## 24743 269 267.674 223
## 24744 175 170.376 198
## 24745 387 385.351 309
## 24746 529 528.561 199
## 24747 281 244.716 685
## 24748 186 185.061 216
## 24749 180 179.219 331
## 24750 436 426.710 232
## 24751 732 721.821 354
## 24752 286 234.848 240
## 24753 286 284.246 287
## 24754 185 179.963 160
## 24755 192 190.227 162
## 24756 254 252.870 243
## 24757 155 154.357 166
## 24758 245 228.603 142
## 24759 357 355.068 508
## 24760 208 207.415 229
## 24761 516 514.590 530
## 24762 497 495.879 354
## 24763 222 221.044 225
## 24764 450 449.046 343
## 24765 14824 525.447 343
## 24766 415 312.677 56761
## 24767 277 275.289 183
## 24768 197 195.693 163
## 24769 181 165.733 156
## 24770 263 261.950 177
## 24771 464 462.530 260
## 24772 213 181.947 157
## 24773 253 251.878 134
## 24774 351 346.100 225
## 24775 188 185.875 155
## 24776 293 282.050 204
## 24777 485 479.553 532
## 24778 326 322.496 277
## 24779 247 235.069 492
## 24780 176 174.255 490
## 24781 283 279.520 263
## 24782 137 136.432 105
## 24783 182 181.193 213
## 24784 204 202.790 248
## 24785 208 206.120 209
## 24786 376 372.207 207
## 24787 179 178.247 155
## 24788 170 151.038 229
## 24789 256 219.679 163
## 24790 211 210.297 198
## 24791 189 149.200 169
## 24792 425 423.931 229
## 24793 533 531.265 341
## 24794 243 232.035 218
## 24795 393 391.761 133
## 24796 217 215.675 214
## 24797 192 190.581 138
## 24798 226 225.165 244
## 24799 270 269.376 275
## 24800 219 218.170 170
## 24801 120 113.575 185
## 24802 301 284.539 282
## 24803 166 150.620 124
## 24804 244 243.006 241
## 24805 298 293.333 232
## 24806 487 477.551 258
## 24807 271 269.123 362
## 24808 474 191.525 185
## 24809 289 287.970 323
## 24810 326 324.277 1046
## 24811 368 366.967 358
## 24812 142 141.648 121
## 24813 189 188.349 186
## 24814 341 336.177 254
## 24815 177 175.785 170
## 24816 316 314.847 291
## 24817 267 254.879 285
## 24818 278 272.233 244
## 24819 179 177.196 183
## 24820 298 296.173 271
## 24821 2264 2262.597 150
## 24822 538 532.857 386
## 24823 146 129.226 16
## 24824 340 336.518 212
## 24825 224 221.816 230
## 24826 199 198.205 233
## 24827 726 721.666 427
## 24828 281 279.130 197
## 24829 268 266.924 191
## 24830 467 465.789 224
## 24831 197 195.982 197
## 24832 223 222.417 167
## 24833 298 295.707 234
## 24834 159 145.467 180
## 24835 234 215.300 176
## 24836 270 269.222 223
## 24837 195 192.574 496
## 24838 519 224.757 223
## 24839 263 261.235 351
## 24840 119 112.392 137
## 24841 1710 1707.499 316
## 24842 206 199.394 177
## 24843 228 207.804 231
## 24844 342 340.307 307
## 24846 408 405.463 183
## 24847 439 438.515 138
## 24848 115 113.878 110
## 24849 152 149.626 255
## 24850 281 273.649 170
## 24851 180 178.264 174
## 24852 198 195.167 165
## 24853 286 284.624 251
## 24854 203 201.336 194
## 24855 403 401.898 316
## 24856 326 323.744 292
## 24857 799 678.190 1703
## 24858 270 269.184 234
## 24859 450 316.741 400
## 24860 302 300.101 394
## 24861 146 75.791 161
## 24862 251 249.527 218
## 24863 758 693.080 244
## 24864 262 260.453 191
## 24865 254 252.692 230
## 24866 782 371.768 239
## 24867 489 486.905 296
## 24868 456 410.217 158
## 24869 2008 1998.185 358
## 24870 363 360.965 264
## 24871 498 496.557 379
## 24872 167 165.709 189
## 24873 220 218.909 232
## 24874 257 214.711 253
## 24875 270 268.255 170
## 24876 403 394.424 247
## 24877 169 159.157 164
## 24878 280 277.687 215
## 24879 388 385.314 19651
## 24880 199 196.856 168
## 24881 743 741.235 553
## 24882 204 203.284 283
## 24883 132 131.371 123
## 24884 240 231.939 184
## 24885 401 372.551 388
## 24886 301 299.019 285
## 24887 319 309.156 199
## 24888 235 232.494 128
## 24889 537 487.088 295
## 24890 200 163.034 127
## 24891 285 283.217 171
## 24892 863 861.873 328
## 24893 321 280.069 208
## 24894 515 512.768 309
## 24895 326 308.133 204
## 24896 622 620.908 375
## 24897 323 321.429 240
## 24898 241 239.231 191
## 24899 291 272.564 237
## 24900 408 406.361 449
## 24901 214 199.910 267
## 24902 246 243.615 203
## 24903 236 234.458 194
## 24904 247 246.182 185
## 24905 259 258.037 196
## 24906 258 257.042 175
## 24907 184 171.314 140
## 24908 187 185.730 163
## 24909 167 165.858 172
## 24910 175 168.097 123
## 24911 190 189.145 251
## 24912 370 368.267 285
## 24913 207 187.171 141
## 24914 253 251.976 268
## 24915 365 350.419 284
## 24916 307 305.186 335
## 24917 244 226.931 220
## 24918 261 248.798 281
## 24919 498 460.969 147
## 24920 663 556.736 440
## 24921 229 228.088 228
## 24922 136 134.745 149
## 24923 259 255.842 231
## 24924 153 151.928 202
## 24925 218 217.627 133
## 24926 180 178.725 197
## 24927 333 332.356 318
## 24928 216 174.126 173
## 24929 267 266.121 196
## 24930 223 221.907 775
## 24931 490 401.661 619
## 24932 407 406.190 221
## 24933 200 198.334 204
## 24934 154 152.976 189
## 24935 197 196.311 255
## 24936 261 209.123 186
## 24937 377 306.268 220
## 24938 884 882.918 1452
## 24939 199 197.428 192
## 24940 1607 1604.834 200
## 24941 200 181.770 115
## 24942 238 236.596 495
## 24943 341 311.581 264
## 24944 344 122.493 274
## 24945 200 195.477 182
## 24947 318 315.978 191
## 24948 190 184.820 486
## 24949 213 211.937 142
## 24950 467 458.628 206
## 24951 314 295.751 585
## 24952 194 188.647 5786
## 24953 347 330.075 223
## 24954 225 223.756 205
## 24955 196 194.853 138
## 24956 236 225.854 190
## 24957 186 182.078 157
## 24958 242 240.975 287
## 24959 352 304.209 329
## 24960 397 395.814 219
## 24961 210 208.657 159
## 24962 177 175.637 121
## 24963 442 440.435 367
## 24964 201 199.486 207
## 24965 432 430.395 419
## 24966 268 266.843 174
## 24967 241 240.251 293
## 24968 195 194.924 142
## 24969 454 338.382 283
## 24970 593 581.974 237
## 24971 254 249.899 212
## 24972 284 282.969 227
## 24973 500 498.762 414
## 24974 757 595.728 713
## 24975 299 297.626 150
## 24976 434 406.082 467
## 24977 390 364.734 373
## 24979 273 271.384 408
## 24980 263 253.699 225
## 24981 141 135.609 146
## 24982 1209 1207.717 123
## 24983 1909 1907.971 193
## 24984 325 323.624 229
## 24985 269 265.921 294
## 24986 297 295.681 167
## 24987 273 272.473 244
## 24988 220 218.308 206
## 24989 170 168.325 162
## 24990 215 211.305 200
## 24991 293 291.276 258
## 24992 177 175.837 185
## 24993 329 315.954 170
## 24994 394 393.361 270
## 24995 248 240.768 375
## 24996 633 629.035 297
## 24997 261 257.230 192
## 24998 169 161.993 131
## 24999 237 211.150 239
## 25000 325 324.025 299
## 25001 403 402.024 304
## 25002 238 237.505 153
## 25003 817 814.929 216
## 25004 121 114.274 588
## 25005 352 334.010 407
## 25006 304 302.101 316
## 25007 176 173.723 158
## 25008 171 170.031 153
## 25009 302 301.787 173
## 25010 347 344.804 322
## 25011 253 251.598 227
## 25012 295 292.933 251
## 25013 291 269.608 188
## 25014 260 259.006 359
## 25015 274 272.021 305
## 25016 162 160.315 129
## 25017 382 358.471 329
## 25018 144 142.310 150
## 25019 380 344.532 330
## 25020 539 520.664 291
## 25021 275 270.761 258
## 25022 175 171.330 144
## 25023 483 462.217 322
## 25024 251 243.836 138
## 25025 306 285.882 371
## 25026 238 231.357 249
## 25027 452 439.261 231
## 25028 194 185.276 228
## 25029 195 194.345 192
## 25030 216 211.538 481
## 25031 403 374.788 129
## 25032 270 268.411 191
## 25033 298 296.558 330
## 25034 223 215.253 192
## 25035 306 304.603 160
## 25036 4940 4938.836 228
## 25037 356 353.675 418
## 25038 141 132.566 208
## 25039 199 197.703 146
## 25040 193 168.418 223
## 25041 167 156.463 151
## 25042 251 249.644 208
## 25043 289 287.201 198
## 25044 232 231.587 195
## 25045 341 339.320 351
## 25046 180 178.885 161
## 25047 225 224.240 217
## 25048 327 299.169 180
## 25049 184 183.849 171
## 25050 229 228.252 199
## 25051 683 678.225 164
## 25052 285 283.568 294
## 25053 382 381.140 194
## 25054 337 336.434 494
## 25055 282 280.924 159
## 25056 173 153.026 139
## 25057 331 330.128 244
## 25058 212 210.130 162
## 25059 311 309.049 231
## 25060 189 186.467 155
## 25061 691 688.975 703
## 25062 186 184.911 394
## 25063 279 275.957 380
## 25064 392 306.494 517
## 25065 230 227.776 267
## 25066 278 221.675 200
## 25067 333 331.542 292
## 25068 411 391.114 228
## 25069 222 221.268 84
## 25070 459 448.517 214
## 25071 256 254.825 208
## 25072 203 195.857 294
## 25073 468 464.187 274
## 25074 223 220.130 231
## 25075 218 216.667 365
## 25076 217 215.460 198
## 25077 208 188.002 224
## 25078 414 412.857 209
## 25079 194 192.791 168
## 25080 209 191.933 183
## 25081 227 225.207 180
## 25082 390 258.567 228
## 25083 508 493.254 562
## 25084 230 229.355 220
## 25085 277 259.214 210
## 25086 574 484.214 439
## 25087 516 364.564 363
## 25088 257 226.146 307
## 25089 182 178.473 181
## 25090 318 282.968 412
## 25091 333 321.024 581
## 25092 240 238.611 400
## 25093 642 640.737 265
## 25094 251 242.486 210
## 25095 269 262.935 203
## 25096 114 110.105 76
## 25097 305 303.199 139
## 25098 231 230.144 216
## 25099 245 243.325 341
## 25100 189 187.635 212
## 25101 218 216.562 223
## 25102 194 192.498 174
## 25103 211 209.561 163
## 25104 5434 487.693 555
## 25105 318 317.287 202
## 25106 224 222.247 203
## 25107 559 558.109 594
## 25108 272 270.778 373
## 25109 172 170.758 124
## 25110 205 195.209 261
## 25111 173 172.118 113
## 25112 275 274.533 240
## 25113 359 342.814 427
## 25114 161 159.465 163
## 25115 266 265.293 199
## 25116 271 264.077 149
## 25117 363 360.596 366
## 25118 300 259.467 159
## 25119 164 162.949 266
## 25120 152 151.400 212
## 25121 275 274.012 154
## 25122 132 130.710 3360165
## 25123 315 313.718 179
## 25124 165 126.126 148
## 25125 281 271.268 508
## 25126 182 179.637 200
## 25127 187 185.118 275
## 25128 269 268.106 220
## 25129 1325 1080.658 228
## 25130 384 376.126 176
## 25131 464 472.876 274
## 25132 225 197.821 4253
## 25133 206 205.004 206
## 25134 525 523.200 339
## 25135 180 179.160 196
## 25136 217 216.157 171
## 25137 124 123.078 156
## 25138 287 286.131 158
## 25139 156 126.049 178
## 25140 234 233.163 172
## 25141 320 318.354 266
## 25142 656 641.321 601
## 25143 294 292.913 313
## 25144 264 255.319 244
## 25145 141 134.744 133
## 25146 184 165.420 196
## 25147 393 351.026 210
## 25148 167 157.907 150
## 25149 161 160.544 165
## 25150 164 163.447 167
## 25151 204 202.856 219
## 25152 334 331.143 255
## 25153 210 208.330 6060
## 25154 275 273.576 209
## 25155 215 213.697 206
## 25156 676 599.177 377
## 25157 365 363.641 577
## 25158 317 309.422 905
## 25159 216 214.982 1194
## 25160 315 297.038 551
## 25161 137 136.294 137
## 25162 260 258.740 203
## 25163 173 160.964 14642
## 25164 250 248.414 193
## 25165 273 271.080 181
## 25166 256 255.049 253
## 25167 1119 1117.605 283
## 25168 271 269.427 203
## 25169 138 136.135 122
## 25170 1023 1022.273 236
## 25171 184 182.479 185
## 25172 346 344.527 232
## 25173 138 131.013 164
## 25174 651 643.727 249
## 25175 260 258.111 176
## 25176 481 479.082 375
## 25177 209 207.219 212
## 25178 133 130.383 175
## 25179 167 165.964 142
## 25180 124 94.614 106
## 25181 305 304.156 243
## 25182 182 177.355 306
## 25183 183 176.093 133
## 25184 210 208.575 153
## 25185 163 162.367 162
## 25186 161 155.322 153
## 25187 211 196.412 160
## 25188 205 204.448 214
## 25189 574 117.633 140
## 25190 492 490.974 168
## 25191 238 236.217 146
## 25192 181 172.358 337
## 25193 568 565.667 533
## 25194 241 239.914 187
## 25195 352 349.912 231
## 25196 138 137.050 124
## 25197 294 293.137 159
## 25198 201 183.305 158
## 25199 150 149.139 150
## 25200 179 157.415 229
## 25201 212 211.104 183
## 25202 192 172.040 136
## 25203 285 281.749 248
## 25204 549 547.756 310
## 25205 291 289.020 136
## 25206 343 330.497 310
## 25207 228 227.107 196
## 25208 353 346.080 314
## 25209 227 219.599 246
## 25210 152 149.960 162
## 25211 135 133.402 207
## 25212 204 202.992 176
## 25213 552 550.087 713
## 25214 240 237.719 176
## 25215 132 131.235 124
## 25216 274 264.881 169
## 25217 224 192.441 156
## 25218 429 396.719 214
## 25219 223 221.274 268
## 25220 284 260.685 219
## 25221 664 661.340 295
## 25222 132 121.862 105
## 25223 307 304.921 268
## 25224 177 176.732 183
## 25225 233 187.258 181
## 25226 159 158.378 162
## 25227 228 226.723 160
## 25228 241 238.693 237
## 25229 187 177.752 133
## 25230 256 230.666 279
## 25231 581 288.204 174
## 25232 175 173.871 155
## 25233 171 171.117 171
## 25234 132 130.808 169
## 25235 343 321.067 370
## 25236 356 355.025 361
## 25237 227 220.693 246
## 25238 183 182.468 196
## 25239 154 140.699 156
## 25240 178 173.720 215
## 25241 538 369.473 153
## 25242 308 306.410 238
## 25243 328 326.076 168
## 25244 184 182.910 217
## 25245 481 479.827 266
## 25246 270 268.600 300
## 25247 453 453.010 330
## 25248 336 293.885 173
## 25249 142 140.958 112
## 25250 127 126.519 119
## 25251 326 315.485 214
## 25252 270 250.441 236
## 25253 175 165.862 189
## 25254 227 225.846 1013
## 25255 225 224.132 250
## 25256 333 276.866 253
## 25257 121 114.198 95
## 25258 202 201.369 154
## 25259 950 930.589 225
## 25260 174 173.278 156
## 25261 192 192.530 87
## 25262 309 307.338 399
## 25263 758 617.706 367
## 25264 1551 1550.446 179
## 25266 150 149.212 155
## 25267 359 341.765 200
## 25268 177 147.718 240
## 25269 178 172.362 153
## 25270 164 146.368 133
## 25271 106 103.275 160
## 25272 189 188.168 247
## 25273 193 191.699 312
## 25274 159 158.497 201
## 25275 327 261.614 170
## 25276 146 145.573 144
## 25277 187 175.026 164
## 25278 127 125.641 155
## 25279 352 342.830 232
## 25280 177 176.908 118
## 25281 1815 1813.236 311
## 25282 276 275.234 443
## 25283 444 442.855 260
## 25284 172 171.383 181
## 25285 245 243.416 189
## 25286 217 216.001 216
## 25287 96 93.926 103
## 25288 174 172.339 209
## 25289 283 262.080 158
## 25290 502 500.801 283
## 25291 391 389.948 198
## 25292 198 196.774 170
## 25293 238 204.794 221
## 25294 143 141.554 121
## 25295 236 235.166 190
## 25296 212 210.879 126
## 25297 87 73.913 112
## 25298 167 156.686 128
## 25299 246 244.541 148
## 25300 211 209.825 200
## 25301 293 290.877 259
## 25302 264 256.034 137
## 25303 216 214.813 190
## 25304 300 298.599 1686
## 25305 203 202.704 235
## 25306 131 129.468 114
## 25307 251 248.649 177
## 25308 184 155.348 155
## 25309 917 850.802 496
## 25310 206 205.575 229
## 25311 914 909.709 333
## 25312 187 185.172 134
## 25313 212 188.612 214
## 25314 120 119.158 119
## 25315 181 160.422 410
## 25316 150 149.208 114
## 25317 2140 224.628 179
## 25318 179 178.315 159
## 25319 208 207.605 171
## 25320 245 244.178 196
## 25321 360 358.470 206
## 25322 169 147.949 126
## 25323 147 145.255 174
## 25324 119 116.982 153
## 25325 197 195.826 179
## 25326 195 189.232 235
## 25327 256 253.669 215
## 25328 362 354.559 169
## 25329 134 131.897 162
## 25330 202 197.840 151
## 25331 408 405.865 339
## 25332 694 674.201 421
## 25333 236 212.580 151
## 25334 367 365.550 279
## 25335 193 185.446 99
## 25336 248 240.281 135
## 25337 220 218.526 246
## 25338 354 345.843 261
## 25339 289 287.916 187
## 25340 209 193.213 185
## 25341 243 241.633 257
## 25342 213 199.439 307
## 25343 260 258.913 220
## 25344 318 311.981 178
## 25345 370 368.169 159
## 25346 231 230.306 226
## 25347 798 795.107 45323
## 25348 200 199.177 197
## 25349 176 171.543 186
## 25350 139 138.563 127
## 25351 459 129.394 196
## 25352 168 166.169 150
## 25353 172 171.506 191
## 25354 247 236.836 225
## 25355 482 469.873 217
## 25356 260 258.579 292
## 25357 157 127.810 154
## 25358 543 543.220 157
## 25359 245 225.481 270
## 25360 254 212.955 184
## 25361 285 284.771 127
## 25362 391 358.452 230
## 25363 182 181.082 249
## 25364 211 190.816 148
## 25365 188 180.220 101
## 25366 155 155.142 87
## 25367 206 204.750 160
## 25368 132 123.283 166
## 25369 171 170.232 81
## 25370 263 224.562 171
## 25371 114 104.348 76
## 25372 291 279.950 235
## 25373 212 206.548 187
## 25374 315 314.068 208
## 25375 398 397.027 231
## 25376 343 299.753 196
## 25377 306 298.520 273
## 25378 1021 684.842 319
## 25379 234 224.011 166
## 25380 307 306.900 229
## 25381 150 149.017 128
## 25382 156 154.292 231
## 25383 162 161.833 138
## 25384 614 613.313 251
## 25385 266 254.345 206
## 25386 163 145.381 664
## 25387 152 150.326 180
## 25388 275 273.778 4054
## 25389 134 129.832 104
## 25390 182 180.899 199
## 25391 232 231.348 955
## 25392 394 393.765 161
## 25393 256 254.536 368
## 25394 273 270.858 244
## 25395 332 330.602 151
## 25396 4283 4257.766 333
## 25397 553 532.782 540
## 25398 294 282.814 172
## 25399 1532 1505.831 460
## 25400 227 213.020 341
## 25401 214 212.478 187
## 25402 184 183.122 255
## 25403 647 645.556 399
## 25404 242 241.709 246
## 25405 315 314.203 163
## 25406 308 306.329 246
## 25407 257 256.126 196
## 25408 316 314.970 157
## 25409 338 331.307 183
## 25410 132 131.240 137
## 25411 63480 362.446 291
## 25412 469 455.947 460
## 25413 248 237.006 152
## 25414 220 191.185 176
## 25415 208 206.965 183
## 25416 211 198.920 247
## 25417 176 166.042 220
## 25418 259 242.197 194
## 25419 462 454.333 297
## 25420 77 68.955 139
## 25421 567 134.925 412
## 25422 219 217.820 293
## 25423 267 265.294 660
## 25424 503 443.952 398
## 25425 285 276.321 215
## 25426 331 283.991 361
## 25427 222 219.317 198
## 25428 149 130.540 160
## 25429 257 250.879 319
## 25430 202 200.217 202
## 25431 547 545.500 254
## 25432 228 227.371 255
## 25433 286 284.485 274
## 25434 175 173.354 223
## 25435 242 240.393 199
## 25436 118 102.958 127
## 25437 293 292.758 258
## 25438 265 263.551 209
## 25439 153 123.643 182
## 25440 224 197.264 155
## 25441 271 270.335 200
## 25442 557 530.813 368
## 25443 405 395.479 155
## 25444 239 194.116 163
## 25445 212 209.993 197
## 25446 302 228.861 200
## 25447 304 303.183 163
## 25448 197 195.603 150
## 25449 195 193.928 251
## 25450 173 153.503 100
## 25451 128 126.948 115
## 25452 181 179.854 92
## 25453 308 305.687 168
## 25454 414 412.389 268
## 25455 422 416.704 310
## 25456 204 189.718 409
## 25457 199 198.070 337
## 25458 80 74.920 122
## 25459 177 175.843 160
## 25460 384 363.695 232
## 25461 220 218.934 165
## 25462 258 199.054 160
## 25463 161 159.819 166
## 25464 488 344.711 47286
## 25465 134 133.285 195
## 25466 390 387.154 575
## 25467 356 354.688 227
## 25468 116 116.389 75
## 25469 208 203.811 146
## 25470 430 429.250 112
## 25471 213 206.855 131
## 25472 203 202.515 169
## 25473 238 227.089 438
## 25474 204 202.403 152
## 25475 146 146.288 120
## 25476 304 300.582 191
## 25477 202 200.807 184
## 25478 180 167.814 147
## 25479 314 299.678 204
## 25480 4740 4709.966 131
## 25481 128 127.637 122
## 25482 242 240.184 245
## 25483 126 124.073 145
## 25485 651 649.692 797
## 25486 353 349.673 229
## 25487 137 129.224 187
## 25488 281 279.427 233
## 25489 137 135.614 171
## 25490 430 398.206 269
## 25491 266 233.774 5317
## 25492 316 314.893 259
## 25493 251 250.100 245
## 25494 229 228.690 126
## 25495 433 393.002 178
## 25496 371 370.066 510
## 25497 227 219.274 143
## 25498 177 152.898 477
## 25499 167 165.778 161
## 25500 391 383.912 180
## 25501 182 180.603 239
## 25502 208 207.000 108
## 25503 182 165.948 170
## 25504 133 133.070 140
## 25505 164 163.438 211
## 25506 153 152.736 47
## 25507 386 384.735 323
## 25508 220 195.193 199
## 25509 154 153.489 122
## 25510 153 151.835 394
## 25511 345 330.906 423
## 25512 379 304.712 348
## 25513 264 245.610 559
## 25514 293 278.401 171
## 25515 228 221.798 146
## 25516 155 153.995 147
## 25517 155 154.007 207
## 25518 246 245.024 188
## 25519 183 164.911 143
## 25520 222 213.563 203
## 25521 169 167.620 222
## 25522 193 190.911 257
## 25523 182 168.759 164
## 25524 169 167.845 166
## 25525 247 244.790 118
## 25526 350 331.881 185
## 25527 274 272.132 123024
## 25528 159 156.569 201
## 25529 214 212.881 153
## 25530 147 145.958 179
## 25531 486 485.330 783
## 25532 221 220.802 144
## 25533 188 187.182 142
## 25534 199 195.077 160
## 25535 238 237.357 111
## 25536 210 209.779 143
## 25537 220 214.036 108
## 25538 235 233.978 163
## 25539 438 409.255 246
## 25540 354 344.445 129
## 25541 777 559.623 493
## 25542 272 270.646 235
## 25543 305 302.055 196
## 25544 87 86.478 135
## 25545 313 312.232 226
## 25546 121 111.770 71
## 25547 196 195.230 216
## 25548 310 309.389 257
## 25549 143 142.501 146
## 25550 210 209.685 444
## 25551 145 144.665 87
## 25552 254 252.571 331
## 25553 250 226.713 234
## 25554 187 186.255 192
## 25555 154 153.676 204
## 25556 256 238.602 197
## 25557 439 303.541 391
## 25558 314 312.086 171
## 25559 138 136.486 126
## 25560 256 254.170 236
## 25561 224 203.760 151
## 25562 249 248.070 146
## 25563 160 158.395 132
## 25564 352 350.227 327
## 25565 366 364.457 239
## 25566 143 142.059 125
## 25567 218 215.100 181
## 25568 184 176.498 151
## 25569 230 228.608 216
## 25570 196 195.230 195
## 25571 369 350.559 260
## 25572 240 239.529 196
## 25573 190 188.228 335
## 25574 216 215.264 410
## 25575 644 229.196 213
## 25576 182 180.630 168404
## 25577 709 194.515 505
## 25578 262 255.075 168
## 25579 684 52.713 5
## 25580 108 107.551 103
## 25581 229 189.403 196
## 25582 166 164.493 154
## 25583 190 183.597 206
## 25584 624 618.960 468
## 25585 120 116.902 114
## 25586 108 105.795 85
## 25587 354 352.236 414
## 25588 259 258.808 201
## 25589 218 204.994 118
## 25590 185 183.906 282
## 25593 102 102.643 132
## 25594 219 217.463 103
## 25595 153 144.997 149
## 25596 203 201.554 174
## 25597 292 259.310 200
## 25598 127 126.433 158
## 25599 155 153.555 107
## 25600 357 325.408 249
## 25601 309 307.526 421
## 25602 310 222.586 818
## 25603 252 239.948 153
## 25604 151 150.846 192
## 25605 3186 3184.876 182
## 25606 148 135.873 143
## 25607 89 88.446 164
## 25608 169 167.515 212
## 25609 305 303.510 171
## 25610 239 238.061 214
## 25611 1226 1175.881 282
## 25612 210 209.015 207
## 25613 145 144.199 147
## 25614 871 869.907 246
## 25615 233 231.483 168
## 25616 156 155.596 138
## 25617 156 155.504 142
## 25618 182 181.590 142
## 25619 278 245.411 176
## 25620 48 46.697 126
## 25621 2254 2221.825 1797
## 25622 173 172.330 253
## 25623 219 199.439 205
## 25624 96 93.736 69
## 25625 211 167.427 185
## 25626 204 204.082 185
## 25627 194 164.218 113
## 25628 21902 21900.860 323
## 25629 228 212.719 169
## 25630 121 108.012 143
## 25631 213 205.459 191
## 25632 155 155.240 110
## 25633 175 173.500 248
## 25634 195 179.760 170
## 25635 143 142.866 155
## 25636 169 166.369 128
## 25637 239 225.674 258
## 25638 160 154.293 195
## 25639 135 94.210 118
## 25640 158 156.976 187
## 25641 601 572.974 1079
## 25642 284 255.657 289
## 25643 290 275.017 197
## 25644 242 238.236 231
## 25645 300 299.101 250
## 25646 469 466.748 235
## 25647 247 245.391 188
## 25648 22825 22786.111 145
## 25649 200 200.241 203
## 25650 198 188.682 158
## 25651 185 183.254 186
## 25652 266 265.963 192
## 25653 228 225.774 152
## 25654 370 369.545 184
## 25655 91 84.313 120
## 25656 200 134.344 131
## 25657 147 135.399 139
## 25658 293 242.037 227
## 25659 174 173.001 206
## 25660 181 178.701 200
## 25661 200 196.424 67
## 25662 306 304.096 231
## 25663 194 192.627 188
## 25664 125 122.537 110
## 25665 314 303.361 1143
## 25666 191 190.394 169
## 25667 604 402.997 380
## 25668 301 282.879 317
## 25669 158 153.701 167
## 25670 182 155.739 206
## 25671 143 140.205 197
## 25672 349 347.556 243
## 25673 183 182.885 182
## 25674 224 206.445 149
## 25675 271 267.506 168
## 25676 193 185.600 238
## 25677 278 256.488 176
## 25678 258 179.787 294
## 25679 350 294.916 286
## 25680 283 281.609 415
## 25681 129 126.944 137
## 25682 248 246.948 325
## 25683 232 231.073 173
## 25684 204 197.558 287
## 25685 171 169.443 120
## 25686 118 115.756 97
## 25687 194 189.179 143
## 25688 273 272.682 202
## 25689 247 245.025 217
## 25690 261 259.926 273
## 25691 165 164.473 176
## 25692 337 335.723 245
## 25693 161 152.451 139
## 25694 279 227.560 242
## 25695 157 116.910 281
## 25696 136 134.438 193
## 25697 276 275.417 295
## 25698 536 479.289 334
## 25699 199 187.480 152
## 25700 142 141.970 110
## 25701 434 137.930 193
## 25702 246 245.645 242
## 25704 322 320.930 86
## 25705 422 417.381 251
## 25706 212 211.670 355
## 25707 289 263.753 121
## 25708 202 196.371 327
## 25709 100 100.150 96
## 25710 455 453.770 663
## 25711 419 418.139 297
## 25712 163 161.870 252
## 25713 177 176.593 178
## 25714 202 200.571 166
## 25715 378 375.427 170
## 25716 201 200.186 169
## 25717 406 403.984 916
## 25718 232 230.290 71
## 25719 121 119.497 102
## 25720 203 202.690 199
## 25721 142 140.883 88
## 25722 511 492.273 303
## 25724 123 114.322 108
## 25725 164 154.875 133
## 25726 171 166.045 56
## 25727 352 323.960 165
## 25728 1054 1045.541 156
## 25729 123 122.408 1059
## 25730 254 252.044 291
## 25731 304 293.994 323
## 25732 232 230.286 148
## 25733 171 157.434 185
## 25734 274 273.836 136
## 25735 322 320.862 305
## 25736 231 227.293 120
## 25737 512 511.054 138
## 25738 249 248.937 175
## 25739 676 400.180 329
## 25740 294 283.625 219
## 25741 276 274.605 179
## 25742 174 173.437 144
## 25743 138 132.925 99
## 25744 674 671.846 328
## 25745 123 121.807 163
## 25746 171 170.656 170
## 25747 259 257.262 522
## 25748 148 147.123 110
## 25749 158 157.370 241
## 25750 203 193.604 139
## 25751 160 160.262 130
## 25752 5803 5794.627 189
## 25753 235 221.930 154
## 25754 207 205.419 183
## 25755 3944 3936.200 148
## 25756 307 297.510 141
## 25757 385 383.325 263
## 25758 168 157.812 191
## 25759 197 196.685 151
## 25760 614 599.102 207
## 25761 204 194.921 208
## 25762 182 181.542 148
## 25763 163 162.556 193
## 25764 153 142.479 78
## 25765 120 115.610 156
## 25766 389 212.827 8674
## 25767 901 419.847 293
## 25768 9120 9118.518 122
## 25769 136 134.251 97
## 25770 260 247.553 277
## 25771 355 97.623 188
## 25772 248 236.034 286
## 25773 187 186.394 141
## 25774 1866 1864.362 721
## 25775 61584 61574.487 422
## 25776 260 259.705 203
## 25777 189 188.691 257
## 25778 196 196.082 218
## 25779 120 117.075 109
## 25780 4027 4007.550 196
## 25781 646 643.831 429
## 25782 176 153.976 131
## 25783 318 310.152 288
## 25784 140 134.231 100
## 25785 138 135.904 2385
## 25786 336 334.734 501
## 25787 149 147.984 200
## 25788 308 288.501 205
## 25789 280 263.219 600
## 25790 209 190.850 278
## 25791 329 327.212 208
## 25792 260 258.736 211
## 25793 222 222.016 25579
## 25794 170 162.809 163
## 25795 143 138.930 97
## 25796 291 268.320 195
## 25797 186 151.830 128
## 25798 154 152.722 70
## 25799 140 135.041 126
## 25800 256 241.809 276
## 25801 103 102.800 101
## 25802 578 575.910 374
## 25803 151 150.668 130
## 25804 1224 1192.200 175
## 25805 158 144.008 134
## 25806 106 100.004 159
## 25807 347 346.345 215
## 25808 502 435.730 307
## 25809 245 243.507 164
## 25810 296 245.462 514
## 25811 507 504.832 210
## 25812 240 238.774 243
## 25813 525 522.734 226
## 25814 434 362.082 330
## 25815 684 458.348 325
## 25816 243 242.358 275
## 25817 283 281.625 227
## 25818 818 210.670 584
## 25819 512 507.947 201
## 25820 566 531.861 341
## 25821 570 490.914 312
## 25822 296 295.129 189
## 25823 181 178.985 183
## 25824 496 494.682 463
## 25825 506 459.051 337
## 25826 4659 4656.315 640
## 25827 158 155.466 6656
## 25828 197 195.549 171
## 25829 207 205.543 134
## 25830 147 146.708 128
## 25831 175 173.747 142
## 25832 416 413.900 297
## 25833 162 160.904 148
## 25834 235 234.514 125
## 25835 188 187.437 198
## 25837 596 219.718 466
## 25838 256 246.605 317
## 25839 222 221.170 209
## 25840 222 220.609 172
## 25841 144 143.647 104
## 25842 247 244.889 174
## 25843 208 206.805 145
## 25844 157 156.716 134
## 25845 132 130.643 125
## 25846 291 274.770 242
## 25847 373 371.510 296
## 25848 119 117.738 105
## 25849 191 174.032 130
## 25850 66711 181.502 309
## 25851 251 250.667 180
## 25852 297 295.316 420
## 25853 236 220.175 286
## 25854 266 265.984 277
## 25855 271 270.924 161
## 25856 132 131.607 129
## 25857 229 226.307 120
## 25858 169 163.455 134
## 25859 129 113.775 117
## 25860 180 179.605 111
## 25861 270 269.184 289
## 25862 139 116.106 164
## 25864 270 245.040 416
## 25865 312 311.152 283
## 25866 162 160.304 176
## 25867 2104 2052.975 360
## 25868 303 294.701 159
## 25869 240 239.340 138
## 25870 325 324.012 183
## 25871 146 126.821 88
## 25872 314 312.224 79
## 25873 331 329.374 362
## 25874 831 303.453 238
## 25875 151 136.697 196
## 25876 418 416.705 198
## 25877 239 235.474 235
## 25878 198 185.226 94
## 25879 144 143.320 121
## 25880 860 858.860 1761
## 25881 756 756.156 2361
## 25882 232 219.985 18108
## 25883 254 251.254 151
## 25884 235 230.638 182
## 25885 140 138.467 171
## 25886 801 759.223 153
## 25887 153 152.340 212
## 25888 165 164.515 148
## 25889 85 85.611 130
## 25890 1016 1015.677 204
## 25891 118 117.085 85
## 25892 161 160.549 146
## 25893 199 161.323 231
## 25894 115 114.377 110
## 25895 165 156.794 222
## 25896 324 321.977 416
## 25897 145 131.423 184
## 25898 263 247.344 179
## 25899 178 176.606 171
## 25900 1218 711.760 825
## 25901 191 190.265 118
## 25902 280 278.990 189
## 25903 478 181.732 157
## 25904 263 260.360 176
## 25905 586 584.936 287
## 25906 186 185.808 73
## 25907 436 411.681 279
## 25908 219 217.471 211
## 25909 197068 145.932 158
## 25910 808 784.218 318
## 25911 187 186.155 124
## 25912 243 241.778 187
## 25913 149 128.826 152
## 25914 219 218.308 165
## 25915 353 347.977 228
## 25916 186 185.383 125
## 25917 335 280.250 178
## 25918 314 311.095 146
## 25919 259 257.817 176
## 25920 420 335.234 74
## 25921 1275 1275.261 201
## 25922 135 133.615 205
## 25923 260 249.077 136
## 25924 146 145.047 141
## 25925 208 206.545 665
## 25926 466 464.822 250
## 25927 323 308.947 247
## 25928 324 292.813 256
## 25929 108 108.029 164
## 25930 204 202.362 179
## 25931 173 149.712 174
## 25932 280 272.637 193
## 25933 521 516.703 423
## 25934 206 182.579 243
## 25935 291 236.564 55265
## 25936 224 212.291 184
## 25937 213 210.647 130
## 25938 546 480.743 151
## 25939 337 335.383 170
## 25940 190 184.054 159
## 25941 170 169.586 97
## 25942 183 183.434 189
## 25943 123 121.444 112
## 25944 157 155.666 128
## 25945 417 416.196 500
## 25946 306 272.894 331
## 25947 322 269.941 127
## 25948 229 168.395 185
## 25949 128 114.117 82
## 25950 156 155.276 88
## 25951 203 180.523 91
## 25952 179 173.942 146
## 25953 273 272.325 187
## 25954 205 204.797 258
## 25955 299 297.851 229
## 25956 122 121.659 99
## 25957 101 100.084 163
## 25958 134 133.361 214
## 25959 3026 346.541 4
## 25960 776 186.320 250
## 25961 174 166.847 107
## 25962 172 166.810 183
## 25963 226 217.816 150
## 25964 123 122.893 113
## 25965 109 109.150 97
## 25966 257 256.147 255
## 25967 92 91.309 264
## 25968 135 135.212 81
## 25969 227 207.580 170
## 25970 321 319.483 179
## 25971 264 256.649 234
## 25972 200 199.242 176
## 25973 268 265.258 104
## 25974 314 285.966 244
## 25975 694 344.830 256
## 25976 190 180.572 110
## 25977 204 189.844 175
## 25978 185 158.887 132
## 25979 259 253.014 122
## 25980 173 172.238 233
## 25981 131 114.857 136
## 25982 316 283.792 315
## 25983 194 187.589 84
## 25984 659 230.123 198
## 25985 150 143.708 86
## 25986 160 158.290 163
## 25987 216 202.128 154
## 25988 153 151.489 112
## 25989 292 286.050 279
## 25990 13031 176.520 1134
## 25991 229 227.999 118
## 25992 147 146.360 102
## 25993 201 200.384 110
## 25994 248 247.314 213
## 25995 212 205.102 230
## 25996 1323 1238.873 239
## 25997 143 142.228 115
## 25998 299 262.740 231
## 25999 127 125.012 127
## 26000 193 187.640 112
## 26001 245 206.069 173
## 26002 1736 1662.724 128
## 26003 150 148.742 174
## 26004 195 195.138 136
## 26005 256 254.918 177
## 26006 437 422.033 280
## 26007 249 239.614 115869
## 26008 344 342.905 350
## 26009 100 99.751 106
## 26010 104 96.293 53
## 26011 204 198.241 165
## 26012 329 328.586 249
## 26013 125 123.930 86
## 26014 153 150.147 132
## 26015 139 138.574 156
## 26016 203 202.934 207
## 26017 198 198.342 215
## 26018 154 130.200 143
## 26019 185 184.820 214
## 26020 167 165.981 92
## 26021 167 166.188 172
## 26022 128 124.815 133
## 26023 197 188.761 108
## 26024 289 286.945 152
## 26025 167 160.554 148
## 26026 196 194.614 223
## 26027 281 260.581 228
## 26028 168 166.164 127
## 26029 653 613.636 347
## 26030 403 398.076 154
## 26031 260 259.112 560
## 26032 182 152.629 256
## 26033 146 145.430 211
## 26034 378 208.528 138
## 26035 200 198.951 118
## 26036 172 155.019 185
## 26037 185 184.805 186
## 26038 148 142.287 153
## 26039 355 162.379 262
## 26040 270 258.888 430
## 26041 193 187.897 211
## 26042 139 128.898 162
## 26043 213 212.328 127
## 26044 122 120.963 171
## 26045 422 413.465 428
## 26046 110 110.050 6460
## 26047 215 214.143 138
## 26048 168 167.696 206
## 26049 171 170.072 139
## 26050 1473 1471.738 122
## 26051 788 786.317 695
## 26052 84 84.393 266
## 26053 263 258.336 229
## 26054 172 154.859 113
## 26055 109 104.733 108
## 26056 166 165.211 168
## 26057 232 207.581 193
## 26058 305 222.773 294
## 26059 218 217.548 130
## 26060 379 376.713 652
## 26061 435 432.896 208
## 26062 271 270.489 118
## 26063 253 244.567 258
## 26064 324 276.097 352
## 26065 242 219.764 154
## 26066 132 131.008 69
## 26067 841 840.720 144
## 26068 89 88.084 122
## 26069 59601 59600.124 281
## 26070 200 198.369 79
## 26072 151 150.428 82
## 26073 316 308.483 168
## 26074 222 220.731 166
## 26075 188 185.763 179
## 26076 257 255.364 443
## 26077 123 122.256 118
## 26078 814 812.391 378
## 26079 300 294.047 200
## 26080 204 204.271 117
## 26081 167 166.438 256
## 26082 390 371.021 226
## 26083 210 207.630 161
## 26084 142 140.888 130
## 26085 156 142.033 109
## 26086 154 152.178 181
## 26087 183 182.638 185
## 26088 434 433.218 157
## 26089 169 162.298 180
## 26090 129 109.866 157
## 26091 287 286.380 218
## 26092 303 263.105 208
## 26093 120 116.365 111
## 26094 249 238.632 147
## 26095 187 182.685 127
## 26096 201 199.287 155
## 26097 146 146.091 99
## 26098 93 91.982 5942
## 26099 232 216.690 219
## 26100 218 203.708 134
## 26101 94 92.794 100
## 26102 294 292.971 281
## 26103 164 163.442 134
## 26104 300 291.769 236
## 26105 299 296.950 223
## 26106 138 137.560 93
## 26107 138 137.612 138
## 26108 1213 216.093 142
## 26109 172 172.553 167
## 26110 481 480.448 110
## 26111 192 189.967 287
## 26112 193 191.649 141
## 26113 339 338.173 472
## 26114 374 370.770 318
## 26115 160 151.781 118
## 26116 198 197.329 120
## 26117 131 120.844 219
## 26118 330 328.480 199
## 26119 78 74.099 97
## 26120 152 151.008 110
## 26121 537 524.357 132
## 26122 626 623.636 376
## 26123 133 132.778 147
## 26124 192 191.096 168
## 26125 233 222.780 282
## 26126 147 146.612 160
## 26127 896 893.859 779
## 26128 152 152.045 130
## 26129 171 157.267 171
## 26130 190 188.654 184
## 26131 203 202.101 140
## 26132 198 182.211 124
## 26133 282 260.087 211
## 26134 189 183.076 210
## 26135 165 164.383 116
## 26136 884 307.833 172
## 26137 366 318.011 218
## 26138 111 109.706 258
## 26139 744 743.353 189
## 26140 233 233.088 928
## 26141 185 183.421 160
## 26142 128 127.673 86
## 26143 292 285.426 235
## 26144 184 183.026 194
## 26145 4652 277.817 7
## 26146 160 149.651 150
## 26147 160 159.339 66
## 26148 207 204.913 147
## 26149 276 275.500 149
## 26150 297 212.248 186
## 26151 313 295.140 375
## 26152 211 209.539 216
## 26153 119 116.789 98
## 26154 203 201.993 214
## 26155 145 145.109 187
## 26156 232 230.966 198
## 26157 405 398.699 281
## 26158 164 150.868 99
## 26159 227 217.832 209
## 26160 265 259.622 150
## 26161 462 401.907 424
## 26162 148 147.577 156
## 26163 124 121.879 117
## 26164 235 228.246 189
## 26165 259 246.849 248
## 26166 389 388.544 99
## 26167 241 238.659 224
## 26168 192 190.955 154
## 26169 1230 1123.642 606
## 26170 263 255.555 145
## 26171 156 156.006 137
## 26172 655 652.053 192
## 26173 153 151.966 143
## 26174 192 190.948 192
## 26175 226 225.466 101
## 26176 464 415.665 424
## 26177 239 239.157 155
## 26178 226 223.085 328
## 26179 278 259.242 109
## 26180 220 217.962 227
## 26181 219 218.404 71
## 26182 5480 5478.283 203
## 26183 560 505.169 159
## 26184 487 341.689 341
## 26185 139 138.255 123
## 26186 306 305.815 56
## 26187 112 108.461 158
## 26188 211 169.979 74
## 26189 185 183.605 204
## 26190 365 357.308 1167847
## 26191 613 610.180 306
## 26192 172 163.175 56
## 26193 158 153.923 121
## 26194 154 140.392 107
## 26195 227 210.231 85
## 26196 177 176.975 81
## 26197 92 91.227 149
## 26199 158 157.448 244
## 26200 264 263.716 181
## 26201 181 162.359 164
## 26202 300 195.690 187
## 26203 194 191.691 146
## 26204 150 149.696 137
## 26205 210 210.087 182
## 26206 327 326.575 187
## 26207 137 135.604 100
## 26208 674 668.782 743
## 26209 358 355.114 306
## 26210 439 364.645 361
## 26211 192 189.987 168
## 26212 256 255.157 178
## 26213 540 469.734 275
## 26214 522 520.070 196
## 26215 246 243.956 199
## 26216 221 219.057 185
## 26217 350 347.791 203
## 26218 158 137.247 144
## 26219 211 209.576 201
## 26220 197 156.019 139
## 26221 179 169.311 211
## 26222 209 200.324 201
## 26223 236 233.935 216
## 26224 376 348.177 261
## 26225 173 173.058 161
## 26226 156 155.570 205
## 26227 263 260.763 388
## 26228 19721 173.291 207
## 26229 262 259.831 244
## 26230 169 167.694 184
## 26231 157 155.402 153
## 26232 192 187.712 198
## 26233 153 152.321 167
## 26234 164 162.479 122
## 26235 197 163.828 160
## 26236 239 209.059 253
## 26237 317 309.061 395
## 26238 323 293.432 220
## 26239 125 124.374 251
## 26240 200 198.540 265
## 26241 162 160.154 152
## 26242 596 439.611 496
## 26243 267 265.731 478
## 26244 806 800.546 973
## 26245 206 193.978 180
## 26246 232 230.691 215
## 26247 265 248.501 126
## 26248 349 330.440 465
## 26249 227 213.408 149
## 26250 164 162.785 260
## 26251 281 264.323 232
## 26252 313 296.742 295
## 26253 2052 1097.841 1430
## 26254 133 132.281 116
## 26255 264 263.264 163
## 26256 141 100.609 240
## 26257 207 180.241 262
## 26258 159 157.805 146
## 26259 527 126.824 133
## 26260 682 614.919 1202
## 26261 305 305.303 344
## 26262 318 317.655 143
## 26263 371 371.037 181
## 26264 260 258.626 117
## 26265 181 149.587 199
## 26266 184 166.637 148
## 26267 331 328.950 304
## 26268 273 272.039 237
## 26269 264 263.833 255
## 26270 212 194.970 89
## 26271 180 178.653 207
## 26272 378 369.344 227
## 26273 250 248.553 263
## 26274 442 440.908 180
## 26275 182 165.391 164
## 26276 186 184.846 180
## 26277 186 184.649 119
## 26278 268 249.645 175
## 26279 1063 494.252 391
## 26280 234 226.024 204
## 26281 463 433.733 579
## 26282 207 188.903 158
## 26283 199 187.301 131
## 26284 349 348.664 220
## 26285 778 760.611 262
## 26286 195 165.543 194
## 26287 308 304.588 206
## 26288 173 140.764 1185
## 26289 187 184.207 200
## 26290 228 226.689 278
## 26291 177 175.987 198
## 26292 319 299.493 261
## 26293 228 171.685 310
## 26294 520 511.388 262
## 26295 155 154.893 923376
## 26296 319 317.287 251
## 26297 368 285.573 383
## 26298 373 372.145 318
## 26299 184 183.449 168
## 26300 285 270.559 120
## 26301 211 208.601 139
## 26302 301 298.336 277
## 26303 165 158.152 248
## 26304 359 350.625 174
## 26305 306 260.699 227
## 26306 215 214.029 201
## 26307 323 317.503 189
## 26308 166 163.915 146
## 26309 207 191.631 216
## 26310 127 112.157 91
## 26311 140 136.196 9258
## 26312 185 183.076 188
## 26313 158 152.954 154
## 26314 208 183.170 256
## 26315 214 213.660 453
## 26316 177 175.932 213
## 26317 248 192.243 206
## 26318 285 237.831 165
## 26319 119 108.296 246
## 26320 389 384.509 327
## 26321 320 317.432 263
## 26322 206 204.502 365
## 26323 453 413.091 278
## 26324 1860 1790.572 756
## 26325 147 145.543 171
## 26326 142 139.604 3456
## 26327 267 199.662 183
## 26328 254 251.964 247
## 26329 159 157.979 187
## 26330 225 224.508 153
## 26331 327 316.934 149
## 26332 281 244.152 292
## 26333 125 124.833 81
## 26334 192 190.367 215
## 26335 120 112.045 87
## 26336 650 282.943 204
## 26337 144 142.737 189
## 26338 181 179.673 177
## 26339 348 289.347 255
## 26340 180 176.544 152
## 26341 139 122.076 127
## 26342 127 127.261 122
## 26343 488 480.171 395
## 26344 242 241.455 226
## 26345 255 219.835 265
## 26346 2427 392.775 214
## 26347 288 208.751 343
## 26348 150 148.760 137
## 26349 487 475.758 312
## 26350 193 192.437 552
## 26351 358 349.729 352
## 26352 312 279.768 349
## 26353 315 302.734 201
## 26354 155 152.995 228
## 26355 733 717.340 224
## 26356 574 256.376 99
## 26357 254 245.213 243
## 26358 156 153.458 134
## 26359 191 189.660 141
## 26360 191 189.960 219
## 26361 172 170.254 155
## 26362 187 185.851 161
## 26363 229 182.742 215
## 26364 116 94.104 223
## 26365 184 183.774 159
## 26366 133 132.638 132
## 26367 416 414.681 441
## 26368 2042 2028.956 145
## 26369 145 144.124 187
## 26370 290 288.359 254
## 26371 706 660.658 254
## 26372 89 71.090 129
## 26373 178 176.683 147
## 26374 238 221.180 356
## 26375 228 227.727 261
## 26376 141 140.232 192
## 26377 233 232.553 196
## 26378 186 186.496 167
## 26379 189 181.632 136
## 26380 195 194.785 174
## 26381 722 721.618 242
## 26382 337 303.810 225
## 26383 189 187.885 179
## 26384 413 409.148 222
## 26385 169 167.007 146
## 26386 718 715.307 477
## 26387 229 226.316 253
## 26388 795 616.129 317
## 26389 1238 1237.254 308
## 26390 595 528.979 284
## 26391 386 383.715 179
## 26392 150 129.443 104
## 26393 214 203.824 183
## 26394 240 239.186 298
## 26395 215 214.407 185
## 26396 216 213.487 193
## 26397 149 146.902 76
## 26398 178 128.687 225197
## 26399 273 272.748 175
## 26400 160 153.233 105
## 26401 342 325.037 215
## 26402 228 174.756 145
## 26403 378 139.575 153
## 26404 141 139.820 188
## 26405 182 180.906 144
## 26406 473 472.853 281
## 26407 302 301.031 163
## 26408 216 214.154 406
## 26409 124 123.618 110
## 26410 533 531.793 558
## 26411 257 248.013 157
## 26412 183 183.287 161
## 26413 442 432.516 185
## 26414 142 135.459 219
## 26415 264 263.353 224
## 26416 97 96.340 110
## 26417 104 97.157 147
## 26418 740 732.185 479
## 26419 184 182.424 198
## 26420 295 293.613 468
## 26421 322 321.329 389
## 26422 233 230.984 204
## 26423 1057 1044.439 179
## 26424 727 667.098 1747
## 26425 972 953.887 646
## 26426 316 314.834 229
## 26427 224 222.700 130
## 26428 159 157.555 67
## 26429 2443 2431.061 248
## 26430 159 148.840 133
## 26431 111 109.740 150
## 26432 212 181.031 159
## 26433 147 146.145 110
## 26434 206 192.455 106
## 26435 452 449.526 188
## 26436 158 157.147 244
## 26437 554 546.400 309
## 26438 194 158.935 164
## 26439 129 99.166 75
## 26440 264 255.583 265
## 26441 164 163.595 233
## 26442 479 436.043 458
## 26443 154 153.276 209
## 26444 186 185.319 135
## 26445 194 193.288 158
## 26446 217 216.865 198
## 26447 302 301.969 130
## 26448 182 178.672 155
## 26449 141 136.224 75
## 26450 194 168.218 240
## 26451 343 307.407 191
## 26452 394 179.303 132
## 26453 326 325.556 204
## 26454 183 179.420 269
## 26455 128 126.103 112
## 26456 225 223.297 173
## 26457 295 235.889 139
## 26458 145 142.002 167
## 26459 353 351.602 270
## 26460 361 359.940 411
## 26461 417 346.951 423
## 26462 258 257.196 252
## 26463 1897 254.076 274
## 26464 207 204.945 221
## 26465 595 129.678 232
## 26466 307 295.588 151
## 26467 279 278.780 119
## 26468 296 295.015 170
## 26469 101 85.710 117
## 26470 289 260.982 213
## 26471 305 298.549 177
## 26472 466 460.336 222
## 26473 181 178.992 511
## 26474 255 226.332 221
## 26475 174 168.844 145
## 26476 5468 5431.576 211
## 26477 354 336.705 344
## 26478 197 196.025 220
## 26479 149 144.852 558
## 26480 72 70.290 79
## 26481 517 502.502 173
## 26482 611 487.807 501
## 26483 194 187.871 157
## 26484 162 127.018 143
## 26486 141 139.466 76
## 26487 326 324.947 168
## 26488 289 287.827 349
## 26489 200 189.734 229
## 26490 360 253.365 162
## 26491 429 392.688 328
## 26492 187 149.532 126
## 26493 276 275.952 299
## 26494 304 295.180 124
## 26495 173 148.715 134
## 26496 176 173.270 160
## 26498 255 253.561 438778
## 26499 460 447.245 156
## 26500 332 331.191 154
## 26501 98 97.278 85
## 26502 262 244.326 227
## 26503 154 152.647 141
## 26504 162 149.047 125
## 26505 217 177.165 186
## 26506 405 403.131 367
## 26507 159 159.160 107
## 26508 147 146.505 112
## 26509 127 126.973 120
## 26510 176 174.650 155
## 26511 124 111.425 127
## 26512 209 197.746 161
## 26513 211 196.623 319
## 26514 119 118.962 269
## 26515 202 202.674 188
## 26516 151 150.674 159
## 26517 243 225.016 151
## 26518 228 226.363 137
## 26519 378 377.059 117
## 26520 79 78.999 93
## 26521 192 192.548 152
## 26522 179 178.629 101
## 26523 213 181.220 111
## 26524 422 414.404 157
## 26525 155 143.134 117
## 26526 172 163.596 17836
## 26527 111 109.275 153
## 26528 149 148.918 124
## 26529 614 514.976 422
## 26530 560 186.964 180
## 26531 412 404.540 133
## 26532 135 129.402 156
## 26533 168 152.463 164
## 26534 284 282.681 261
## 26535 193 191.908 172
## 26536 224 206.208 150
## 26537 205 191.848 172
## 26538 436 404.918 327
## 26539 249 217.344 200
## 26540 118 110.950 124
## 26541 282 281.225 252
## 26542 198 196.589 141
## 26543 153 152.403 133
## 26544 281 250.691 170
## 26545 236 233.489 879
## 26546 99 99.543 95
## 26547 240 238.317 320
## 26548 242 240.495 172
## 26549 134 132.786 121
## 26550 129 127.168 145
## 26551 147 145.870 157
## 26552 128 106.223 163
## 26553 205 203.867 214
## 26554 533 531.445 286
## 26555 176 175.364 108
## 26556 140 117.685 102
## 26557 166 165.064 147
## 26558 248 230.373 721
## 26559 86 85.485 134
## 26560 262 252.709 256
## 26561 440 326.447 212
## 26562 270 267.893 245
## 26563 264 231.790 221
## 26564 226 223.266 193
## 26565 178 177.606 191
## 26566 2112 2110.040 150
## 26567 160 115.089 115
## 26568 201 200.121 160
## 26569 363 362.159 185
## 26570 409 408.429 284
## 26571 335 334.086 315
## 26572 196 178.030 176
## 26573 556 541.416 273
## 26574 380 375.530 246
## 26575 177 174.897 103
## 26576 269 260.613 61623
## 26577 1417 267.866 635
## 26578 181 170.790 67
## 26579 178 176.395 176
## 26580 501 484.962 472
## 26581 187 179.415 159
## 26582 158 139.798 274
## 26583 163 162.075 122
## 26584 506 503.672 255
## 26585 342 302.714 167
## 26586 181 165.808 157
## 26587 331 329.689 525
## 26588 220 216.896 193
## 26589 160 157.986 246
## 26590 246 245.278 195
## 26591 376 374.790 178
## 26592 196 194.145 139
## 26593 195 193.752 166
## 26594 217 215.174 157
## 26595 190 189.710 228
## 26596 139 137.280 140
## 26597 1235 941.369 545
## 26598 380 338.134 199
## 26599 196 192.372 167
## 26600 212 210.055 181
## 26601 126 124.377 182
## 26602 267 264.887 236
## 26603 201 202.147 240
## 26604 433 407.162 292
## 26605 174 170.511 146
## 26606 176 175.437 271
## 26607 205 144.581 159
## 26608 240 238.738 220
## 26609 170 169.246 381
## 26610 123 120.977 109
## 26611 282 279.835 250
## 26612 185 183.426 199
## 26613 246 244.890 291
## 26614 393 392.295 445
## 26615 166 162.557 154
## 26616 281 269.810 224
## 26617 255 254.425 202
## 26618 507 504.658 476
## 26619 227 224.008 130
## 26620 308 306.312 205
## 26621 235 234.521 302
## 26622 139 136.987 124
## 26623 159 157.417 147
## 26624 182 181.205 307
## 26625 700 689.653 454
## 26626 166 165.720 230
## 26627 260 256.950 351
## 26628 402 391.350 274
## 26629 249 247.712 216
## 26630 330 314.646 486
## 26631 300 298.362 249
## 26632 286 283.024 585
## 26633 137 135.529 159
## 26635 240 237.577 141
## 26636 290 284.069 435908
## 26637 190 188.970 164
## 26638 142 118.133 174
## 26639 219 218.297 147
## 26640 286 248.153 232
## 26641 166 159.058 245
## 26642 265 263.520 218
## 26643 168 160.465 152
## 26644 129 127.746 106
## 26645 292 289.934 242
## 26646 209 189.712 233
## 26647 139 126.948 145
## 26648 137 135.662 225
## 26649 182 180.406 167
## 26650 188 186.918 167
## 26651 162 160.594 7097
## 26652 244 242.473 171
## 26653 224 212.101 549
## 26654 235 232.838 96662
## 26655 236 224.755 123
## 26656 270 268.534 221
## 26657 234 232.431 208
## 26658 237 235.780 359
## 26659 127 125.983 114
## 26660 185 170.548 153
## 26661 181 179.379 191
## 26662 136 134.200 165
## 26663 229 213.026 136
## 26664 77 64.649 150
## 26665 235 227.651 167
## 26666 337 331.655 237
## 26667 328 316.278 197
## 26668 120 118.311 158
## 26669 178 176.584 149
## 26670 258 183.914 165
## 26671 119 116.858 128
## 26672 166 162.820 168
## 26673 208 206.232 275
## 26674 277 274.966 45647
## 26675 941 577.091 182
## 26676 751 726.068 247
## 26677 220 184.020 137
## 26678 277 260.120 197
## 26679 7653 7651.991 183
## 26680 178 176.318 194
## 26681 492 490.041 164
## 26682 147 145.441 122
## 26683 164 162.170 186
## 26684 74450 275.129 309
## 26685 204 184.248 162
## 26686 569 567.523 66
## 26687 186 184.611 153
## 26688 253 245.466 257
## 26689 262 260.624 223
## 26690 211 206.286 248
## 26691 230 225.798 233
## 26692 598 343.091 366
## 26693 228 225.657 182
## 26694 265 263.735 173
## 26695 220 218.945 101
## 26696 1013 144.267 140
## 26697 469 466.385 238
## 26698 176 175.156 147
## 26699 307 305.903 222
## 26700 227 222.404 260
## 26701 335 328.784 122
## 26702 651 634.676 207
## 26703 145 133.430 195
## 26704 618 560.166 325
## 26705 300 299.576 492
## 26706 199 198.133 213
## 26707 169 165.660 163
## 26708 431 427.097 386
## 26709 269 266.184 263
## 26710 343 340.787 203
## 26711 186 177.928 188
## 26712 273 260.424 267
## 26713 335 334.061 188
## 26714 233 231.008 163
## 26715 510 420.525 207
## 26716 147 144.058 82
## 26717 233 232.441 184
## 26718 224 210.350 170
## 26719 392 244.172 158
## 26720 385 378.612 169
## 26721 185 183.631 131
## 26722 305 262.220 290
## 26723 330 316.669 269
## 26724 352 350.433 149
## 26725 122 121.346 161
## 26726 380 133.772 152
## 26728 187 184.703 198
## 26729 275 227.602 235
## 26730 297 271.332 235
## 26731 191 182.448 202
## 26732 217 214.384 296
## 26733 173 164.312 156
## 26734 218 201.703 160
## 26735 115 101.114 110
## 26736 166 164.660 156
## 26737 118 117.198 150
## 26738 752 690.213 302
## 26739 117 114.687 157
## 26740 184 182.467 166
## 26741 280 278.461 344
## 26742 423 364.447 274
## 26743 170 169.115 184
## 26744 186 185.656 130
## 26745 298 296.914 253
## 26746 204 160.711 182
## 26747 217 215.633 313
## 26748 189 188.700 137
## 26749 837 734.926 519
## 26750 168 166.388 165
## 26751 262 220.083 291
## 26752 269 261.968 284
## 26753 479 399.022 367
## 26754 188 155.685 194
## 26755 523 444.904 600
## 26756 215 204.150 214
## 26757 206 154.367 156
## 26758 112 108.599 125
## 26759 267 224.310 194
## 26760 916 914.843 3628
## 26761 269 251.516 609
## 26762 179 176.749 140
## 26763 4729 4728.350 149
## 26764 877 473.586 151
## 26765 349 346.679 355
## 26766 272 264.398 185
## 26767 339 319.699 193
## 26768 191 181.229 161
## 26769 335 312.163 251
## 26770 210 141.218 140
## 26771 220 218.700 193
## 26772 576 574.567 270
## 26773 1974 1972.319 278
## 26774 575 549.100 216
## 26775 237 224.933 236
## 26776 288 276.655 159
## 26777 159 158.242 160
## 26778 197 133.923 162
## 26779 171 170.851 149
## 26780 230 227.910 139
## 26781 271 270.172 428
## 26782 191 184.948 1740823
## 26783 120 119.087 134
## 26784 168 166.773 167
## 26785 153 123.397 80
## 26786 203 201.944 231
## 26787 420 418.161 235
## 26788 201 200.114 185
## 26789 330 329.099 223
## 26790 288 286.317 232
## 26791 133 132.321 122
## 26792 204 201.855 146
## 26793 190 189.351 137
## 26794 242 241.487 189
## 26795 552 550.484 497
## 26796 379 360.110 326
## 26797 636 184.140 202
## 26798 160 158.644 161
## 26799 204 188.985 140
## 26800 127 122.168 114
## 26801 229 228.131 225
## 26802 178 175.269 511
## 26803 415 412.790 208
## 26804 258 257.805 198
## 26805 489 378.107 167
## 26806 223 214.385 261
## 26807 239 221.014 214
## 26808 864 861.344 1140
## 26809 261 254.639 119
## 26810 418 413.616 22493
## 26811 135 132.199 78
## 26812 180 171.015 193
## 26813 189 187.747 137
## 26814 149 124.133 216
## 26815 215 179.312 473
## 26816 168 160.679 154
## 26817 200 198.632 154
## 26818 147 146.847 164
## 26819 252 212.040 250
## 26820 166 165.526 108
## 26821 163 149.857 665
## 26822 295 246.055 219
## 26823 166 164.757 207
## 26824 265 263.719 244
## 26825 271 268.395 206
## 26826 179 175.109 158
## 26827 113 109.022 133
## 26828 231 230.360 380
## 26829 415 408.244 182
## 26830 174 172.300 128
## 26831 216 215.939 238
## 26832 170 159.822 196
## 26833 197 195.670 555
## 26834 358 348.950 178
## 26835 245 215.831 193
## 26836 181 179.398 208
## 26837 262 261.241 131
## 26838 427 272.530 285
## 26839 536 466.279 353
## 26840 196 194.481 169
## 26841 111 110.035 134
## 26842 218 216.319 133
## 26843 190 189.764 212
## 26844 450 448.863 200
## 26845 245 221.353 192
## 26846 266 264.279 267
## 26847 1212 280.600 827
## 26848 83 82.942 83
## 26849 254 234.430 141
## 26850 432 131.176 147
## 26851 230 216.703 339
## 26852 125 120.489 145
## 26853 584 546.259 939
## 26854 166 153.832 239
## 26855 165 155.597 184
## 26856 539 194.709 192
## 26857 215 195.684 137
## 26858 219 207.196 217
## 26859 250 248.013 176
## 26860 329 326.817 438
## 26861 337 280.234 226
## 26862 161 159.719 130
## 26863 222 220.308 367
## 26864 183 182.614 182
## 26865 194 192.846 181
## 26866 104 103.633 166
## 26867 89 78.853 282
## 26868 216 214.322 179
## 26869 403 400.018 503
## 26870 186 185.760 136
## 26871 275 246.089 272
## 26872 195 193.855 254
## 26873 278 268.376 179
## 26874 222 182.513 321
## 26875 206 153.404 361
## 26876 288 277.499 335
## 26877 214 212.818 186
## 26878 161 159.381 181
## 26879 293 290.593 190
## 26880 188 185.968 278
## 26881 272 219.012 141
## 26882 825 241.966 240
## 26883 128 126.921 86
## 26884 167 165.777 185
## 26885 584 247.719 237
## 26886 174 173.257 151
## 26887 227 225.309 136
## 26888 513 502.037 300
## 26889 361 330.913 262
## 26890 14 12.519 66
## 26891 194 157.698 222
## 26892 256 254.529 142
## 26893 290 289.140 187
## 26894 116 92.158 142724
## 26895 329 328.771 210
## 26896 80 77.979 184
## 26897 354 353.916 163
## 26898 163 162.545 182
## 26899 149 147.614 147
## 26900 206 204.626 415
## 26901 321 319.656 247
## 26902 334 312.888 237
## 26903 211 177.968 190
## 26904 347 345.601 223
## 26905 312 274.081 443
## 26906 170 168.973 137
## 26907 223 221.196 173
## 26908 540 537.566 190
## 26909 164 162.888 104
## 26910 165 163.977 195
## 26911 240 227.858 138
## 26912 148 140.839 106
## 26913 189 185.135 148
## 26914 168 167.708 104
## 26915 185 157.003 178
## 26916 178 176.539 224
## 26917 364 353.964 245
## 26918 177 165.013 121
## 26919 286 275.460 145
## 26920 131 130.535 144
## 26921 270 268.671 274
## 26922 192 190.751 167
## 26923 372 357.179 258
## 26924 223 221.827 179
## 26925 107 106.080 331
## 26926 231 230.344 166
## 26927 180 178.437 188
## 26928 322 320.275 181
## 26929 256 188.743 146
## 26930 133 119.363 170
## 26931 209 208.527 128
## 26932 1017 1013.632 330
## 26933 366 364.134 168
## 26934 215 213.885 156
## 26935 233 192.840 162
## 26936 260 254.906 193
## 26937 281 211.946 258
## 26938 250 241.498 207
## 26939 218 211.171 192
## 26940 197 195.834 319
## 26941 178 174.957 132
## 26942 206 204.457 90
## 26943 160 158.350 172
## 26944 182 181.355 135
## 26945 137 132.242 126
## 26946 572 571.491 432
## 26947 207 205.853 312
## 26948 193 191.895 173
## 26949 200 197.877 113
## 26950 354 352.456 199
## 26951 184 177.602 179
## 26952 207 206.789 135
## 26953 281 260.803 308
## 26954 231 225.544 270
## 26955 269 266.571 225
## 26956 176 174.524 135
## 26957 247 244.651 138
## 26958 314 312.356 224
## 26959 150 146.028 111
## 26960 304 289.760 265
## 26961 207 206.309 185
## 26962 367 343.835 6
## 26963 187 185.618 296
## 26964 152 148.473 163
## 26965 575 509.146 377
## 26966 209 207.321 174
## 26967 338 337.046 686
## 26968 210 208.244 356
## 26969 220 196.920 159
## 26970 336 335.573 197
## 26971 238 237.225 237
## 26972 176 161.344 230
## 26973 191 189.599 230
## 26974 185 183.752 219
## 26975 380 377.833 354
## 26976 232 229.679 146
## 26977 431 428.712 221
## 26978 150 148.672 171
## 26979 7783 7770.309 103
## 26980 138 137.319 136
## 26981 333 326.804 176
## 26982 141 139.899 140
## 26983 160 150.036 154
## 26984 151 149.499 144
## 26985 489 487.375 210
## 26986 176 171.981 215
## 26987 135 121.621 147
## 26988 165 155.983 123
## 26989 214 207.667 251
## 26990 198 171.053 185
## 26991 205 191.812 208
## 26992 164 161.623 438
## 26993 738 730.534 190
## 26994 137 135.439 188
## 26995 256 255.043 190
## 26996 209 208.160 208
## 26997 381 377.624 219
## 26998 299 297.477 200
## 26999 141 139.718 63
## 27000 179 168.938 125
## 27001 882 879.857 188
## 27002 197 196.266 197
## 27003 369 364.280 268
## 27004 293 270.507 149
## 27005 288 271.927 350
## 27006 156 150.770 122
## 27007 190 180.745 114
## 27008 168 164.205 161
## 27009 243 241.723 201
## 27010 217 215.527 215
## 27011 185 184.111 149
## 27012 181 179.557 160
## 27013 193 181.605 253
## 27014 257 256.149 202
## 27015 308 271.092 214
## 27016 175 154.408 186
## 27017 159 158.127 149
## 27018 269 268.728 241
## 27019 125 124.223 171
## 27020 184 180.592 158
## 27021 486 480.351 167
## 27022 291 289.880 204
## 27023 322 303.655 109
## 27024 285 283.558 208
## 27025 138 137.707 87
## 27026 156 154.675 130
## 27027 224 217.184 208
## 27028 176 154.736 124
## 27029 229 227.716 162
## 27030 537 535.330 259
## 27031 167 165.330 152
## 27032 298 293.394 124
## 27033 270 268.979 167
## 27034 210 182.547 172
## 27035 1406 1394.236 378
## 27036 347 344.841 156
## 27037 198 191.359 171
## 27038 208 183.126 130
## 27039 162 148.884 198
## 27040 193 190.891 137
## 27041 229 227.784 176
## 27042 125 124.621 126
## 27043 252 249.648 186
## 27044 153 151.009 180
## 27045 103 101.159 141
## 27046 208 208.000 148
## 27047 227 225.598 125
## 27048 244 199.851 246
## 27049 167 166.140 75
## 27050 259 217.395 166
## 27051 484 482.722 603
## 27053 270 269.718 206
## 27054 238 237.681 148
## 27055 254 239.074 167
## 27056 173 172.505 70
## 27057 139 139.110 148
## 27058 642 641.192 177
## 27059 148 146.348 141
## 27060 161 159.661 131
## 27061 300 280.246 205
## 27062 161 159.383 151
## 27063 214 211.917 165
## 27064 101 100.069 49
## 27065 340 336.206 663
## 27066 356 298.813 177
## 27067 193 154.788 154
## 27068 282 280.793 211
## 27069 362 360.946 212
## 27070 217 186.974 281
## 27071 297 295.476 233
## 27072 539 537.303 529
## 27073 235 234.257 137
## 27074 253 250.265 200
## 27075 333 330.929 354
## 27076 187 185.918 165
## 27077 346 344.026 244
## 27078 176 173.749 130
## 27079 161 159.120 154
## 27080 159 157.640 187
## 27081 170 162.598 551
## 27082 48 43.525 220
## 27083 229 226.867 219
## 27084 198 179.441 157
## 27085 254 232.164 258
## 27086 869623 1846.777 686
## 27087 321 319.204 251
## 27088 199 198.842 167
## 27089 134 133.467 87
## 27090 208 204.450 152
## 27091 478 475.363 208
## 27092 474 344.114 293
## 27093 222 218.972 259
## 27094 236 234.477 189
## 27095 439 437.376 394
## 27096 112 72.829 152
## 27097 213 211.738 262
## 27098 215 213.557 181
## 27099 337 334.586 205
## 27100 147 145.251 116
## 27101 125 119.540 276
## 27102 247 209.618 5
## 27103 220 218.752 113
## 27104 200 199.204 201
## 27105 541 504.253 541
## 27106 218 216.388 226
## 27107 232 229.492 190
## 27108 242 241.605 463
## 27109 161 153.499 114
## 27110 89 88.934 83
## 27111 139 137.996 179
## 27112 120 87.840 145
## 27113 131 124.629 89
## 27114 168 167.058 110
## 27115 487 420.618 377
## 27116 249 245.888 157
## 27117 164 163.502 72
## 27118 417 415.717 371
## 27119 171 160.180 203
## 27120 259 247.460 310
## 27121 164 156.098 116
## 27122 265 256.679 261
## 27123 585 584.708 276
## 27124 311 297.848 223
## 27125 226 225.785 224
## 27126 160 154.161 214
## 27127 101 93.853 85
## 27128 498 497.207 276
## 27129 180 180.688 144
## 27130 343 321.858 341
## 27131 302 275.630 325
## 27132 196 182.166 134
## 27133 165 164.304 189
## 27134 289 246.616 296
## 27135 128 126.056 152
## 27136 997 987.976 490
## 27137 151 147.028 90
## 27138 196 189.093 158
## 27139 167 163.809 100
## 27140 254 228.802 212
## 27141 401 399.799 263
## 27142 161 149.226 152
## 27143 202 201.060 167
## 27144 250 225.527 253
## 27145 201 194.377 236
## 27146 156 147.521 70
## 27147 276 274.618 225
## 27148 224 223.005 139
## 27149 455 453.502 198
## 27150 939 418.572 229
## 27151 144 142.773 139
## 27152 130 129.698 84
## 27153 209 207.486 223
## 27154 168 167.429 132
## 27155 277 258.844 176
## 27156 146 145.033 144
## 27157 231 228.165 308
## 27158 460 458.616 203
## 27159 229 220.844 158
## 27160 1301 1160.005 800
## 27161 213 212.271 3300
## 27162 175 173.997 258
## 27163 240 208.363 207
## 27164 734 731.611 208
## 27165 323 311.308 320
## 27166 219 217.599 226
## 27167 222 216.294 333
## 27168 154 151.936 151
## 27169 162 159.329 138
## 27170 273 271.625 279
## 27171 199 197.962 144
## 27172 192 179.469 171
## 27173 224 223.046 290
## 27174 687 684.920 427
## 27175 217 194.597 223
## 27176 187 185.843 255
## 27177 156 154.847 134
## 27178 282 281.206 165
## 27179 395 320.628 157
## 27180 219 216.675 175
## 27181 235 233.657 180
## 27182 173 170.250 50033
## 27183 396 394.559 260
## 27184 182 156.185 181
## 27185 284 282.728 173
## 27186 247 246.026 164
## 27187 218 213.043 194
## 27188 229 227.821 193
## 27189 213 166.006 62
## 27190 267 266.741 59
## 27191 227 213.177 187
## 27192 234 226.460 62
## 27193 152 151.402 141
## 27194 152 143.888 74
## 27195 155 153.107 212
## 27196 161 132.853 84
## 27197 1655 171.363 250
## 27198 138 132.439 214
## 27199 286 284.975 283
## 27200 97 96.076 87
## 27201 110 109.023 135
## 27202 147 146.699 284
## 27203 184 182.042 162
## 27204 429 353.424 189
## 27205 128 125.794 119
## 27206 501 474.286 6053
## 27207 247 246.219 189
## 27208 224 223.476 360
## 27209 604 601.785 441
## 27210 559 538.147 247
## 27211 583 580.868 637
## 27212 162 161.034 179
## 27213 302 288.165 343
## 27214 542 506.603 3562
## 27215 349 345.918 177
## 27216 315 233.478 123
## 27217 152 134.289 139
## 27218 674 671.366 264
## 27219 204 203.109 191
## 27220 231 229.389 379
## 27221 213 183.499 172
## 27222 115 114.325 139
## 27223 243 239.647 164
## 27224 329 327.497 273
## 27225 171 170.002 97
## 27226 235 228.331 225
## 27227 191 190.298 137
## 27228 270 262.611 235
## 27229 195 180.542 255
## 27230 156 154.506 333
## 27231 156 148.683 183
## 27232 506 504.338 453
## 27233 279 277.402 266
## 27234 118 112.146 95
## 27235 159 158.462 123
## 27236 453 347.320 283
## 27237 312 245.109 84
## 27238 262 259.919 179
## 27239 122 101.825 96
## 27240 272 270.396 446
## 27241 163 162.310 137
## 27242 309 306.651 222
## 27243 169 167.696 169
## 27244 500 449.331 450
## 27245 228 214.627 142
## 27246 33726 186.786 137
## 27247 365 276.657 386
## 27248 105 104.674 157
## 27249 372 363.356 121
## 27250 489 487.042 838
## 27252 208 183.813 591208
## 27253 1780 1779.065 135
## 27254 5887 5885.438 243
## 27255 162 160.447 132
## 27256 149 147.596 125
## 27257 157 155.924 152
## 27258 150 148.710 177
## 27259 201 201.633 179
## 27260 180 179.097 204
## 27261 103 101.716 96
## 27262 224 192.390 258
## 27263 192 178.844 151
## 27264 524 421.245 408
## 27265 160 158.183 196
## 27266 132 130.954 118
## 27267 167 166.143 208
## 27268 260 256.123 170
## 27269 283 269.843 172
## 27270 373 347.396 195
## 27271 168 167.216 144
## 27272 147 146.248 212
## 27273 639 634.927 95
## 27274 162 153.595 110
## 27275 198 197.025 147
## 27276 172 170.441 144
## 27277 231 229.861 209
## 27278 257 255.036 253
## 27279 399 353.370 529
## 27280 1118 1098.948 308
## 27281 2524 2462.144 235
## 27282 172 171.477 213
## 27283 189 188.411 175
## 27284 2776 2773.729 125
## 27285 152 144.306 160
## 27286 415 406.239 798
## 27287 210 205.773 172
## 27288 169 168.209 160
## 27289 271 253.339 240
## 27290 177 175.783 138
## 27291 1173 348.670 181
## 27292 165 164.478 150
## 27293 127 126.076 141
## 27294 188 187.478 245
## 27295 384 382.898 328
## 27296 203 199.258 177
## 27297 175 173.062 210
## 27298 482 398.044 461
## 27299 167 160.232 338
## 27300 160 159.593 150
## 27301 148 132.927 135
## 27302 276 275.636 118
## 27303 121 120.211 113
## 27304 199 198.287 226
## 27305 163 162.441 141
## 27306 163 139.653 144
## 27307 372 369.011 252
## 27308 618 319.009 181
## 27309 163 152.889 105
## 27310 4471 383.215 245
## 27311 122 121.662 97
## 27312 204 202.818 204
## 27313 165 164.097 169
## 27314 204 202.732 120
## 27315 197 189.293 357
## 27316 174 168.181 162
## 27317 137 130.001 112
## 27318 255 167.496 210
## 27319 2344 2084.716 820
## 27320 180 178.831 219
## 27321 136 121.118 217
## 27322 229 223.208 190
## 27323 219 217.263 331
## 27324 210 196.863 3028
## 27325 377 375.796 170
## 27326 398 361.180 313
## 27327 133 132.925 153
## 27328 315 259.199 168
## 27329 189 187.394 165
## 27330 145 143.056 120
## 27331 306 244.601 284
## 27332 153 151.261 252
## 27333 128 126.508 130
## 27334 503 501.681 254
## 27335 127 115.209 174
## 27336 302 270.749 292
## 27337 387 386.470 125
## 27338 174 173.606 179
## 27339 199 198.705 121
## 27340 147 127.433 155
## 27341 173 172.257 180
## 27342 136 135.200 196
## 27343 144 143.564 124
## 27344 438 437.251 554
## 27345 563 523.976 480
## 27346 556 504.645 399
## 27347 227 225.963 161
## 27348 161 152.051 121
## 27349 241 206.789 142
## 27350 271 269.407 211
## 27351 173 171.157 214
## 27352 249 220.165 194
## 27353 127 125.761 209
## 27354 391 388.869 310
## 27355 243 240.655 180
## 27356 168 167.113 151
## 27357 207 201.511 164
## 27358 211 209.388 283
## 27359 168 165.551 121
## 27360 213 211.680 192
## 27361 465 448.210 449
## 27362 132 130.569 133
## 27363 274 271.807 5869
## 27364 151 150.439 121
## 27365 269 267.963 145
## 27366 252 203.401 164
## 27367 257 244.472 269
## 27368 614 613.753 310
## 27369 288 159.230 129
## 27370 363 361.012 150
## 27371 326 306.668 236
## 27372 1086 1046.430 266
## 27373 214 188.777 498
## 27374 271 269.550 213
## 27376 341 317.069 194
## 27377 431 427.359 693
## 27379 147 135.056 170
## 27380 360 358.049 285
## 27381 497 494.988 476
## 27382 253 249.689 188
## 27383 227 225.858 189
## 27384 244 233.839 258
## 27385 215 203.128 353
## 27386 242 225.797 165
## 27387 117 112.516 95
## 27388 208 190.405 275
## 27389 351 316.263 188
## 27390 141 140.080 92
## 27391 79993 129.978 127
## 27392 371 370.312 190
## 27393 160 155.227 138
## 27394 146 145.527 173
## 27395 239 230.553 259
## 27396 198 158.395 160
## 27397 165 163.805 89
## 27398 138 128.621 120
## 27400 177 176.582 120
## 27401 248 241.001 78
## 27402 1135 529.140 383
## 27403 150 137.689 78
## 27404 104 103.329 112
## 27405 267 266.000 835
## 27406 464 461.333 147
## 27407 403 401.981 619
## 27408 293 291.886 232
## 27409 177 176.165 176
## 27410 211 209.812 222
## 27411 261 257.504 275
## 27412 194 155.532 72
## 27413 245 244.265 205
## 27414 225 223.103 158
## 27415 219 188.681 128
## 27416 1708 482.601 206
## 27417 244 243.949 198
## 27418 195 193.989 139
## 27419 260 237.525 158
## 27420 212 212.111 113
## 27421 195 194.041 554
## 27422 291 289.547 250
## 27423 161 159.123 209
## 27424 77 58.327 179
## 27425 267 255.278 162
## 27426 224 223.319 208
## 27427 190 189.326 160
## 27428 172 159.582 205
## 27429 166 164.558 250
## 27430 399 362.442 510
## 27431 236 234.695 271
## 27432 1842 1840.534 400
## 27433 2657 2585.595 169
## 27434 175 173.750 285
## 27435 268 238.316 189
## 27436 142 109.102 134
## 27437 289 287.898 163
## 27438 321 319.273 299
## 27439 205 198.139 128
## 27440 662 617.195 262
## 27441 235 232.531 141
## 27442 251 249.420 179
## 27443 273 266.031 217
## 27444 179 170.499 139
## 27445 145 143.508 131
## 27446 393 391.134 319
## 27447 171 169.831 150
## 27448 202 196.176 258
## 27449 114 110.447 73
## 27450 146 143.726 196
## 27451 162 160.490 152
## 27452 211 210.037 276
## 27453 454 173.273 239
## 27454 192 191.760 147
## 27455 247 245.399 144
## 27456 130 129.539 129
## 27457 185 149.030 143
## 27458 247 242.007 15
## 27459 1458 1456.238 331
## 27460 219 217.526 175
## 27461 199 198.703 151
## 27462 369 341.868 173
## 27463 496 494.470 291
## 27464 156 154.479 139
## 27465 425 423.949 475
## 27466 171 150.175 97
## 27467 189 187.430 134
## 27468 102 101.879 73
## 27469 227 226.522 176
## 27470 265 263.320 209
## 27471 12377 218.995 12132
## 27472 268 266.167 259
## 27473 170 154.243 163
## 27474 257 255.686 223
## 27475 269 266.946 191
## 27476 158 149.405 139
## 27477 144 143.909 199
## 27478 231 229.464 210
## 27479 257 251.211 223
## 27480 256 181.780 176
## 27481 250 243.034 215
## 27482 2523831 383.302 1995820
## 27483 166 164.136 123
## 27484 93 93.047 119
## 27485 240 224.696 236
## 27486 267 265.393 208
## 27487 282 281.136 167
## 27488 246 244.750 208
## 27489 137 130.880 208
## 27490 7795 7787.539 229
## 27491 366 353.952 270
## 27492 159 157.685 206
## 27493 261 200.348 309
## 27494 164 162.899 219
## 27495 147 147.022 108
## 27496 209 206.751 186
## 27497 323 321.987 329
## 27498 583 186.599 181
## 27499 519 516.389 571
## 27500 228 203.207 135
## 27501 317 267.062 449
## 27502 260 254.255 112
## 27503 62 61.603 127
## 27504 432 432.336 136
## 27505 601 256.307 216
## 27506 251 249.665 133
## 27507 170 169.595 132
## 27508 361 351.389 240
## 27509 277 275.998 96
## 27510 232 199.867 169
## 27511 135 135.459 160
## 27512 165 162.555 141
## 27513 308 306.117 189
## 27514 99 98.489 95
## 27515 151 140.017 174
## 27516 170 169.321 115
## 27517 224 223.926 223
## 27518 293 273.879 190
## 27519 115 113.128 88
## 27520 290 275.897 211
## 27521 282 254.145 389
## 27522 219 201.176 183
## 27523 302 299.969 411
## 27524 199 180.425 153
## 27525 1175 1174.474 586
## 27526 246 245.070 189
## 27527 1589 1580.582 282
## 27528 328 326.026 260
## 27529 213 152.832 226
## 27530 254 252.993 212
## 27531 309 276.694 265
## 27532 111 110.410 92
## 27533 331 329.888 145
## 27534 177 175.541 156
## 27535 177 176.113 263
## 27536 99 75.563 136
## 27537 185 162.078 187
## 27538 191 190.024 191
## 27539 280 262.400 92
## 27540 276 266.157 408
## 27541 456 182.897 227
## 27543 301 300.042 270
## 27544 323 322.028 194
## 27545 486 474.953 272
## 27546 144 141.253 67023
## 27547 150 149.171 162
## 27548 180 178.525 200
## 27549 329 310.168 254
## 27550 191 175.766 200
## 27551 173 171.436 165
## 27552 213 212.894 156
## 27553 311 310.708 174
## 27554 257 256.089 195
## 27555 183 180.907 140
## 27556 264 262.529 185
## 27557 157 155.448 168
## 27558 160 157.454 293
## 27559 134 132.490 171
## 27560 139 135.146 199
## 27561 181 179.122 220
## 27562 220 219.068 244
## 27563 274 273.519 186
## 27564 759 183.891 543
## 27565 230 229.410 147
## 27566 637 287.547 125
## 27567 124 123.693 97
## 27568 376 348.604 184
## 27569 125 125.074 190
## 27570 148 147.956 83
## 27571 194 193.732 174
## 27572 213 212.882 188
## 27573 255 254.735 180
## 27575 142 141.681 105
## 27576 168 161.573 112
## 27577 232 222.688 152
## 27578 137 135.975 142
## 27579 232 229.885 127
## 27580 199 198.828 117
## 27581 486 355.679 285
## 27582 289 288.163 148
## 27583 417 404.959 321
## 27584 130 126.296 121
## 27585 198 196.704 173
## 27586 151 150.060 120
## 27587 245 243.860 178
## 27588 226 225.390 177
## 27589 376 374.646 291
## 27590 211 209.420 170
## 27591 267 266.212 214
## 27592 273 265.509 208
## 27593 219 218.156 242
## 27594 415 413.496 240
## 27595 208 186.473 189
## 27596 310 263.592 329
## 27597 355 353.510 240
## 27598 1327 1226.821 700
## 27599 595 457.406 271
## 27600 353 317.775 207
## 27601 143 141.186 145
## 27602 570 546.358 264
## 27603 248 244.454 319
## 27604 179 171.490 160
## 27605 885 883.066 334
## 27606 285 123.023 108
## 27607 169 152.479 153
## 27608 112 100.282 74
## 27609 256 185.703 143
## 27610 139 138.408 110
## 27611 745 201.302 209
## 27612 132 121.515 158
## 27613 184 182.304 92
## 27614 199 178.139 1129
## 27615 7131 7130.099 231
## 27616 171 169.473 237
## 27617 137 126.245 99
## 27618 181 172.449 154
## 27619 299 271.165 190
## 27620 90 86.637 108
## 27621 108 95.855 204
## 27622 262 261.028 202
## 27623 690 689.784 294
## 27624 134 127.890 111
## 27625 124 121.057 82
## 27626 179 172.508 196
## 27627 179 159.058 123
## 27628 500 498.566 245
## 27629 213 204.448 154
## 27630 155 143.849 90
## 27631 269 268.575 93
## 27632 145 143.450 187
## 27633 2442 2441.082 609
## 27634 342 339.245 290
## 27635 125 123.502 171
## 27636 290 289.243 648
## 27637 1545 1544.315 581
## 27638 193 185.765 263
## 27639 200 177.706 165
## 27640 339 337.369 170
## 27641 1786 1783.193 135
## 27642 225 224.141 208
## 27643 201 196.160 130
## 27644 155 152.699 178
## 27645 320 294.535 468
## 27646 195 193.372 215
## 27647 631 455.714 536
## 27648 442 439.951 347
## 27649 189 187.877 248
## 27650 596 594.114 449
## 27651 167 165.851 143
## 27652 563 560.623 517
## 27653 312 286.974 293
## 27654 12163 245.665 348
## 27655 171 169.460 180
## 27656 307 278.606 241
## 27657 392 389.965 379
## 27658 463 462.372 436
## 27659 417 404.085 271
## 27660 211 175.206 152
## 27661 1367 382.270 528
## 27662 160 146.668 182
## 27663 212 203.475 187
## 27664 271 262.908 240
## 27665 293 292.000 219
## 27666 148 147.704 172
## 27667 260 235.388 184
## 27668 329 325.183 187
## 27669 469 451.627 323
## 27670 272 257.175 186
## 27671 935 170.757 140
## 27672 141 136.408 122
## 27673 297 267.418 394
## 27674 227 226.205 192
## 27675 165 163.048 161
## 27676 110 109.340 263
## 27677 295 294.309 133
## 27678 206 205.795 213
## 27679 538 510.720 303
## 27680 626 613.905 370
## 27681 237 231.028 176
## 27682 286 273.939 206
## 27683 164 154.484 155
## 27684 131 121.633 188
## 27685 156 155.157 186
## 27686 165 163.919 156
## 27687 176 167.629 160
## 27688 244 242.517 164
## 27689 147 146.049 132
## 27690 233 232.546 258
## 27691 193 192.021 127
## 27692 250 241.671 170
## 27693 300 243.189 224
## 27694 183 171.600 204
## 27695 223 222.425 129
## 27696 149 148.297 143
## 27697 183 182.107 142
## 27698 257 250.891 216
## 27699 406 405.603 214
## 27700 182 174.710 140
## 27701 175 174.483 161
## 27702 164 163.442 155
## 27703 182 181.307 163
## 27704 252 248.174 138
## 27705 260 258.923 231
## 27706 613 576.099 385
## 27707 162 160.880 173
## 27708 300 275.925 154
## 27709 181 180.326 154
## 27710 196 195.256 138
## 27711 246 244.938 164
## 27712 196 191.822 185
## 27713 153 140.633 113
## 27714 569 567.470 344
## 27715 253 241.816 207
## 27716 220 204.376 205
## 27717 201 199.909 1833
## 27718 162 156.252 151
## 27719 114 112.353 173
## 27720 179 164.865 210
## 27721 122 113.322 100
## 27722 378 373.111 240
## 27723 565 563.201 350
## 27724 843 841.534 118
## 27725 251 246.264 176
## 27726 180 178.434 145
## 27727 231 230.168 239
## 27728 128 126.449 149
## 27729 205 176.599 147
## 27730 240 238.344 207
## 27731 200 193.385 122
## 27732 356 350.609 179
## 27733 155 145.639 117
## 27734 239 237.761 177
## 27735 713 711.791 123
## 27736 155 153.509 162
## 27737 178 176.272 384
## 27738 188 186.530 127
## 27739 150 149.575 106
## 27740 135 134.280 1337
## 27741 286 285.114 206
## 27742 164 161.982 147
## 27743 226 225.038 186
## 27744 337 317.857 181
## 27745 224 192.219 191
## 27746 76 73.805 98
## 27747 162 160.874 117
## 27748 240 237.462 167
## 27749 260 258.406 209
## 27750 162 155.191 206
## 27751 202 200.683 174
## 27752 328 326.514 192
## 27753 239 238.067 211
## 27754 106 101.797 109
## 27755 153 143.148 150
## 27756 498 498.042 170
## 27757 171 170.437 269
## 27758 144 143.503 146
## 27759 213 211.806 196
## 27760 187 186.227 194
## 27761 170 166.914 178
## 27762 420 173.108 170
## 27763 181 179.327 148
## 27764 454 452.510 278
## 27765 195 193.994 272
## 27766 196 195.038 139
## 27767 225 217.577 181
## 27768 94 80.430 202
## 27769 234 233.399 233
## 27770 171 167.925 237
## 27771 296 251.830 238
## 27772 186 184.955 204
## 27773 193 192.163 125
## 27774 161 152.291 159
## 27775 307 306.308 125
## 27776 167 148.074 134
## 27777 691 689.147 178
## 27778 215 213.800 142
## 27779 271 270.263 274
## 27780 175 162.157 156
## 27781 124 123.201 114
## 27782 147 144.156 136
## 27783 167 165.967 145
## 27784 216 183.551 165
## 27785 238 184.329 149591
## 27786 157 130.652 143
## 27787 177 175.769 220
## 27788 155 154.392 181
## 27789 172 170.254 130
## 27790 1128 1110.326 134
## 27791 81 74.780 78
## 27792 226 204.856 647
## 27793 146 136.498 110
## 27795 169 167.438 161
## 27796 158 156.603 115
## 27797 223 221.899 156
## 27798 282 253.282 260
## 27799 171 170.498 817
## 27800 221 219.323 228
## 27801 265 244.609 279
## 27802 208 168.195 170
## 27803 182 181.221 151
## 27804 163 158.676 210
## 27805 2465 2462.030 426
## 27806 178 176.712 170
## 27807 151 145.208 360
## 27808 273 271.975 177
## 27809 224 222.416 271
## 27810 211 207.640 156
## 27811 372 346.048 354
## 27812 351 350.590 304
## 27813 190 188.527 238
## 27814 270 231.300 264
## 27815 187 182.283 146
## 27816 266 258.455 250
## 27817 382 358.241 615
## 27818 413 410.508 170
## 27819 186 153.047 146
## 27820 353 313.780 112
## 27821 193 192.476 162
## 27822 166 166.232 189
## 27823 213 191.954 198
## 27824 232 231.427 182
## 27825 147 145.719 131
## 27826 171 162.083 109
## 27827 305 303.395 357
## 27828 156 153.769 72
## 27829 405 372.828 179
## 27830 181 181.003 187
## 27831 282 239.148 429
## 27832 182 181.170 249
## 27833 261 259.066 237
## 27834 227 225.988 160
## 27835 213 194.901 193
## 27836 757 757.254 141
## 27837 237 235.445 207
## 27838 170 170.438 115
## 27839 157 148.616 93
## 27840 210 208.828 309
## 27841 478 448.855 277
## 27842 149 132.529 148
## 27843 120 118.340 123
## 27844 378 377.816 273
## 27845 139 138.777 117
## 27846 131 113.106 91
## 27847 201 192.786 139
## 27848 161 155.662 563
## 27849 120 119.360 207
## 27850 324 323.176 218
## 27851 355 339.287 245
## 27852 257 255.466 261
## 27853 206 195.316 310
## 27854 144 135.517 184
## 27855 52 51.023 125
## 27856 477 475.515 948
## 27857 403 399.942 383
## 27858 217 215.921 223
## 27859 698 696.755 166
## 27860 245 207.003 165
## 27861 204 202.429 206
## 27862 193 155.345 185
## 27863 112 105.427 124
## 27864 272 232.475 256
## 27865 188 187.859 215
## 27866 97 96.048 194
## 27867 85 83.585 109
## 27868 197 177.571 230
## 27869 530 524.077 115
## 27870 145 135.349 122
## 27871 239 238.368 228
## 27872 177 171.209 149
## 27873 149 147.704 125
## 27874 247 237.085 309
## 27875 1169 1167.879 139
## 27876 192 184.521 121
## 27877 155 149.119 157
## 27878 317 296.157 244
## 27879 1849 1849.376 265
## 27880 209 208.332 687
## 27881 263 261.830 152
## 27882 94 93.641 98
## 27883 304 294.090 210
## 27884 323 320.998 210
## 27885 256 248.441 274
## 27886 237 235.626 218
## 27887 416 365.558 198
## 27888 558 548.578 156
## 27889 92 91.781 151
## 27890 121 121.153 194
## 27891 237 236.916 192
## 27892 384 382.467 212
## 27893 279 278.376 274
## 27894 349 347.300 224
## 27895 147 145.278 222
## 27896 198 196.723 138
## 27897 192 191.060 157
## 27898 1432 1431.449 145
## 27899 74 73.981 149
## 27900 138 137.155 275
## 27901 2425 2390.719 256
## 27902 268 247.060 447
## 27903 172 144.247 162
## 27904 1124 314.348 293
## 27905 269 268.694 158
## 27906 294 287.438 203
## 27907 190 189.296 121
## 27908 189 188.913 84
## 27909 333 331.101 236
## 27910 223 221.123 198
## 27911 193 176.669 235
## 27912 1861 1836.152 240
## 27913 174 172.382 192
## 27914 306 304.649 550
## 27915 190 177.059 65
## 27916 131 128.673 100
## 27917 146 120.490 135
## 27918 205 196.729 92
## 27919 281 267.028 184
## 27920 255 253.658 191
## 27921 157 150.331 145
## 27922 188 182.705 182
## 27923 74 67.549 126
## 27924 688 657.100 417
## 27925 210 209.405 113
## 27926 161 159.842 141
## 27927 202 200.839 181
## 27928 8038 314.113 125
## 27930 174 172.627 272
## 27931 144 141.809 130
## 27932 463 439.883 193
## 27933 171 155.902 174
## 27934 154 148.367 103
## 27935 182 181.531 145
## 27936 397 395.720 136
## 27937 196 192.925 95
## 27938 731 729.471 197
## 27939 3141 3137.693 677
## 27940 193 138.009 147
## 27941 190 190.229 137
## 27942 193 192.254 81
## 27943 176 173.364 169
## 27944 390 389.347 712
## 27945 251 246.135 155
## 27946 194 192.347 253
## 27947 177 165.923 162
## 27948 199 198.595 205
## 27949 204 202.201 148
## 27950 334 303.556 198
## 27951 170 168.588 153
## 27952 243 161.832 207
## 27953 163 161.618 169
## 27954 159 156.937 178
## 27955 105 104.092 139
## 27956 229 228.780 182
## 27957 212 209.567 231
## 27958 215 213.909 136
## 27959 556 138.842 164
## 27960 160 158.832 121
## 27961 224 222.398 159
## 27962 239 228.315 253
## 27963 2667 2649.012 215
## 27964 199 188.678 193
## 27966 165 165.111 138
## 27967 280 278.717 238
## 27968 137 137.074 79
## 27969 156 155.521 215
## 27970 207 205.807 195
## 27971 229 228.006 146
## 27972 293 290.770 286
## 27973 120 119.965 126
## 27974 258 257.117 453
## 27975 241 239.948 114
## 27976 119 117.755 158
## 27977 290 289.739 178
## 27978 150 149.414 334
## 27979 126 125.384 1539
## 27980 216 210.516 178
## 27981 239 232.959 241
## 27982 133 132.428 110
## 27983 451 449.015 200
## 27984 240 235.107 342
## 27985 110 109.889 144
## 27986 273 271.356 186
## 27987 143 129.086 123
## 27988 223 221.510 181
## 27989 224 224.080 206
## 27990 162 160.646 177
## 27991 156 151.438 185
## 27992 204 202.189 195
## 27993 219 216.930 185
## 27995 214 211.857 164
## 27996 363 362.122 309
## 27997 424 422.987 280
## 27998 319 77.020 111
## 27999 361 358.711 255
## 28000 371 371.012 218
## 28001 99 97.830 119
## 28002 302 301.110 258
## 28003 178 166.431 127
## 28004 252 251.419 433
## 28005 199 197.943 210
## 28006 192 191.013 95
## 28007 216 201.215 206
## 28008 159 157.456 188
## 28009 189 188.331 145
## 28010 279 278.063 238
## 28011 243 242.608 169
## 28012 485 460.027 115
## 28013 244 242.574 123
## 28014 139 137.718 212
## 28015 705 704.457 884
## 28016 229 220.101 190
## 28017 208 161.703 200
## 28018 141 138.548 160
## 28019 185 182.763 152
## 28020 160 159.494 142
## 28021 965 754.248 134
## 28022 187 185.618 581
## 28023 295 294.056 212
## 28024 214 213.305 120
## 28025 247 234.647 188
## 28026 165 144.449 133
## 28027 509 322.304 254
## 28028 1044 1042.808 1161
## 28029 228 226.583 144
## 28030 207 205.857 373
## 28031 208 200.027 148
## 28032 212 210.063 183
## 28033 229 228.909 227
## 28034 640 635.299 399
## 28035 343 342.167 239
## 28036 159 158.660 153
## 28037 130 129.847 156
## 28038 224 220.771 278
## 28039 158 157.994 141
## 28040 199 197.106 135
## 28041 228 219.312 170
## 28042 182 164.746 433
## 28043 179 177.672 133
## 28044 202 201.579 165
## 28045 216 214.997 243
## 28046 447 418.470 253
## 28047 102 100.942 122
## 28048 174 166.636 132
## 28049 1259 1258.809 270
## 28050 388 385.448 333
## 28051 256 190.014 164
## 28052 156 151.918 5
## 28053 135 133.767 12376
## 28054 183 181.649 219
## 28055 90 89.080 58
## 28056 185 182.979 173
## 28057 196 194.921 185
## 28058 260 252.023 185
## 28059 483 473.657 176
## 28060 230 228.794 199
## 28061 157 155.771 121
## 28062 122 117.866 151
## 28063 170 168.712 305
## 28064 225 219.491 241
## 28065 440 439.473 171
## 28066 133 117.437 79
## 28067 149 121.905 111
## 28068 140 139.711 98
## 28069 322 313.277 258
## 28070 329 327.417 187
## 28071 561 524.191 353
## 28072 151 149.986 147
## 28073 213 182.069 167
## 28074 265 264.225 179
## 28075 149 119.635 111
## 28076 328 325.499 204
## 28077 505 503.568 198
## 28078 195 182.313 160
## 28079 265 262.782 193
## 28080 191 190.334 299
## 28081 211 199.968 159
## 28082 230 228.509 235
## 28083 289 270.969 267
## 28084 95 94.225 101
## 28085 302 299.554 214
## 28086 111 111.088 151
## 28087 239 238.609 124
## 28088 239 240.358 135
## 28089 120 106.694 86
## 28090 132 130.124 208
## 28091 300 279.755 171
## 28092 259 258.529 240
## 28093 150 137.123 100
## 28094 318 299.650 289
## 28095 265 257.403 164
## 28096 319 316.927 318
## 28097 481 471.402 201
## 28098 149 137.932 159
## 28099 232 218.863 220
## 28100 219 217.377 218
## 28101 263 258.590 209
## 28102 229 219.888 143
## 28103 1074319 354.238 295
## 28104 188 186.472 174
## 28105 562 561.304 68
## 28106 111 99.591 140
## 28107 126 125.677 218
## 28108 167 165.113 233
## 28109 1876 1831.689 362
## 28110 246 244.516 168
## 28111 231 224.566 1020
## 28112 147 144.276 120
## 28113 280 277.516 326
## 28114 114 113.258 186
## 28115 323 311.856 101
## 28116 358 357.246 163
## 28117 519 517.150 279
## 28118 258 235.510 160
## 28119 125 125.354 88
## 28120 267 264.788 142
## 28121 197 195.505 195
## 28122 156 154.621 160
## 28123 201 199.188 275
## 28124 268 220.305 281
## 28125 154 146.614 60
## 28126 248 247.005 222
## 28127 179 171.664 76
## 28128 197 196.127 159
## 28129 217 216.052 367
## 28130 209 208.449 201
## 28131 219 217.496 202
## 28132 201 201.044 91
## 28133 272 246.233 295
## 28134 209 196.952 171
## 28135 136 135.043 156
## 28136 195 193.342 241
## 28137 160 156.182 138
## 28138 1522 1466.267 446
## 28139 116 115.274 162
## 28140 213 195.495 148
## 28141 355 354.068 327
## 28142 229 228.297 200
## 28143 111 103.747 162
## 28144 130 114.618 128
## 28145 196 168.648 165
## 28146 349 324.897 160
## 28147 187 184.838 186
## 28148 172 164.415 204
## 28149 307 231.084 194
## 28150 223 212.544 222
## 28151 215 213.623 145
## 28152 169 168.223 46515
## 28153 171 161.555 172
## 28154 797 784.995 555
## 28155 253 251.660 241
## 28156 462 458.364 192
## 28157 339 337.467 249
## 28158 89 89.131 66
## 28159 417 416.428 202
## 28160 287 283.480 284
## 28161 196 192.562 153
## 28162 661 647.587 391
## 28163 167 149.923 127
## 28164 231 229.289 394
## 28165 356 354.034 235
## 28166 137 129.921 134
## 28167 201 199.704 278
## 28168 399 397.538 187
## 28169 213 191.717 153
## 28170 217 215.683 313
## 28171 220 218.506 157
## 28172 382 380.139 402
## 28173 85 84.878 150
## 28174 154 153.402 150
## 28175 167 166.055 145
## 28176 208 206.319 143
## 28177 293 290.832 199
## 28178 229 226.383 198
## 28179 551 519.439 332
## 28180 243 241.580 178
## 28181 194 193.502 142
## 28182 239 237.486 186
## 28183 236 232.768 265
## 28184 381 374.080 446
## 28185 181 180.562 1432
## 28186 260 255.878 201
## 28187 272 264.568 134
## 28188 227 225.458 313
## 28189 222 221.370 153
## 28190 233 231.696 177
## 28191 262 193.209 178
## 28192 340 338.525 470
## 28193 464 421.779 290
## 28194 365 362.760 409
## 28195 1426 1243.686 357
## 28196 169 167.502 144
## 28197 128 120.842 57
## 28198 196 188.040 212
## 28199 385 361.468 180
## 28200 147 146.347 129
## 28201 202 200.867 137
## 28202 282 280.194 503
## 28203 144 127.757 124
## 28204 145 115.893 135
## 28205 372 274.377 230
## 28206 1094 947.861 1580
## 28207 245 243.623 269
## 28208 140 139.854 134
## 28209 250 249.707 163
## 28210 181 162.507 151
## 28211 142 140.742 166
## 28212 233 232.530 197
## 28213 268 266.954 244
## 28214 204 203.344 171
## 28215 955 940.919 547
## 28216 437 416.442 287
## 28217 289 287.812 212
## 28218 219 207.116 75
## 28219 618 156.234 97
## 28220 183 182.541 136
## 28221 826 239.187 5
## 28222 145 141.896 152
## 28223 216 206.147 262
## 28224 271 269.977 148
## 28225 112 109.864 108
## 28226 631 557.443 439
## 28227 175 157.806 126
## 28228 186 184.924 89
## 28229 418 416.984 238
## 28230 212 211.006 134
## 28231 143 141.274 174
## 28232 422 420.744 204
## 28233 235 229.276 172
## 28234 201 199.870 184
## 28235 217 215.579 177
## 28236 4745 4733.662 209
## 28237 213 212.032 273
## 28238 352 204.125 146
## 28239 245 212.195 128
## 28240 209 184.794 351
## 28241 192 174.190 154
## 28242 313 303.236 173
## 28243 231 207.529 202
## 28244 346 284.376 261
## 28245 146 140.288 142
## 28246 233 190.322 188
## 28247 130 127.979 721
## 28248 289 250.133 342
## 28249 136 108.876 143
## 28250 384 311.858 209
## 28251 262 261.241 231
## 28252 213 206.286 195
## 28253 735 558.629 501
## 28254 154 152.200 132
## 28255 147 142.078 122
## 28256 228 226.488 197
## 28257 129 127.546 103
## 28258 426 388.955 195
## 28259 218 211.065 231
## 28260 131 126.638 276
## 28261 309 307.680 302
## 28262 191 189.852 180
## 28263 207 205.636 190
## 28264 347 345.670 566
## 28265 117 115.690 175
## 28266 259 258.787 171
## 28267 219 200.712 167
## 28268 222 220.884 99
## 28269 294 292.484 522
## 28270 665 663.535 264
## 28271 170 165.453 128
## 28272 264 262.871 142
## 28273 324 322.778 275
## 28274 158 150.909 82
## 28275 146 145.059 268
## 28276 136 133.641 137
## 28277 199 197.757 218
## 28278 97 95.243 156
## 28279 129 127.941 198
## 28280 190 189.283 138
## 28281 78 78.036 67
## 28282 148 146.311 165
## 28283 324 286.080 178
## 28284 282 281.064 230
## 28285 148 146.733 502
## 28286 309 257.859 268
## 28287 187 183.007 133
## 28288 284 283.189 208
## 28289 441 439.561 240
## 28290 187 183.747 217
## 28291 196 190.412 192
## 28292 214 211.740 446
## 28293 218 216.070 204
## 28294 1186 1184.300 255
## 28295 307 298.100 154
## 28296 251 249.944 305
## 28297 1489 1400.493 961
## 28298 228 226.609 221
## 28299 236 235.664 158
## 28300 99 87.951 122
## 28301 187 169.581 92
## 28302 91 90.458 200
## 28303 234 210.580 230
## 28304 229 181.396 256
## 28305 213 212.394 345976
## 28306 162 160.960 261
## 28307 168 148.478 1288
## 28308 213 211.561 133
## 28309 154 152.860 132
## 28310 312 242.887 219
## 28311 607 229.600 416
## 28312 98 97.441 101
## 28313 332 321.661 297
## 28314 138 137.751 175
## 28315 356 131.677 225
## 28316 243 228.970 110
## 28317 224 205.872 188
## 28318 236 235.383 216
## 28319 589 587.813 319
## 28320 257 235.722 315
## 28321 172 169.876 185
## 28322 431 351.046 14174
## 28323 436 416.467 361
## 28324 190 141.196 316
## 28325 134 133.704 120
## 28326 272 270.840 318
## 28327 238 234.539 254
## 28328 364 326.343 171
## 28329 189 165.174 257
## 28330 92 90.014 153
## 28331 226 219.162 470
## 28332 251 249.655 243
## 28333 491 464.496 343
## 28334 194 179.635 98
## 28335 1548 1507.890 363
## 28336 232 218.832 131
## 28337 189 188.447 1045
## 28338 177 173.385 138
## 28339 190 182.845 187
## 28340 164 161.457 241
## 28341 276 273.658 278
## 28342 377 354.839 285
## 28343 208 207.185 367
## 28344 189 187.879 183
## 28345 179 144.288 237
## 28346 389 387.181 228
## 28347 236 235.146 139
## 28348 181 179.563 230
## 28349 162 148.919 93
## 28350 132 115.165 150
## 28351 130 126.580 118
## 28352 332 315.354 449
## 28353 254 252.703 130
## 28354 445 384.319 211
## 28355 647 451.274 215
## 28356 193 115.141 220
## 28357 328 326.905 300
## 28358 416 399.167 224
## 28359 163 161.973 150
## 28360 633 622.704 293
## 28361 210 172.142 132
## 28362 365 362.773 264
## 28363 122 113.731 148
## 28364 227 224.999 189
## 28365 159 157.898 139
## 28366 265 263.050 459
## 28367 182 181.859 221
## 28368 182 180.728 145
## 28369 121 119.916 899
## 28370 219 170.738 161
## 28371 117 115.485 159
## 28372 262 235.768 191
## 28373 157 141.959 132
## 28374 173 161.184 196
## 28375 1011 999.232 718
## 28376 401 349.718 261
## 28377 41103 286.160 943
## 28378 108 99.762 69
## 28379 225 224.973 129
## 28380 205 194.526 195
## 28381 190 189.009 152
## 28382 294 292.813 177
## 28383 166 165.457 84
## 28384 163 148.136 111
## 28385 150 120.950 140
## 28386 140911 157.738 140751
## 28387 367 358.955 218
## 28388 222 215.520 168
## 28389 302 300.015 164
## 28390 121 119.587 28229
## 28391 182 171.128 232
## 28392 211 210.351 217
## 28393 190 188.811 222
## 28394 81 79.149 90
## 28395 159 158.340 105
## 28396 240 218.787 213
## 28397 759 731.166 669
## 28398 187 185.304 763
## 28399 337 330.797 216
## 28400 72 69.375 198
## 28401 276 273.536 148
## 28402 213 211.868 286
## 28403 464 461.995 204
## 28404 139 137.781 133
## 28405 165 164.887 147
## 28406 185 176.496 121
## 28407 294 292.364 352
## 28408 341 339.444 251
## 28409 166 164.898 864448
## 28410 206 205.777 143
## 28411 354 335.759 529
## 28412 774 773.248 254
## 28413 526 523.458 223
## 28414 138 138.054 104
## 28415 126 125.067 160
## 28416 382 381.342 260
## 28417 271 269.735 171
## 28418 105 104.040 107
## 28419 303 216.532 232
## 28420 492 425.325 477
## 28421 178 153.936 309
## 28422 169 161.068 179
## 28423 94 93.094 84
## 28424 238 236.908 236
## 28425 279 276.722 199
## 28426 142 121.748 80
## 28427 265 263.115 224
## 28428 118 117.531 117
## 28429 191 180.046 198
## 28430 117 108.887 160
## 28431 141 133.975 107
## 28432 170 169.147 110
## 28433 198 197.889 169
## 28434 133 132.660 156
## 28435 187 185.835 159
## 28436 343 327.866 146
## 28437 347 342.600 225
## 28438 165 164.575 113
## 28439 896 889.960 1116
## 28440 229 228.116 188
## 28441 365 362.947 13816
## 28442 160 146.818 148
## 28443 1603 1138.329 762
## 28444 118 116.897 166
## 28445 438 94.693 132
## 28446 184 176.705 18
## 28447 231 230.901 192
## 28448 213 213.407 163
## 28449 300 297.460 328
## 28450 4315 4314.286 222
## 28451 217 210.275 80
## 28452 575 574.345 216
## 28453 86 77.850 199
## 28454 375 370.535 253
## 28455 247 246.342 311
## 28456 366 347.479 186
## 28457 506 495.938 86342
## 28458 251 238.392 79
## 28459 208 206.642 159
## 28460 168 166.969 162
## 28461 281 268.244 6
## 28462 220 219.147 130
## 28463 113 111.986 125
## 28464 588 508.947 1101
## 28465 306 276.405 413
## 28466 128 123.444 117
## 28467 151 123.124 110
## 28468 94 92.677 383
## 28469 208 207.401 67
## 28470 233 224.453 182
## 28471 177 176.282 247922
## 28472 1324 1298.749 690
## 28473 218 160.400 190
## 28474 160 159.184 275
## 28475 318 302.208 182
## 28476 248 231.051 125
## 28477 108 108.046 271
## 28478 694 661.812 309
## 28479 1177 1172.285 324
## 28480 135 133.955 136
## 28481 319 251.265 253
## 28482 332 329.751 186
## 28483 174 172.694 131
## 28484 176 174.381 319
## 28485 110 108.948 108
## 28486 256 253.318 647
## 28487 173 154.164 194
## 28488 196 193.906 174
## 28489 264 262.966 192
## 28490 227 166.922 154
## 28491 159 137.543 170
## 28492 193 192.379 151
## 28493 189 188.554 10514
## 28494 124 119.436 88
## 28495 243 198.380 195
## 28496 228 219.262 150
## 28497 172 145.701 145
## 28498 121 119.725 65
## 28499 117 115.458 58
## 28500 248 247.426 235
## 28501 202 201.142 165
## 28502 149 148.685 144
## 28503 237 226.595 207
## 28504 216 214.921 287
## 28505 437 422.396 207
## 28506 327 325.171 245
## 28507 97 97.565 189
## 28508 121 110.341 166
## 28509 445 218.077 153
## 28510 113 111.780 122
## 28511 192 172.910 118
## 28512 140 111.226 133
## 28513 279 278.196 347
## 28514 169 168.727 163
## 28515 401 400.874 98
## 28516 170 156.874 167
## 28517 733 231.427 128
## 28518 418 403.961 208
## 28519 597 595.440 175
## 28520 265 264.356 199
## 28521 147 105.542 118
## 28522 448 160.016 123
## 28523 170 153.799 141
## 28524 166 155.162 82
## 28525 273 257.476 84
## 28526 185 183.967 253
## 28527 1281 1273.781 428
## 28528 157 156.745 140
## 28529 207 206.084 252
## 28530 194 192.644 310
## 28531 299 276.030 212
## 28532 2453 2444.635 263
## 28533 205 185.183 166
## 28534 129 127.710 96
## 28535 260 241.630 124
## 28536 331 304.477 245
## 28537 138 137.492 103
## 28538 427 425.607 272
## 28539 727 679.078 1207
## 28540 180 179.070 279345
## 28541 276 88.274 107
## 28542 271 261.881 158
## 28543 317 259.288 372
## 28544 332 316.300 199
## 28545 244 209.055 177
## 28546 191 191.172 129
## 28547 195 183.065 132
## 28548 307 292.291 229
## 28549 208 191.731 177
## 28550 190 165.306 188
## 28551 244 234.921 211
## 28552 125 116.353 112
## 28553 156 131.660 87
## 28554 193 181.289 95
## 28555 277 268.133 111
## 28556 346 322.891 372
## 28557 127 126.439 132
## 28558 203 172.369 128
## 28559 239 230.413 200
## 28560 332 317.912 212
## 28561 246 235.292 179
## 28563 136 134.972 152
## 28564 190 189.294 173
## 28565 208 207.099 307
## 28566 366 365.058 356
## 28567 147 133.652 87
## 28568 310 309.129 256
## 28569 278 108.871 131
## 28570 236 231.527 186
## 28571 132 126.381 155
## 28572 172 170.161 129
## 28573 502 475.965 141
## 28574 250 239.121 269
## 28575 402 402.460 368
## 28576 245 239.196 484
## 28577 490 488.516 261
## 28578 154 152.155 122
## 28579 189 187.192 559
## 28580 25287 225.563 24875
## 28581 200 198.480 221
## 28582 178 159.678 184
## 28583 311 309.729 222
## 28584 170 168.665 154
## 28585 350 348.764 383
## 28586 442 416.216 234
## 28587 171 166.521 188
## 28588 607 606.345 170
## 28589 253 250.531 219
## 28591 151 148.865 127
## 28592 231 230.097 193
## 28593 221 220.733 138
## 28594 1173 1171.952 112
## 28595 590 588.772 481
## 28596 149 144.379 139
## 28597 1274 500.784 249
## 28598 326 323.583 204
## 28599 140 133.803 178
## 28600 414 325.633 201
## 28601 276 240.903 357398
## 28602 553 543.175 300
## 28603 179 179.030 176
## 28604 150 145.886 124
## 28605 608 143.379 123
## 28606 197 177.753 120
## 28607 332 331.227 247
## 28608 183 182.251 182
## 28609 296 290.594 363
## 28610 942 901.725 204
## 28611 118 116.211 113
## 28612 197 196.047 269
## 28613 159 158.629 94
## 28614 277 275.961 206
## 28615 731 729.369 1788
## 28616 181 179.689 8
## 28617 189 188.649 211
## 28618 192 191.317 150
## 28619 171 169.377 177
## 28620 214 207.287 163
## 28621 282 280.514 282
## 28622 382 380.695 202
## 28623 401 359.645 193
## 28624 170 164.266 127
## 28625 152 150.484 183
## 28626 208 201.583 167
## 28627 181 172.284 146
## 28628 193 191.794 172
## 28629 143 131.726 129
## 28630 150 145.651 135
## 28631 266 264.523 214
## 28632 541 539.978 231
## 28633 116 115.566 156
## 28634 141 133.123 101
## 28635 211 210.102 191
## 28636 707 670.387 160
## 28637 130 126.721 412
## 28638 126 125.620 111
## 28639 505 456.689 173
## 28640 193 191.508 89
## 28641 231 231.391 186
## 28642 659 650.535 269
## 28643 247 246.017 182
## 28644 280 235.146 161
## 28645 114 105.072 276
## 28646 151 149.270 134
## 28647 833 828.281 163
## 28648 185 183.927 146
## 28649 259 258.234 218
## 28650 161 102.478 129
## 28651 145 144.458 93
## 28652 103 102.124 83
## 28653 165 164.582 106
## 28654 118 118.172 101
## 28655 150 136.570 489
## 28656 31921 217.659 1060804
## 28657 257 256.598 153
## 28658 289 283.372 368
## 28659 165 159.729 136
## 28660 168 166.743 113
## 28661 1495 13.204 170
## 28662 875 874.798 150
## 28663 508 184.598 260
## 28664 363 352.235 139
## 28665 178 176.930 151
## 28667 149 136.676 152
## 28668 484 478.245 183
## 28669 367 365.739 155
## 28670 187 175.935 183
## 28671 193 191.723 205
## 28672 125 121.175 168
## 28673 176 150.385 180
## 28674 861 859.156 443
## 28675 122 121.390 64
## 28676 202 190.819 83
## 28677 2436 268.798 386
## 28678 127 125.473 140
## 28679 138 135.806 98
## 28680 229 201.229 207
## 28681 228 152.221 117
## 28682 181 170.904 148
## 28683 316 277.328 164
## 28684 344 291.373 300
## 28685 160 135.686 54
## 28686 363 351.984 216
## 28687 149 147.516 153
## 28688 146 142.824 115
## 28689 155 154.602 167
## 28690 111 111.077 60
## 28691 172 171.371 182
## 28692 146 138.857 129
## 28693 220 219.434 156
## 28694 133 132.935 61
## 28695 201 187.892 168
## 28696 139 138.629 97
## 28697 204 180.650 84
## 28698 132 131.152 106
## 28699 141 140.669 187
## 28700 199 197.201 154
## 28701 215 213.253 77
## 28702 92 91.261 168
## 28703 146 137.745 185
## 28704 163 161.904 127
## 28705 122 120.345 105
## 28706 357 328.597 260
## 28707 307 305.630 223
## 28708 214 199.715 257
## 28709 167 163.743 170
## 28710 437 403.597 690
## 28711 187 186.355 259
## 28712 130 128.235 105
## 28713 262 260.963 208
## 28714 328 323.505 350
## 28715 138 123.760 149
## 28716 239 218.754 199
## 28717 179 178.226 186
## 28718 251 250.963 153
## 28719 200 199.205 75
## 28720 137 135.519 156
## 28721 422 237.300 297
## 28722 292 290.742 249
## 28723 218 207.466 221
## 28724 156 150.550 109
## 28725 211 210.384 165
## 28726 391 196.521 356
## 28727 119 118.398 140
## 28728 346 346.241 233
## 28729 110 109.673 130
## 28730 336 305.962 232
## 28731 215 215.098 182
## 28732 158 150.125 163
## 28733 151 147.492 126
## 28734 129 118.677 99
## 28735 247 243.861 211
## 28736 108 107.479 116
## 28737 340 339.842 131
## 28738 152 150.968 96
## 28739 91 90.402 198
## 28740 375 373.106 160
## 28741 220 218.443 200
## 28742 200 197.653 240
## 28743 141 139.937 101
## 28744 292 271.072 257
## 28745 559 508.259 231
## 28746 639 638.064 344
## 28747 308 300.372 186
## 28748 185 185.310 111
## 28749 247 241.161 87
## 28750 480 470.219 153
## 28751 245 217.777 175
## 28752 178 174.299 121
## 28753 275 248.468 211
## 28754 284 250.695 421
## 28755 161 160.626 110
## 28756 709 700.759 105
## 28757 233 202.970 179
## 28758 205 204.327 148
## 28759 160 152.749 131
## 28760 115 114.834 96
## 28761 229 227.734 201
## 28762 380 346.004 49300
## 28763 90 89.540 107
## 28764 104 103.662 88
## 28765 206 204.188 265
## 28766 125 122.839 115
## 28767 401 398.311 190
## 28768 205 184.692 110
## 28769 435 141.203 204
## 28770 301 263.790 264
## 28771 2737 2156.819 397
## 28772 361 359.602 593
## 28773 133 132.962 85
## 28774 334 332.316 5747
## 28775 146 133.412 193
## 28776 360 357.555 196
## 28777 134 133.652 178
## 28778 200 198.935 132
## 28779 188 175.304 137
## 28780 250 249.231 221
## 28781 313 295.837 369
## 28782 940 880.532 492
## 28783 171 164.726 130
## 28784 133 105.597 123
## 28785 216 193.378 176
## 28786 123 122.060 106
## 28787 117 115.348 125
## 28788 187 184.301 173
## 28789 1583 1398.521 489
## 28790 197 179.224 146
## 28791 348 346.917 284
## 28792 232 230.629 133
## 28793 233 208.865 418
## 28794 191 176.994 56517
## 28795 358 293.295 424
## 28796 198 196.396 168
## 28797 172 170.989 72
## 28798 348 346.142 236
## 28799 126 124.849 103
## 28800 269 268.484 173
## 28801 224 224.010 146
## 28802 158 158.090 204
## 28803 505 504.196 219
## 28804 199 179.313 184
## 28805 248 245.249 264
## 28806 260 257.817 170
## 28807 399 397.136 346
## 28808 150 138.314 128
## 28809 490 362.911 172
## 28810 313 244.014 215
## 28811 225 224.663 196
## 28812 218 186.785 175
## 28813 174 172.700 181
## 28814 257 256.002 253
## 28815 193 191.941 250
## 28816 140 137.880 146
## 28817 266 206.199 134
## 28818 399 390.146 220
## 28819 160 158.859 194
## 28820 121 113.624 199
## 28821 578 576.836 406
## 28822 466 145.283 214
## 28823 201 173.312 234
## 28824 107 107.122 66
## 28825 263 258.075 155
## 28826 220 219.526 236
## 28827 502 500.547 272
## 28828 175 156.371 107
## 28829 312 262.132 192
## 28830 123 121.959 194
## 28831 542 496.595 618
## 28832 110 109.605 135
## 28833 501 450.216 463
## 28834 406 382.640 232
## 28835 248 246.895 271
## 28836 199 197.928 281
## 28837 272 270.114 226
## 28838 312 309.216 170
## 28839 297 296.174 102
## 28840 136 124.138 95
## 28841 240 237.315 229
## 28842 185 158.966 227
## 28843 216 215.086 182
## 28844 696 674.125 545
## 28845 300 278.317 173
## 28846 196 171.810 248
## 28847 132 132.124 102
## 28848 119 119.268 138
## 28849 165 164.244 242
## 28850 238 226.654 198
## 28851 390 365.638 709
## 28852 172 169.099 120
## 28853 115 115.108 97
## 28854 208 201.164 141
## 28855 160 150.754 188
## 28856 108 107.483 118
## 28857 173 153.885 163
## 28858 260 259.182 130
## 28859 175 130.518 201
## 28860 107 106.496 136
## 28861 177 176.487 152
## 28862 269 236.649 278
## 28863 177 175.396 163
## 28864 417 324.730 311
## 28865 356 354.779 155
## 28866 99 97.750 122
## 28867 272 271.159 162
## 28868 1282 1278.041 495
## 28869 218 215.242 194
## 28870 222 201.577 155
## 28871 264 258.700 305
## 28872 161 148.176 194
## 28873 327 310.854 51282
## 28874 280 260.029 189
## 28875 167 166.450 113
## 28876 216 189.424 226
## 28877 226 225.692 203
## 28878 211 190.442 213
## 28879 189 179.017 176
## 28880 210 198.199 249
## 28881 476 155.520 253
## 28883 184 176.668 175
## 28884 279 277.710 156
## 28885 253 252.487 79
## 28886 370 365.886 287
## 28887 176 147.981 215
## 28888 5406 5405.953 109
## 28889 321 320.195 709
## 28890 184 182.837 418
## 28891 192 190.006 269
## 28892 388 382.343 236
## 28893 568 564.679 1603
## 28894 144 142.869 154
## 28895 251 231.672 189
## 28896 428 366.821 214
## 28897 228 222.699 176
## 28898 321 283.221 193
## 28899 135 133.826 181
## 28900 165 163.546 272
## 28901 244 225.462 206
## 28902 457 454.674 208
## 28903 666 588.989 463
## 28904 1929 607.660 631
## 28905 241 238.705 129
## 28906 205 201.104 168
## 28907 515 514.465 303
## 28908 183 181.487 181
## 28909 158 155.772 132
## 28910 192 191.324 104
## 28911 178 152.175 133
## 28912 162 161.151 171
## 28913 146 145.646 158
## 28914 565 374.264 246
## 28915 148 137.154 149
## 28916 150 148.857 241
## 28917 154 140.964 175
## 28918 362 279.614 321
## 28919 199 197.354 199
## 28920 232 207.640 140
## 28921 171 153.440 117
## 28922 443 318.418 328
## 28923 154 152.650 179
## 28924 317 315.809 406
## 28925 188 186.634 186
## 28926 150 141.370 144
## 28927 773 697.811 790
## 28928 443 367.560 338
## 28929 205 203.371 215
## 28930 378 376.412 332
## 28931 259 258.059 268
## 28932 232 209.740 137
## 28933 169 167.486 182
## 28934 338 336.387 3835
## 28935 157 154.919 204
## 28936 241 239.792 202
## 28937 233 231.439 163
## 28938 138 137.245 119
## 28939 205 169.467 233
## 28940 305 282.446 186
## 28941 273 272.140 294
## 28942 218 217.383 171
## 28943 205 187.307 145
## 28944 121 117.572 91
## 28945 301 300.421 302
## 28946 297 294.883 609
## 28947 574 480.864 41572
## 28948 259 250.613 164
## 28950 188 186.303 276
## 28951 242 241.313 178
## 28952 241 236.603 258
## 28953 279 271.985 199
## 28954 283 282.127 317
## 28955 156 149.538 126
## 28956 189 187.279 140
## 28957 243 242.314 280
## 28958 209 208.294 148
## 28959 278 277.558 195
## 28960 235 234.650 166
## 28961 101 100.981 171
## 28962 136 134.554 149
## 28963 186 175.628 170
## 28964 304 274.497 103
## 28965 150 145.989 151
## 28966 370 367.582 137
## 28967 455 391.203 229
## 28968 1083 1075.740 185
## 28969 252 196.039 272
## 28970 305 199.668 134
## 28971 172 169.714 143
## 28972 12320 12306.494 261
## 28973 240 238.086 205
## 28974 433 432.857 185
## 28975 161 156.532 258
## 28976 271 270.170 181
## 28977 35 33.246 117
## 28978 186 167.028 198
## 28979 601 543.484 306
## 28980 269 267.653 228
## 28981 278 271.826 120
## 28982 362 345.333 308
## 28983 135 133.632 157
## 28984 169 167.645 140
## 28985 338 262.926 331
## 28986 1043 1007.224 334
## 28987 117 115.448 273
## 28988 235 234.753 186
## 28989 199 198.152 158
## 28990 309 306.990 392
## 28991 245 236.887 660
## 28992 1326 142.185 89
## 28993 159 157.536 138
## 28994 232 230.584 293
## 28995 210 202.670 204
## 28996 257 235.584 198
## 28997 187 184.879 167
## 28998 261 214.162 394
## 28999 243 238.974 176
## 29000 830 814.036 324
## 29001 227 170.602 142
## 29002 447 444.522 329
## 29003 271 249.443 337
## 29004 423 421.514 331
## 29005 248 246.295 140
## 29006 395 379.242 258
## 29008 185 185.508 137
## 29009 186 180.706 147
## 29010 234 228.524 175
## 29011 149 135.410 268
## 29012 204 192.005 215
## 29013 179 151.658 4231
## 29014 242 241.297 202
## 29015 192 191.019 185
## 29016 229 227.732 147
## 29017 174 171.695 195
## 29018 7370 7368.481 340
## 29019 212 210.189 163
## 29020 143 142.770 195
## 29021 413 393.588 292
## 29022 135 133.858 262
## 29023 231 230.426 187
## 29024 177 166.622 455
## 29025 222 220.660 231
## 29026 548 445.452 247
## 29027 1382 1333.517 425
## 29028 172 150.689 150
## 29029 157 156.499 217
## 29030 256 252.795 125
## 29031 219 218.074 132
## 29032 201 187.374 186
## 29033 680 677.514 251
## 29034 181 179.986 91
## 29035 235 233.673 231
## 29036 196 194.939 162
## 29037 179 177.804 213
## 29038 121 120.320 155
## 29039 159 158.046 169
## 29040 355 349.578 311
## 29041 437 434.385 288
## 29042 173 167.060 439
## 29043 457 201.321 204
## 29044 192 189.393 99
## 29045 215 214.244 180
## 29046 210 193.850 410
## 29047 191 177.633 161
## 29048 326 285.476 164
## 29049 572 554.819 352
## 29050 112 110.727 79
## 29051 188 181.902 167
## 29052 152 151.220 114
## 29053 261 224.525 265
## 29054 146 145.474 184
## 29055 417 167.666 161
## 29056 258 257.076 133
## 29057 217 213.659 158
## 29058 230 228.595 256
## 29059 171 170.090 257
## 29060 121 117.213 180
## 29061 194 193.283 155
## 29062 169 169.418 257
## 29063 203 199.376 401
## 29064 161 143.370 144
## 29065 288 287.252 166
## 29066 256 255.191 189
## 29067 394 366.419 441
## 29068 151 150.721 160
## 29069 842 799.703 359
## 29070 388 364.131 308
## 29071 121 119.766 212
## 29072 182 181.686 187
## 29073 201 186.897 242
## 29074 157 156.391 118
## 29075 195 193.593 303
## 29076 425 423.704 264
## 29077 214 206.676 228
## 29078 247 245.616 220
## 29079 267 265.534 218
## 29080 162 161.616 158
## 29081 200 199.856 269
## 29082 91 90.934 118
## 29083 86 85.480 146
## 29084 244 242.214 191
## 29085 166 163.877 209
## 29086 149 149.582 104
## 29087 457 456.504 79
## 29088 878 827.597 129
## 29089 170 170.482 403
## 29090 265 263.270 203
## 29091 652 528.935 2376
## 29092 300 288.699 397
## 29093 176 173.166 147
## 29094 214 203.805 221
## 29095 206 191.112 193
## 29096 985447 245.442 205
## 29097 157 151.804 120
## 29098 216 214.516 133
## 29099 235 224.420 103
## 29100 257 255.904 270
## 29101 218 203.495 180
## 29102 210 187.601 182
## 29103 190 188.040 131
## 29104 229 227.030 123
## 29105 157 155.752 160
## 29106 203 191.111 146
## 29107 243 241.327 173
## 29108 146 144.511 143
## 29109 225 220.160 228
## 29110 112 111.089 126
## 29111 168 159.340 157
## 29112 156 155.264 157
## 29113 170 168.745 137
## 29114 177 176.153 169
## 29115 242 233.308 40721
## 29116 243 241.819 220
## 29117 212 209.807 182
## 29118 134 132.693 122
## 29119 267 257.725 221
## 29120 293 292.270 277
## 29121 193 192.612 221
## 29122 105 104.180 138
## 29123 148 147.116 136
## 29124 105 104.223 145
## 29125 110 108.803 101
## 29126 457 294.149 172
## 29127 144 143.517 99
## 29128 144 143.694 147
## 29129 182 181.269 165
## 29130 166 164.830 260
## 29131 263 256.474 266
## 29132 290 258.187 880
## 29133 177 169.350 68
## 29134 682 679.070 521
## 29135 172 170.992 201
## 29136 230 228.946 792
## 29137 413 412.019 169
## 29138 209 206.906 169
## 29139 715 688.536 428
## 29140 147 139.717 179
## 29141 179 176.833 95
## 29142 93 92.974 152
## 29143 226 224.162 208
## 29144 143 141.790 123
## 29145 190 188.715 186
## 29146 641 561.594 402
## 29147 142 141.558 176
## 29148 396 360.894 266
## 29149 249 249.088 172
## 29150 155 151.704 244
## 29151 346 288.804 181
## 29152 135 134.370 97
## 29153 394 389.038 528
## 29154 235 230.145 193
## 29155 225 211.591 164
## 29156 170 169.114 158
## 29157 114 112.529 428
## 29158 150 148.856 154
## 29159 200 173.418 124
## 29160 226 223.956 229
## 29161 973 971.765 249
## 29162 162 161.661 114
## 29163 566 521.832 265
## 29164 147 145.875 208
## 29165 273 272.283 266
## 29166 159 158.317 208
## 29167 190 189.166 173
## 29168 260 241.302 173
## 29169 430 428.698 622
## 29170 248 246.644 330
## 29171 218 177.962 141
## 29172 209 207.265 257
## 29173 192 189.701 207
## 29174 438 323.038 299
## 29175 452 450.690 226
## 29176 141 141.235 137
## 29177 264 222.303 165
## 29178 146 144.783 176
## 29179 163 161.970 171
## 29180 169 167.673 95
## 29181 165 155.668 199
## 29182 146 144.784 122
## 29183 501 270.851 153
## 29184 133 131.670 116
## 29185 226 224.834 177
## 29186 229 220.734 141
## 29187 229 214.929 186
## 29188 123 116.695 137
## 29189 251 233.952 200
## 29190 917 717.058 521
## 29191 289 208.604 161
## 29192 390 384.679 231
## 29193 1022 308.467 11
## 29194 155 154.772 122
## 29195 496 491.759 147
## 29196 286 281.284 248
## 29197 3702 3700.478 248
## 29198 80 73.370 110
## 29199 192 181.528 9885
## 29200 278 270.581 161
## 29201 225 216.218 133
## 29202 197 188.787 279
## 29203 172 171.248 381
## 29204 170 157.119 125
## 29205 168 166.278 170
## 29206 224 221.799 146
## 29207 244 243.297 266
## 29208 115 108.323 75
## 29209 165 163.761 79
## 29210 383 379.002 164
## 29211 128 115.317 100
## 29212 179 144.591 61
## 29213 144 143.079 189
## 29214 128 123.434 79
## 29215 241 241.590 245
## 29216 184 166.630 183
## 29217 275 273.349 164
## 29218 365 364.404 180
## 29219 156 150.802 74
## 29220 154 153.366 128
## 29221 174 164.394 199
## 29222 1268 1268.039 70898
## 29223 347 333.388 304
## 29224 147 126.922 79
## 29225 196 195.327 238
## 29226 333 327.914 148
## 29227 322 312.487 222
## 29228 85 84.305 238
## 29229 280 278.611 183
## 29230 232 231.298 193
## 29231 261 250.599 189
## 29232 242 227.606 283
## 29233 154 139.495 119
## 29234 204 201.996 224
## 29235 115 113.923 155
## 29236 217 209.377 151
## 29237 170 169.150 151
## 29238 182 180.435 140
## 29239 196 179.296 138
## 29240 160 151.703 147
## 29241 162 161.078 195
## 29242 153 151.613 157
## 29243 96 95.350 139
## 29244 385 370.772 302
## 29245 204 203.543 163
## 29246 138 136.965 181
## 29247 165 163.115 139
## 29248 425 360.645 142
## 29249 124 123.010 131
## 29250 115 113.862 82
## 29251 233 232.744 183
## 29252 239 232.358 389
## 29253 155 154.810 218
## 29254 234 227.061 216
## 29255 237 226.920 144
## 29256 476 470.122 278
## 29257 247 238.674 199
## 29258 128 127.739 154
## 29259 107 106.101 168
## 29260 305 301.224 217
## 29261 266 264.753 216
## 29262 163 162.256 215
## 29263 208 204.231 190
## 29264 145 144.296 144
## 29265 213 211.744 245
## 29266 174 167.239 335
## 29267 217 191.915 183
## 29268 11136 327.344 10807
## 29269 254 247.695 180
## 29270 204 202.561 90
## 29271 358 356.112 293
## 29272 92 87.756 106
## 29273 272 206.813 208
## 29274 420 417.059 379
## 29275 180 178.302 214
## 29276 249 242.204 274
## 29277 117 116.348 127
## 29278 168 165.653 123
## 29279 271 268.876 131
## 29280 299 268.886 366
## 29281 414 412.966 177
## 29282 128 124.246 144
## 29283 200 199.847 94
## 29284 430 393.673 243
## 29285 183 181.509 292
## 29286 208 198.824 319
## 29287 185 181.871 170
## 29288 514 400.249 164
## 29289 99 98.354 154
## 29290 298 296.844 153
## 29291 186 169.756 5176
## 29292 385 383.807 164
## 29293 238 110.094 99
## 29294 559 541.668 613
## 29295 905 866.509 173
## 29296 97 92.912 67
## 29297 506 486.017 227
## 29298 202 185.377 187
## 29299 210 209.551 160
## 29300 102 100.868 59
## 29301 164 159.982 165
## 29302 225 212.449 226
## 29303 127 126.961 151
## 29304 333 331.322 14396
## 29305 179 178.755 165
## 29306 1211 149.409 1036
## 29307 197 195.898 187
## 29308 70 52.769 177
## 29309 133 127.096 106
## 29310 322 320.413 266
## 29311 186 183.490 271
## 29312 190 152.575 255
## 29313 218 216.886 207
## 29314 1454 1451.453 1200
## 29315 164 162.964 94
## 29316 225 223.752 130
## 29317 129 128.324 174
## 29318 164 162.769 151
## 29319 216 194.059 230
## 29320 213 209.975 220
## 29321 128 118.067 130
## 29322 152 150.411 170
## 29323 128 126.538 160
## 29324 280 244.820 261
## 29325 297 296.192 646
## 29326 87 85.881 133
## 29327 284 282.333 450
## 29328 145 129.440 185
## 29329 316 312.207 322
## 29330 133 122.083 109
## 29331 204 163.360 151
## 29332 226 225.929 169
## 29333 272 271.077 88
## 29334 139 138.340 16578
## 29335 315 313.688 600
## 29336 157 155.990 169
## 29337 176 153.227 132
## 29338 365 344.852 217
## 29339 150 150.006 600
## 29340 152 151.784 196
## 29341 127 125.470 135
## 29342 155 155.156 143
## 29343 206 194.262 255
## 29344 322 321.650 231
## 29345 194 178.273 199
## 29346 166 165.281 196
## 29347 172 172.125 171
## 29348 421 416.644 191
## 29349 260 257.859 370
## 29350 149 148.281 129
## 29351 234 232.244 151
## 29352 146 124.726 114
## 29353 164 161.689 190
## 29354 174 173.320 149
## 29355 158 139.301 2177
## 29356 331 320.395 3130
## 29357 192 191.503 117
## 29358 95 88.493 124
## 29359 400 399.335 735
## 29360 188 187.319 205
## 29361 510 509.557 84
## 29362 188 186.747 91
## 29363 240 239.852 239
## 29364 190 189.679 209
## 29365 132 130.631 153
## 29366 303 302.259 145
## 29367 168 166.261 201
## 29368 351 140.924 169
## 29369 240 239.999 149
## 29370 153 152.708 170
## 29371 211 209.793 135
## 29372 714 529.098 240
## 29373 354 307.882 248
## 29374 118 116.471 149
## 29375 289 287.274 187
## 29376 98 98.186 114
## 29377 319 318.979 252
## 29378 270 264.147 132
## 29379 261 254.646 239
## 29380 159 156.362 230
## 29381 207 206.333 211
## 29382 160 158.520 135
## 29383 335 333.729 319
## 29384 218 216.543 284
## 29385 231 221.774 135
## 29386 238 191.836 178
## 29387 171 169.840 152
## 29388 280 277.723 121
## 29389 218 215.255 203
## 29390 192 175.036 174
## 29391 180 178.793 161
## 29392 189 188.364 140
## 29393 130 105.081 106
## 29394 168 148.435 157
## 29395 243 215.547 187
## 29396 614 218.073 287
## 29397 130 120.264 90
## 29398 200 199.418 171
## 29399 162 161.517 94
## 29400 194 193.495 142
## 29401 203 174.454 175
## 29402 145 140.450 148
## 29403 216 214.854 68
## 29404 185 136.964 133
## 29405 188 175.088 156
## 29406 168 168.378 143
## 29407 194 181.589 164
## 29408 304 302.849 185
## 29409 565 241.986 177
## 29410 137 134.837 126
## 29411 388 386.016 209
## 29412 199 198.085 128
## 29413 185 183.252 309
## 29414 167 165.400 165
## 29415 212 191.410 197
## 29416 219 217.752 163
## 29417 107 104.761 205
## 29418 183 182.496 85
## 29419 557 555.384 297
## 29420 285 283.477 458
## 29421 579 577.696 2218
## 29422 203 202.415 146
## 29423 261 260.603 204
## 29424 156 152.715 167
## 29425 185 182.819 122
## 29426 281 279.374 296
## 29427 190 188.060 171
## 29428 254 252.852 137
## 29429 371 370.402 184
## 29430 192 180.127 159
## 29431 207 206.031 240
## 29432 181 173.441 138
## 29433 176 175.038 220
## 29434 252 245.111 162
## 29435 124 122.498 143
## 29436 232 229.672 308
## 29437 170 158.964 167
## 29438 154 152.717 141
## 29439 318 316.893 255
## 29440 261 234.265 179
## 29441 163 163.006 80
## 29442 163 162.610 73
## 29443 699 695.769 1237
## 29444 1218 1122.408 241
## 29445 268 254.172 165
## 29446 209 207.040 349
## 29447 176 175.233 151
## 29448 119 111.820 104
## 29449 168 148.030 168
## 29450 268 266.286 263
## 29451 158 157.466 189
## 29452 257 256.618 177
## 29453 109 96.891 98
## 29454 17556 252.579 207
## 29455 281 254.199 176
## 29456 106 44.389 130
## 29457 584 192.644 7737
## 29458 451 449.766 219
## 29459 291 235.374 192
## 29460 710 708.728 407
## 29461 198 195.962 174
## 29462 202 200.349 126
## 29463 185 183.186 147
## 29464 175 166.063 141
## 29465 200 198.268 110
## 29466 266 264.475 372
## 29467 303 271.591 219
## 29468 352 343.356 129
## 29469 181 171.459 162
## 29470 372 326.862 207
## 29471 248 213.126 200
## 29472 117 116.084 123
## 29473 166 145.094 108
## 29474 194 188.270 178
## 29475 120 119.472 123
## 29476 405 403.388 209
## 29477 138 136.442 127
## 29478 127 126.672 96
## 29479 129 126.002 606
## 29480 329 316.506 127
## 29481 466 172.377 212
## 29482 395 394.127 239
## 29483 142 141.005 145
## 29484 280 273.071 210
## 29485 241 237.899 229
## 29486 161 129.989 104
## 29487 191 167.495 137
## 29488 167 167.376 71
## 29489 116 115.377 117
## 29490 249 243.522 140
## 29491 157 150.064 193
## 29492 174 172.417 171
## 29493 233 232.643 156
## 29494 140 118.136 129
## 29495 130 127.042 104
## 29496 186 161.905 153
## 29497 182 136.351 131
## 29498 197 195.626 113
## 29499 157 156.145 137
## 29500 234 233.364 317
## 29501 202 200.114 178
## 29502 148 146.620 210
## 29503 255 255.188 322
## 29504 318 307.406 274
## 29505 232 230.524 203
## 29506 338 251.296 163
## 29507 261 229.110 130
## 29508 268 223.402 209
## 29509 208 167.059 211
## 29510 141 139.672 113
## 29511 236 234.020 766
## 29512 194 192.751 168
## 29513 131 129.974 122
## 29514 779 766.915 350
## 29515 285 283.206 205
## 29516 803 790.348 239
## 29517 276 274.800 349
## 29518 267 239.158 223
## 29519 315 314.320 158
## 29520 142 140.895 121
## 29521 185 183.073 231
## 29522 168 149.057 318
## 29523 1086 1084.717 219
## 29524 131 130.181 154
## 29525 159 158.072 136
## 29526 281 275.314 195
## 29527 213 211.619 273
## 29528 221 219.645 214
## 29529 583 582.225 298
## 29530 183 161.743 291
## 29531 297 257.784 261
## 29532 420 410.362 323
## 29533 418 416.462 3517
## 29534 455 430.495 3871
## 29535 849 204.529 232
## 29536 145 142.748 211
## 29537 257 255.807 207
## 29538 1026 1023.900 739
## 29539 270 218.969 191
## 29540 210 209.126 240
## 29541 419 359.528 276
## 29542 2102 1703.247 2341
## 29543 134 133.256 107
## 29544 345 336.015 227
## 29545 173 140.758 204
## 29546 110 109.158 127
## 29547 632 629.584 254
## 29548 198 191.204 154
## 29549 245 244.119 209
## 29550 146 137.243 166
## 29551 164 161.887 161
## 29552 203 202.390 146
## 29553 385 356.915 212
## 29554 130 129.262 138
## 29555 136 135.123 127
## 29556 1424 1422.397 197
## 29557 192 170.560 195
## 29558 116 116.059 150
## 29559 10156 607.640 195
## 29560 225 211.164 329
## 29561 772 770.958 227
## 29562 402 324.931 201
## 29563 175 168.339 188
## 29564 197 165.872 98
## 29565 377 375.256 255
## 29566 300 297.490 171
## 29567 131 130.857 128
## 29568 228 221.881 226
## 29569 152 151.206 109
## 29570 198 197.568 206
## 29571 174 168.410 165
## 29572 559 514.930 231
## 29573 280 253.778 241
## 29574 470 452.586 223
## 29575 229 228.205 187
## 29576 215 194.745 218
## 29577 589 587.550 326
## 29578 7894 7841.655 1591
## 29579 670 668.569 290
## 29581 209 207.477 224
## 29582 339 337.276 208
## 29583 295 278.414 338
## 29584 213 210.270 152
## 29585 108 106.325 112
## 29586 213 202.675 209
## 29587 949 328.477 169
## 29588 170 147.184 183
## 29589 163 155.467 213
## 29590 136 134.624 737
## 29591 235 222.736 207
## 29592 198 197.405 114
## 29593 195 183.192 222
## 29594 323 292.440 267
## 29595 133 130.463 135
## 29596 336 335.070 243
## 29597 225 223.479 242
## 29598 159 140.146 239
## 29599 230 229.263 133
## 29600 200 189.100 175
## 29601 167 167.551 130
## 29602 251 249.915 169
## 29603 134 131.713 169
## 29604 250 249.410 99
## 29605 162 153.394 142
## 29606 510 494.037 363
## 29607 213 212.496 121
## 29608 190 176.390 134
## 29609 120 118.875 106
## 29610 189 186.655 227
## 29611 690 621.659 158
## 29612 255 254.641 184
## 29613 539 537.022 458
## 29614 299 297.585 265
## 29615 215 209.994 343
## 29616 2246 468.545 1554
## 29617 222 221.245 184
## 29618 176 173.743 282
## 29619 313 306.167 389
## 29620 274 266.012 112
## 29621 166 165.227 211
## 29622 8505 8456.693 388
## 29623 232 230.289 214
## 29624 229 227.651 149
## 29625 150 149.048 5320
## 29626 329 315.319 481
## 29627 93 91.772 162
## 29628 246 227.238 155
## 29629 226 192.997 279
## 29630 171 169.384 153
## 29631 145 144.423 145
## 29632 162 159.801 180
## 29633 294 292.262 202
## 29634 142 141.208 85
## 29635 205 204.517 189
## 29636 188 181.252 159
## 29637 214 212.850 157
## 29638 174 169.375 158
## 29639 188 187.217 124
## 29640 172 170.754 179
## 29641 1111 1110.299 429
## 29642 139 137.181 171
## 29643 180 178.777 171
## 29644 114 112.769 123
## 29645 221 209.920 268359
## 29646 10978 321.916 392
## 29647 315 313.266 166
## 29648 143 142.713 116
## 29649 172 164.370 149
## 29650 328 326.622 304
## 29651 143 140.858 136
## 29652 259 257.841 9339
## 29653 264 248.935 227
## 29654 277 274.919 159
## 29655 289 262.000 201
## 29656 212 210.312 227
## 29657 213 194.496 159
## 29658 215 187.556 135
## 29659 405 402.755 180
## 29660 338 336.328 270
## 29661 225 223.966 260
## 29662 346 339.544 373
## 29663 594 234.901 226
## 29664 410 317.873 369
## 29665 246 238.031 151
## 29666 120 100.361 137
## 29667 288 287.521 251
## 29668 270 268.672 158
## 29669 171 169.119 145
## 29670 239 222.445 216
## 29671 246 236.878 131
## 29672 971 348.104 269
## 29673 218 188.317 268
## 29674 408 397.300 185
## 29675 168 166.718 127
## 29676 161 159.186 120
## 29677 259 223.743 430
## 29678 167 165.328 163
## 29680 223 216.133 180
## 29681 600 550.186 375
## 29682 334 331.809 347
## 29683 278 276.606 158
## 29684 226 225.050 165
## 29685 212 211.303 174
## 29686 258 255.131 248
## 29687 415 414.254 258
## 29688 245 218.654 173
## 29689 255 176.368 191
## 29690 200 196.678 182
## 29691 144 110.119 141
## 29692 839 361.091 172
## 29693 122 121.002 166
## 29694 194 188.131 172
## 29695 336 246.658 194
## 29696 686 681.202 282
## 29697 469 403.478 257
## 29698 316 315.283 379
## 29699 238 186.408 158
## 29700 295 293.979 218
## 29701 185 183.992 154
## 29702 187 165.816 159
## 29703 244 185.732 178
## 29704 378 375.896 1308
## 29705 123 117.653 137
## 29706 272 269.995 186
## 29707 177 174.650 276
## 29708 120 114.374 110
## 29709 514 469.836 175
## 29710 229 227.612 161
## 29711 332 304.465 157
## 29712 123 108.564 134
## 29713 154 151.269 225
## 29714 180 178.194 152
## 29715 898 513.093 41414
## 29716 633 630.507 468
## 29717 229 214.961 167
## 29718 256 254.059 209
## 29719 234 198.718 101
## 29720 213 192.013 162
## 29721 400 272.522 341
## 29722 179 176.974 245
## 29723 239 236.665 144
## 29724 201 199.573 204
## 29725 316 300.052 138
## 29726 283 275.745 233
## 29727 140 138.794 189
## 29728 190 189.656 125
## 29729 236 235.252 242
## 29730 181 181.064 157
## 29731 177 173.984 138
## 29732 264 262.153 134
## 29733 139 136.809 125
## 29734 390 389.034 244
## 29735 124 123.352 187
## 29736 183 181.465 373
## 29737 213 211.591 193
## 29738 195 190.102 236
## 29739 471 469.842 136
## 29740 119 116.292 98
## 29741 98 96.947 127
## 29742 212 198.010 116
## 29743 228 209.980 175
## 29744 331 318.454 125
## 29745 157 155.495 143
## 29746 509 374.695 450
## 29747 255 237.657 225
## 29748 132 130.947 153
## 29749 181 174.581 294
## 29750 153 151.960 189
## 29751 229 218.117 10
## 29752 244 243.661 401
## 29753 284 282.250 295
## 29754 306 299.989 283
## 29755 154 153.869 195
## 29756 328 326.401 263
## 29757 399 366.168 162
## 29758 104 103.764 130
## 29759 260 254.492 120
## 29760 126 118.181 103
## 29761 154 143.607 93
## 29762 347 340.314 471
## 29763 273 270.215 215
## 29764 215 181.583 160
## 29765 2716 2322.693 14033
## 29766 204 186.961 203
## 29767 219 218.937 199
## 29768 151 144.859 235
## 29769 160 158.748 154
## 29770 113 106.022 126
## 29771 136 123.172 90
## 29772 122 120.069 128
## 29773 176 175.689 213
## 29774 102 101.686 143
## 29775 160 158.340 121
## 29776 233 166.391 239
## 29777 226 225.655 195
## 29778 579 574.395 283
## 29779 158 157.261 138
## 29780 184 183.386 98
## 29781 146 145.092 199
## 29782 169 155.781 172
## 29783 145 128.329 155
## 29784 230 229.969 199
## 29785 96 95.423 594
## 29786 864 862.178 155
## 29787 156 154.534 322
## 29788 171 170.125 180
## 29789 277 275.631 213
## 29790 310 239.308 325102
## 29791 850 849.409 310
## 29792 213 209.872 166
## 29793 214 188.752 188
## 29794 214 205.677 210
## 29795 217 215.467 197
## 29796 399 372.927 260
## 29797 92 91.389 144
## 29798 172 171.398 153
## 29799 482 480.448 191
## 29800 164 163.072 173
## 29801 194 190.464 111
## 29802 315 312.112 246
## 29803 259 257.111 134
## 29804 138 135.661 165
## 29805 237 235.289 241
## 29806 214 206.737 193
## 29807 233 215.183 282
## 29808 236 197.893 191
## 29809 337 327.875 169
## 29810 174 172.600 224
## 29811 161 159.792 181
## 29812 145 144.123 299
## 29813 261 259.745 204
## 29814 194 176.143 64
## 29815 135 121.675 97
## 29816 131 129.312 185
## 29817 151 139.171 128
## 29818 141 130.264 76
## 29819 100 97.211 112
## 29820 161 119.723 126
## 29821 117 115.394 83
## 29822 229 170.857 146
## 29823 117 117.098 92
## 29824 177 163.771 109
## 29825 127 126.797 147
## 29826 241 189.395 171
## 29827 209 182.461 188
## 29828 127 117.630 126
## 29829 274 272.773 141
## 29830 702 160.630 143
## 29831 428 373.115 249
## 29832 200 198.917 133
## 29833 161 158.599 156
## 29834 314 312.710 133
## 29835 155 125.405 89
## 29836 240 239.183 231
## 29837 172 155.682 151
## 29838 164 145.916 153
## 29839 219 218.535 183
## 29840 158 151.070 367
## 29841 215 213.872 218
## 29842 1751 1750.995 175
## 29843 180 179.278 115
## 29844 212 209.450 245
## 29845 313 311.007 176
## 29846 192 188.698 247
## 29847 233 230.964 149
## 29848 275 272.534 246
## 29849 161 159.379 167
## 29850 252 173.705 124
## 29851 303 301.643 55
## 29852 145 144.714 131
## 29853 233 232.324 175
## 29854 114 104.298 62
## 29855 236 230.116 196
## 29856 186 162.835 149
## 29857 296 213.331 313
## 29858 158 157.316 133
## 29859 298 296.600 334
## 29860 310 298.384 130
## 29861 124 100.653 209
## 29862 217 216.643 198
## 29863 427 425.609 257
## 29864 168 158.857 173
## 29865 210 194.098 219
## 29866 487 485.505 211
## 29867 305 296.292 250
## 29868 458 456.871 154
## 29869 145 138.573 195
## 29870 171 141.652 117
## 29871 325 318.755 293
## 29872 187 165.944 259
## 29873 175 168.345 177
## 29874 130 128.657 156
## 29875 146 119.901 142
## 29876 225 224.313 157
## 29877 206 200.521 210
## 29878 236 234.810 172
## 29879 186 184.286 211
## 29880 149 111.325 116
## 29881 414 412.435 220
## 29882 277 275.326 303
## 29883 333 331.259 147
## 29884 424 395.218 457
## 29885 292 275.416 378
## 29886 375 373.131 302
## 29887 175 174.659 164
## 29888 322 291.311 261
## 29889 309 307.394 200
## 29890 148 147.676 122
## 29891 264 263.585 120
## 29892 273 271.923 218
## 29893 211 203.555 306
## 29894 139 137.942 193
## 29895 363 361.900 203
## 29896 237 235.620 174
## 29898 285 229.982 203
## 29899 116 115.618 192
## 29900 295 294.177 242
## 29901 240 237.110 158
## 29902 387 385.465 68
## 29903 484 458.844 257
## 29904 388 382.008 682
## 29905 203 185.971 160
## 29906 116 99.486 141
## 29907 107 106.585 134
## 29908 511 509.872 343
## 29909 219 194.813 242
## 29910 163 161.503 113
## 29911 119 118.696 114
## 29912 232 230.920 264
## 29913 218 217.552 228
## 29914 318 301.668 203
## 29915 331 330.532 164
## 29916 276 262.199 241
## 29917 170 169.871 221
## 29918 648 645.923 195
## 29919 903 900.996 347
## 29920 132 131.701 149
## 29921 98 97.480 138
## 29922 220 214.954 207
## 29923 163 163.051 154
## 29924 268 267.417 215
## 29925 240 238.551 215
## 29926 134 128.185 110
## 29927 120 115.422 82
## 29928 140 138.241 150
## 29929 152 151.316 91
## 29930 312 276.910 279
## 29931 154 141.210 82
## 29932 188 173.048 13643
## 29933 270 268.564 297
## 29934 214 210.615 196
## 29935 1994 1946.329 322
## 29936 261 227.510 180
## 29937 172 144.239 106
## 29938 132 132.166 93
## 29939 176 169.496 107
## 29940 579 577.526 283
## 29941 235 234.366 173
## 29942 227 244.975 192
## 29943 301 300.692 179
## 29944 209 208.870 125
## 29945 229 219.719 251
## 29946 279 278.433 223
## 29947 105 104.157 145
## 29948 262 260.013 211
## 29949 142 142.453 97
## 29950 136 131.732 163
## 29951 485 483.281 129
## 29952 235 211.543 160
## 29953 159 158.096 142
## 29954 227 226.582 206
## 29955 197 188.310 167
## 29956 166 154.896 159
## 29957 239 217.349 219
## 29958 280 279.208 178
## 29959 171 170.358 148
## 29960 171 170.771 147
## 29961 141 140.476 166
## 29962 121 120.582 134
## 29963 120 115.799 143
## 29964 189 172.246 94
## 29965 253 237.977 99
## 29966 392 359.754 251
## 29967 8736 8733.417 321
## 29968 173 169.728 158
## 29969 310 308.239 207
## 29970 198 185.641 194
## 29971 184 182.412 232
## 29972 164 162.588 160
## 29973 193 177.464 170
## 29974 175 174.384 152
## 29975 218 180.648 191
## 29976 137 136.290 114
## 29977 133 132.717 197
## 29978 202 190.032 180
## 29979 227 226.240 218
## 29980 159 157.388 191
## 29981 83 83.135 70
## 29982 253 252.229 596
## 29983 176 174.801 153
## 29984 159 157.728 123
## 29985 165 162.250 134
## 29986 351 348.955 402
## 29987 398 374.289 212
## 29988 206 204.274 183
## 29989 212 211.119 267
## 29990 222 220.707 139
## 29991 265 252.253 257
## 29992 288 246.296 256
## 29993 124 113.453 74
## 29994 335 125.194 122
## 29995 320 303.736 190
## 29996 232 215.044 184
## 29997 222 197.239 156
## 29998 141 141.025 69
## 29999 351 348.757 208
## 30000 272 257.888 240
## 30001 182 151.380 125
## 30002 183 181.283 167
## 30003 532 530.696 364
## 30004 177 175.224 192
## 30005 271 263.510 237
## 30006 250 234.718 165
## 30007 160 159.860 151
## 30008 1702 256.465 428
## 30009 465 356.984 322
## 30010 346 299.601 203
## 30011 232 228.499 164
## 30012 267 241.520 237
## 30013 122 121.811 121
## 30014 245 241.831 201
## 30015 184 177.746 286
## 30016 109 73.927 143
## 30017 106 103.899 184
## 30018 144 143.686 147
## 30019 163 149.719 233
## 30020 220 218.064 167
## 30021 173 158.328 117
## 30022 184 178.968 2595
## 30023 204 200.658 278
## 30024 103 101.594 102
## 30025 445 423.780 17599
## 30026 191 190.032 198
## 30027 166 165.304 40803
## 30028 213 212.131 2598291
## 30029 141 127.694 86
## 30030 238 205.890 211
## 30031 157 153.823 244
## 30032 200 193.761 212
## 30033 224 223.127 89
## 30034 232 229.201 360
## 30035 155 153.380 349
## 30036 232 231.427 216
## 30037 132 115.429 165
## 30038 245 243.792 147
## 30039 203 192.682 161
## 30040 222 220.443 161
## 30041 127 126.469 99
## 30042 210 207.929 150
## 30043 369 368.166 271
## 30044 244 226.112 150
## 30045 358 357.854 69
## 30046 207 205.233 212
## 30047 840 838.412 547
## 30048 920 875.924 313
## 30049 273 271.530 230
## 30050 220 184.764 182
## 30051 73 71.684 72
## 30052 121 112.678 139
## 30053 196 194.271 220
## 30054 153 152.897 150
## 30055 337 335.457 1331
## 30056 154 149.114 234
## 30057 359 357.526 317
## 30058 169 168.146 346
## 30059 228 220.848 146
## 30060 131 130.111 98
## 30061 36636 142.293 29684
## 30062 173 171.720 196
## 30063 200 198.427 258
## 30064 126 125.555 89
## 30065 112 110.508 134
## 30066 400 388.723 314
## 30067 625 617.849 200
## 30068 176 164.908 156
## 30069 1198 1197.859 219
## 30070 215 198.074 125
## 30071 149 146.185 154
## 30072 271 270.975 258
## 30073 184 180.784 215
## 30074 131 129.710 165
## 30075 226 225.528 242
## 30076 125 124.469 122
## 30077 427 405.428 178
## 30078 450 448.623 214
## 30079 386 366.937 432
## 30080 289 275.294 170
## 30081 5007 5005.296 912
## 30082 132 113.317 112
## 30083 269 267.838 191
## 30084 232 221.341 288
## 30085 192 190.646 184
## 30086 161 160.970 120
## 30087 231 229.736 246
## 30088 196 195.068 133
## 30089 198 195.353 147
## 30090 152 150.635 120
## 30091 327 293.325 178
## 30092 251 250.727 793
## 30093 816 749.350 549
## 30094 172 171.382 125
## 30095 479 432.705 197
## 30096 185 153.503 169
## 30097 169 169.072 119
## 30098 212 197.200 164
## 30099 931 903.949 404
## 30100 2360 199.997 216
## 30101 248 243.348 246
## 30102 153 151.237 113
## 30103 248 242.485 197
## 30104 214 184.386 381
## 30105 413 411.626 319
## 30106 214 193.761 146
## 30107 157 155.398 464
## 30108 249 233.066 9165
## 30109 183 182.598 137
## 30110 151 150.230 107
## 30111 422 396.297 589
## 30112 154 142.294 147
## 30113 333 253.513 291
## 30114 198 196.544 158
## 30115 252 245.431 169
## 30116 267 256.739 208
## 30117 196 179.811 187
## 30118 304 297.065 301
## 30119 162 161.726 188
## 30120 293 290.623 338
## 30121 228 226.589 250
## 30122 222 220.575 288
## 30123 468 449.930 277
## 30124 1622 1207.555 310
## 30125 106 106.243 72
## 30126 152 150.743 355
## 30127 1481 348.814 343
## 30128 135 125.762 116
## 30129 164 159.357 178
## 30130 141 140.640 95
## 30131 698 684.504 389
## 30132 180 179.731 184
## 30133 258 236.572 273
## 30134 227 181.153 136
## 30135 177 159.229 72
## 30136 202 193.590 148
## 30137 236 234.097 142
## 30138 155 149.289 160
## 30139 131 131.569 155
## 30140 144 143.375 154
## 30141 242 240.683 232
## 30142 149 148.968 108
## 30143 151 151.242 87
## 30144 229 228.279 236
## 30145 360 339.802 220
## 30146 192 191.046 158
## 30147 2260 2257.461 151
## 30148 142 139.783 216
## 30149 231 230.352 148
## 30150 386 384.141 163
## 30151 200 199.138 347
## 30152 2626 2623.934 124
## 30153 150 147.074 216
## 30154 158 156.081 112
## 30155 206 196.346 414
## 30156 232 231.052 148
## 30157 1128 997.853 397
## 30158 215 186.094 11064
## 30159 271 270.709 166
## 30160 121 120.027 167
## 30161 186 183.657 314
## 30162 205 204.195 135
## 30163 255 252.905 214
## 30164 308 305.983 224
## 30165 832 829.644 492
## 30166 252 250.367 361
## 30167 229 226.939 185
## 30168 142 135.566 122
## 30169 263 223.692 277
## 30170 187 187.009 179
## 30171 407 406.766 286
## 30172 523 521.765 9986
## 30173 414 413.152 415
## 30174 2522 349.613 392
## 30175 270 243.099 347
## 30176 296 284.871 465
## 30177 236 234.655 231
## 30178 175 173.492 96
## 30179 209 198.419 169
## 30180 277 276.356 207
## 30181 188 151.426 287
## 30182 289 288.624 294
## 30183 175 169.686 151
## 30184 548 453.269 338
## 30185 198 164.884 164
## 30186 239 237.952 248
## 30187 222 219.832 118
## 30188 253 170.347 178
## 30189 900 206.414 6
## 30190 464 462.508 275
## 30191 8755 291.540 283
## 30192 205 201.869 627
## 30193 258 213.907 165
## 30194 314 311.563 254
## 30195 328 241.071 251
## 30196 256 255.103 212
## 30197 415 183.928 154
## 30198 156 154.953 155
## 30199 169 168.843 146
## 30200 199 196.971 274
## 30201 293 292.291 159
## 30202 181 158.945 176
## 30203 266 264.608 146
## 30204 239 234.327 209
## 30205 136 129.774 150
## 30206 127 119.766 108
## 30207 194 193.302 191
## 30208 646 641.771 499
## 30209 281 271.312 390
## 30210 616 601.198 405
## 30211 804 803.108 718
## 30212 148 146.400 157
## 30213 619 617.926 487
## 30214 312 311.144 208
## 30215 232 230.076 149
## 30216 220 219.474 165
## 30217 271 269.366 232
## 30218 201 194.611 260
## 30219 731 729.708 531
## 30220 192 190.908 174
## 30221 354 353.802 107
## 30222 126 124.751 67035
## 30223 237 236.210 195
## 30224 951 936.606 385
## 30225 5836 5833.894 144
## 30226 597 596.439 143
## 30227 327 325.755 483
## 30228 186 185.902 138
## 30229 277 265.238 144
## 30230 214 213.395 161
## 30231 253 187.804 236
## 30232 234 233.186 244
## 30233 250 249.229 16523
## 30234 248 235.512 176
## 30235 224 204.469 94
## 30236 554 504.481 282
## 30237 834 191.088 380
## 30238 155 145.019 119
## 30239 189 187.348 163
## 30240 704 701.960 309
## 30241 174 161.768 333
## 30242 242 240.587 332
## 30243 212 211.193 195
## 30244 181 180.227 250
## 30245 1581 1560.020 292
## 30246 154 151.133 150
## 30247 251 250.484 179
## 30248 170 168.914 162
## 30249 127 127.129 119
## 30250 106 105.137 202
## 30251 198 187.902 41947
## 30252 121 119.473 149
## 30253 242 241.505 185
## 30254 134 119.074 103
## 30255 724 721.871 267
## 30256 87 86.071 91
## 30257 407 406.067 450
## 30258 357 293.517 417
## 30259 162 160.281 179
## 30260 288 271.931 239
## 30261 485 476.195 103
## 30262 407 405.021 298
## 30263 274 264.474 220
## 30264 483 462.839 229
## 30265 233 189.961 127
## 30266 120 106.748 259
## 30267 281 278.050 56473
## 30268 249 236.874 199
## 30269 149 140.229 162
## 30270 504 503.446 296
## 30271 242 240.430 242
## 30272 237 235.934 209
## 30273 124 122.573 135
## 30274 134 123.806 150
## 30275 198 197.323 145
## 30276 177 172.946 135
## 30277 150 145.357 184
## 30278 237 189.318 197
## 30279 320 289.733 150
## 30280 262 261.889 147
## 30281 202 200.549 280
## 30282 278 276.996 265
## 30283 269 267.743 190
## 30284 307 270.467 225
## 30285 158 152.711 168
## 30286 170 169.064 208
## 30287 293 283.465 142
## 30288 161 160.475 149
## 30289 137 128.015 182
## 30290 203 195.793 193
## 30291 169 168.694 136
## 30292 623 567.621 333
## 30293 196 195.867 212
## 30294 1163 1156.983 412
## 30295 133 124.499 120
## 30296 116 115.102 192
## 30297 147 140.697 148
## 30298 307 306.853 151
## 30299 211 206.414 185
## 30300 283 268.946 168
## 30301 310 266.147 274
## 30302 288 286.567 290
## 30303 157 135.708 71
## 30304 171 166.666 135
## 30305 201 200.347 165
## 30306 218 217.691 220
## 30307 220 219.446 171
## 30308 504 499.556 274
## 30309 194 188.217 207
## 30310 566 563.284 428
## 30311 225 177.240 168
## 30312 303 300.931 268
## 30313 255 252.861 219
## 30315 239 235.613 170
## 30316 123 113.027 168
## 30317 210 208.312 234
## 30318 265830 399.814 447
## 30319 323 317.103 324
## 30320 157 149.972 183
## 30321 100 84.973 84
## 30322 113 111.991 77
## 30323 452 398.141 199
## 30324 169 158.405 152
## 30325 886 780.084 555
## 30326 238 237.896 134
## 30327 143 136.573 154
## 30328 122 121.027 176
## 30329 240 223.049 133
## 30330 256 250.978 201
## 30331 193 192.905 349
## 30332 127 125.671 146
## 30333 161 159.688 155
## 30334 207 198.782 172
## 30335 433 188.367 211
## 30336 192 191.028 162
## 30337 305 303.861 271
## 30338 425 423.073 428
## 30339 524 523.423 237
## 30340 166 163.617 198
## 30341 153 152.361 155
## 30342 981 349.605 190
## 30343 109 101.748 160
## 30344 430 412.804 209
## 30345 281 279.537 232
## 30346 164 145.356 90
## 30347 150 148.942 206
## 30348 155 154.286 154
## 30349 127 121.734 154
## 30350 124 116.541 127
## 30351 263 262.242 400
## 30352 173 172.275 305
## 30353 478 474.485 268
## 30354 188 185.925 182
## 30355 126 125.277 201
## 30356 210 208.195 319
## 30357 179 178.329 172
## 30358 180 156.241 139
## 30359 274 263.719 258
## 30360 258 216.475 336
## 30361 135 123.292 223
## 30362 207 207.576 228
## 30363 136 131.146 117
## 30364 230 191.232 380
## 30365 243 242.105 213
## 30366 339 289.870 192
## 30367 295 292.521 283
## 30368 249 240.007 280
## 30369 137 137.424 110
## 30370 164 163.477 118
## 30371 289 287.214 8128
## 30372 403862 132.321 172
## 30373 170 169.870 151
## 30374 136 134.634 178
## 30375 229 227.883 176
## 30376 131 130.915 113
## 30377 173 172.309 202
## 30378 163 161.717 174
## 30379 165 164.717 68
## 30380 140 139.552 134
## 30381 215 214.137 150
## 30382 145 144.380 82
## 30383 265 234.957 794
## 30384 553 462.700 325
## 30385 244 243.126 378
## 30386 256 245.082 194
## 30387 150 149.391 191
## 30388 103 95.767 111
## 30389 174 173.554 123
## 30390 189 180.881 221
## 30391 197 196.883 218
## 30392 321 288.432 228
## 30393 87 86.679 101
## 30394 466 447.583 184
## 30395 233 231.957 214
## 30396 165 152.401 109452
## 30397 243 241.713 363
## 30398 149 148.605 2301
## 30399 311 304.580 237
## 30400 230 227.859 136
## 30401 273 273.493 283
## 30402 213 211.004 191
## 30403 200 188.477 161
## 30404 898 861.509 250
## 30405 74 73.101 209
## 30406 210 209.121 226
## 30407 228 222.760 139
## 30408 195 194.034 394
## 30409 145 145.288 161
## 30410 206 205.141 209
## 30411 295 293.722 314
## 30412 454 451.383 275
## 30413 354 353.736 167
## 30414 1061 1059.606 163
## 30415 240 211.830 304
## 30416 224 195.716 148
## 30417 223 213.051 209
## 30418 172 170.607 148
## 30419 133 131.705 138
## 30420 279 277.958 213
## 30421 168 166.441 132
## 30422 536 191.415 235
## 30423 221 219.460 214
## 30424 452 451.546 517
## 30425 177 168.699 206
## 30426 370 367.222 651
## 30427 145 144.622 103
## 30428 238 235.544 231445
## 30429 213 202.070 263
## 30430 230 227.708 272
## 30431 114 112.208 141
## 30432 2428 2427.470 568
## 30433 211 173.734 43133
## 30434 361 295.247 585
## 30435 377 376.706 822
## 30436 192 190.779 236
## 30437 225 223.041 236
## 30438 147 146.336 148
## 30439 165 164.144 249
## 30440 174 170.457 219
## 30441 534 308.964 94
## 30442 134 132.001 208
## 30443 394 364.613 394
## 30444 177 175.322 150
## 30445 251 244.047 210
## 30446 206 196.895 205
## 30447 405 390.681 203
## 30448 125 124.876 97
## 30449 111 105.934 122
## 30450 299 298.213 257
## 30451 142 141.184 107
## 30452 169 167.798 158
## 30453 256 255.346 196
## 30454 460 448.076 634
## 30455 419 418.396 309
## 30456 205 198.877 331
## 30457 858 856.469 571
## 30458 186 184.487 106
## 30459 109 107.380 116
## 30460 234 232.373 174
## 30461 180 181.174 444
## 30462 231 230.181 190
## 30463 282 268.188 207
## 30464 374 271.683 174
## 30465 304 302.527 403
## 30466 185 136.030 221
## 30467 171 170.732 163
## 30468 162 161.101 106
## 30469 445 215.437 191
## 30470 188 186.765 17632
## 30471 204 203.737 692
## 30472 170 127.001 165
## 30473 138 136.456 90
## 30474 196 194.650 177
## 30475 144 132.055 1141
## 30476 156 154.250 282
## 30477 530 527.109 216
## 30478 131 130.107 139
## 30479 217 143.267 123
## 30480 157 155.332 165
## 30481 128 127.062 394
## 30482 750 748.375 986
## 30483 146 139.615 160
## 30484 132 130.803 160
## 30485 142 140.358 166
## 30486 185 165.314 141
## 30487 280 258.867 458
## 30488 189 186.611 154
## 30489 188 175.039 178
## 30490 148 145.944 126
## 30491 165 139.680 168
## 30492 1961 1957.676 193
## 30493 308 290.042 245
## 30494 255 229.720 570
## 30495 215 195.337 185
## 30496 275 273.521 183
## 30497 873 858.124 1070
## 30498 96 94.074 90000
## 30499 114 112.664 133
## 30500 157 155.290 213
## 30501 161 150.569 142
## 30502 148 120.383 124
## 30503 334 251.785 393
## 30504 312 278.706 351
## 30505 184 183.016 178
## 30506 189 185.923 214
## 30507 147 126.094 185
## 30508 180 179.492 179
## 30509 164 163.416 94
## 30510 180 178.305 160
## 30511 243 236.852 250
## 30512 384 301.397 657
## 30513 277 259.932 260
## 30514 167 165.496 151
## 30515 605 603.830 209
## 30516 299 289.849 2660278
## 30517 218 175.560 217
## 30518 120 112.856 73116
## 30519 135 133.283 165
## 30520 227 225.571 282
## 30521 343 327.599 261
## 30522 112 107.688 81
## 30523 269 269.458 163
## 30524 392 392.132 370
## 30525 164 162.606 161
## 30526 187 186.065 216
## 30527 463 455.718 169
## 30528 335 311.481 294
## 30529 465 342.658 500
## 30530 278 262.494 132
## 30531 285 284.016 1300
## 30532 236 234.400 137
## 30533 146 108.398 159
## 30534 723 721.609 239
## 30535 244 242.886 162
## 30536 172 171.433 167
## 30537 327 324.199 536
## 30538 176 163.207 142
## 30539 311 266.201 346
## 30540 329 329.178 176
## 30541 118 117.765 150
## 30542 110 109.399 108
## 30543 167 114.975 198
## 30544 157 155.692 153
## 30545 245 243.675 290
## 30546 247 246.144 179
## 30547 129 119.959 113
## 30548 218 213.807 193
## 30549 631 628.928 234
## 30550 561 525.413 461
## 30551 183 183.446 187
## 30552 442 441.381 561
## 30553 266 262.161 176
## 30554 183 182.151 182
## 30555 211 210.518 153
## 30556 182 180.519 116
## 30557 293 288.790 174
## 30558 433 355.580 148
## 30559 307 244.514 224
## 30560 169 168.015 133
## 30561 110 109.306 105
## 30562 326 324.476 180
## 30563 250 248.297 157
## 30564 365 358.630 134
## 30565 185 184.226 207
## 30566 241 239.195 233
## 30567 289 280.857 189
## 30568 316 314.598 527
## 30569 105 104.256 147
## 30570 225 223.161 291
## 30571 172 161.848 177
## 30572 206 205.378 164
## 30573 212 211.274 163
## 30574 107 107.127 129
## 30575 310 309.898 356
## 30576 838 816.298 497
## 30577 185 183.961 223
## 30578 409 408.101 142
## 30579 187 180.995 1905
## 30580 263 250.122 204
## 30581 292 250.483 170
## 30582 260 258.592 131
## 30583 154 153.087 160
## 30584 304 297.946 259
## 30585 129 127.508 161
## 30586 124 123.497 101
## 30587 374 373.154 180
## 30588 333 331.387 289
## 30589 317 304.087 464
## 30590 246 244.920 195
## 30591 233 230.850 200
## 30592 149 148.693 116
## 30593 123 107.733 132
## 30594 200 198.622 190
## 30595 587 579.991 229
## 30596 244 242.474 201
## 30597 307 305.064 262
## 30598 276 264.103 247
## 30599 278 274.120 179
## 30600 181 181.308 172
## 30601 155 153.008 184
## 30602 185 184.811 152
## 30603 169 159.463 74
## 30604 272 237.655 216
## 30605 250 239.977 231
## 30606 424 418.420 427
## 30607 160 159.574 2966
## 30608 254 235.764 37600
## 30609 157 156.960 8907
## 30610 211 210.191 158
## 30611 286 285.327 1069
## 30612 198 196.649 301
## 30613 338 249.411 447
## 30614 296 294.798 395
## 30615 198 197.658 185
## 30616 225 220.450 211
## 30617 202 200.896 153
## 30618 305 303.433 226
## 30619 771 769.508 195
## 30620 195 180.855 226
## 30621 209 200.741 230
## 30622 134 134.273 168
## 30624 76 68.809 81
## 30625 190 188.910 249
## 30626 158 158.379 135
## 30627 153 152.645 204
## 30628 73272 73271.012 192
## 30629 311 310.955 314
## 30630 97 83.703 147
## 30631 191 190.869 132
## 30632 137 132.921 121
## 30633 161 160.387 191
## 30634 135 134.940 153
## 30635 235 207.645 138
## 30636 166 165.045 240
## 30637 148 147.187 163
## 30638 303 297.562 257
## 30639 218 217.915 173
## 30640 243 218.335 206
## 30641 174 171.968 260
## 30642 162 139.438 130
## 30643 348 341.358 211
## 30644 314 312.473 72
## 30645 151 150.865 130
## 30646 255 245.552 138
## 30647 182 181.280 121
## 30648 113 112.933 114
## 30649 238 216.220 246
## 30650 188 182.497 177
## 30651 173 172.549 125
## 30652 346 344.297 597
## 30653 176 166.925 254
## 30654 180 179.600 222
## 30655 337 335.796 382
## 30656 260 258.957 364
## 30657 567 557.567 495
## 30658 267 265.513 177
## 30659 286 284.132 244
## 30660 119 113.820 139
## 30661 628 627.022 181
## 30662 124 123.811 45650
## 30663 249 248.302 160
## 30664 1107 1030.469 499
## 30665 134 133.828 166
## 30666 410 297.521 184
## 30667 172 171.468 190
## 30668 163 162.062 128
## 30669 539 168.767 244
## 30670 212 180.375 149
## 30671 290 289.054 214
## 30672 231 230.668 198
## 30673 217 216.198 348
## 30674 216 214.952 136
## 30675 186 185.498 181
## 30676 304 299.616 164
## 30677 143 134.810 243
## 30678 254 247.609 542
## 30679 154 149.328 299
## 30680 268 155.395 163
## 30681 254 253.219 258
## 30682 318 314.894 227
## 30683 250 248.967 216
## 30684 2755 2755.076 192
## 30685 168 167.812 167
## 30686 161 160.847 110
## 30687 331 330.354 358
## 30688 193 192.048 151
## 30689 219 203.399 168
## 30690 130 130.214 108
## 30691 176 175.633 167
## 30693 110 109.521 136
## 30694 216 214.592 177
## 30695 195 175.730 153
## 30696 286 246.799 233
## 30697 202 201.041 161
## 30698 398 379.741 221
## 30699 141 126.054 144
## 30700 199 175.911 212
## 30701 233 224.199 6
## 30702 237 235.403 197
## 30703 187 181.256 116
## 30704 156 154.693 134
## 30705 97 96.399 120
## 30706 87 79.558 93
## 30707 345 325.407 310
## 30708 232 219.013 185
## 30709 249 182.839 226
## 30710 372 362.296 242
## 30711 93 91.538 105
## 30712 356 353.459 147
## 30713 181 179.879 164
## 30714 231 229.961 181
## 30715 164 162.741 134
## 30716 443 137.716 138
## 30717 136 131.730 146
## 30718 120 113.152 107
## 30719 1072 1070.250 133
## 30720 212 211.714 110
## 30721 394 372.312 155
## 30722 164 145.758 265
## 30723 286 286.167 254
## 30724 169 167.290 154
## 30726 248 238.443 246
## 30727 178 177.128 204
## 30728 215 199.107 148
## 30729 177 176.892 125
## 30730 277 231.704 295
## 30731 210 183.896 175
## 30732 250 242.546 191
## 30733 187 186.242 159
## 30734 490 488.386 276
## 30735 267 264.692 146
## 30736 263 261.813 155
## 30737 288 286.926 6
## 30738 563 560.757 196
## 30739 432 423.461 236
## 30740 231 229.335 224
## 30741 236 207.539 111
## 30742 165 138.696 99
## 30743 129 118.986 146
## 30744 171 161.387 130
## 30745 194 192.672 164
## 30746 183 158.409 183
## 30747 151 137.718 133
## 30748 197 163.508 163
## 30749 132 124.096 150
## 30750 656 639.160 234
## 30751 306 304.709 212
## 30752 133 127.912 101
## 30753 324 304.713 224
## 30754 310 287.631 206
## 30755 208 207.067 194
## 30756 276 263.163 226
## 30757 288 286.761 201
## 30758 172 170.394 116
## 30759 170 167.514 126
## 30760 340 329.580 228
## 30761 213 211.935 160
## 30762 163 162.386 126
## 30763 332 314.885 526
## 30764 192 191.372 188
## 30765 99 93.245 117
## 30766 166 164.926 194
## 30767 641 639.124 392
## 30768 229 169.961 575
## 30769 201 199.641 189
## 30770 102 96.659 106
## 30771 221 215.063 178
## 30772 214 209.744 40871
## 30773 255 253.972 278
## 30774 189 187.480 251
## 30775 184 165.156 126
## 30776 713 709.434 276
## 30777 207 195.545 179
## 30778 256 232.036 583
## 30779 245 244.457 123
## 30780 196 194.441 260
## 30781 100 98.951 150
## 30782 137 135.314 214
## 30783 160 155.132 136
## 30784 209 205.743 304
## 30785 206 191.354 198
## 30786 153 143.861 148
## 30787 321 292.511 179
## 30788 171 169.986 144
## 30789 184 182.658 131
## 30790 241 241.523 121
## 30791 109 107.967 140
## 30792 118 117.347 94
## 30793 140 138.216 128
## 30794 297 279.068 210
## 30795 121 118.196 113
## 30796 155 153.997 149
## 30797 176 171.483 154
## 30798 294 292.711 218
## 30799 208 206.809 207
## 30800 490 233.318 159
## 30801 147 142.802 165
## 30802 185 178.172 167
## 30803 5910 5908.010 202
## 30804 495 445.994 144
## 30805 393 383.849 222
## 30806 398 397.343 262
## 30807 199 193.559 225
## 30808 463 447.798 408
## 30809 365 363.379 143
## 30810 181 180.618 102
## 30811 186 184.458 175
## 30812 211 206.442 208
## 30813 150 149.933 109
## 30814 183 182.290 139
## 30815 490 481.939 87077
## 30816 224 217.391 183
## 30817 270 239.161 165
## 30818 146 144.981 157
## 30819 192 181.129 190
## 30820 172 171.385 133
## 30821 137 130.018 120
## 30822 145 144.864 155
## 30823 123 116.768 116
## 30824 183 177.884 246
## 30825 149 138.944 152
## 30826 142 140.939 120
## 30827 394 287.460 120
## 30828 168 153.508 200
## 30829 208 206.078 318
## 30830 165 160.309 53406
## 30831 171 166.166 177
## 30832 108 93.828 124
## 30833 251 238.018 186
## 30834 378 377.062 175
## 30835 134 132.844 109
## 30836 168 167.588 443
## 30837 157 149.458 288
## 30838 130 129.325 111
## 30839 121 115.062 96
## 30840 116 101.118 115
## 30841 115 111.609 148
## 30842 486 485.239 199
## 30843 162 153.582 130
## 30844 148 147.083 172
## 30845 188 187.156 187
## 30846 316 291.085 180
## 30847 144 144.570 115
## 30848 173 165.654 202
## 30849 61 60.388 135
## 30850 329 327.812 218
## 30851 231 229.823 152
## 30852 4019 3996.231 383
## 30853 167 167.100 180
## 30854 1208 1170.974 407
## 30855 162 160.336 144
## 30857 209 207.748 178
## 30858 406 403.988 225
## 30859 287 286.714 216
## 30860 213 211.904 212
## 30861 146 137.905 128
## 30862 188 174.071 136
## 30863 36 35.419 105
## 30864 195 178.730 384
## 30865 131 130.300 115
## 30866 138 136.694 167
## 30867 256 246.311 315
## 30868 216 214.743 180
## 30869 172 171.530 194
## 30870 227 224.465 234
## 30871 180 178.788 131
## 30872 289 279.822 231
## 30873 237 236.455 192
## 30874 836 689.054 307
## 30875 149 148.051 121
## 30876 182 181.031 211
## 30877 489 487.347 422
## 30878 373 366.822 275
## 30879 113 89.415 113
## 30880 913 895.560 222
## 30881 1083 1014.971 204
## 30882 121 112.495 106
## 30883 953232 104.226 282
## 30884 105 103.442 116
## 30885 600 514.561 262
## 30886 257 244.241 142
## 30887 151 130.414 166
## 30888 408 379.063 118
## 30889 169 154.742 115
## 30890 210 197.035 113
## 30891 374 339.170 112
## 30892 188 180.604 127
## 30893 187 186.624 135
## 30894 233 232.381 158
## 30895 118 117.239 242
## 30896 499 395.907 370
## 30897 200 194.697 171
## 30898 156 149.150 129
## 30899 196 174.386 148
## 30900 173 172.681 340
## 30901 343 335.743 760
## 30902 132 131.299 74
## 30903 310 300.831 275
## 30904 187 183.727 214
## 30905 551 543.080 268
## 30906 216 205.598 225
## 30907 274 272.388 218
## 30908 76 75.035 168
## 30909 273 271.439 156
## 30910 228 226.341 218
## 30911 318 292.545 389
## 30912 193 192.393 118
## 30913 201 200.661 153
## 30914 2459 228.146 325
## 30915 315 304.069 130
## 30916 412 411.002 270
## 30917 261 239.435 145
## 30918 253 252.669 217
## 30919 237 235.647 177
## 30920 228 227.353 141
## 30921 1175 1171.778 645
## 30922 19 17.904 874
## 30923 258 240.420 97
## 30924 194 193.369 2901
## 30925 145 142.858 151
## 30926 203 202.200 231
## 30927 323 315.299 108
## 30928 193 191.218 206
## 30929 136 134.013 167
## 30930 230 228.889 137
## 30931 202 200.083 189
## 30932 191 186.706 149
## 30933 390 378.521 123
## 30934 213 204.747 213
## 30935 292 238.818 308
## 30936 264 225.343 254
## 30937 110 108.775 143
## 30938 362 358.599 295
## 30939 211 210.533 313
## 30940 184 168.427 136
## 30941 404 399.123 522
## 30942 335 332.934 300
## 30943 209 172.813 228
## 30944 273 271.865 525
## 30945 155 140.326 129
## 30946 96 96.245 139
## 30947 169 167.208 162
## 30948 331 329.727 200
## 30949 157 144.174 222
## 30950 260 253.509 120
## 30951 222 213.647 284
## 30952 185 183.827 167
## 30953 221 219.546 219
## 30954 421 419.656 263
## 30955 216 214.905 249
## 30956 423 421.227 241
## 30957 155 154.566 111
## 30958 133 132.893 154
## 30959 138 136.860 142
## 30960 149 130.639 127
## 30961 129 128.753 93
## 30962 411 403.932 341
## 30963 377 376.233 339
## 30964 270 268.986 263
## 30965 107 106.977 122
## 30966 412 410.421 290
## 30967 260 259.633 159
## 30968 233 232.344 252
## 30969 362 343.798 283
## 30970 188 187.512 189
## 30971 195 190.882 211
## 30972 237 219.598 187
## 30973 137 136.270 167
## 30974 502 451.013 265
## 30975 216 215.609 360
## 30976 169 168.311 118
## 30977 132 130.730 142
## 30978 139 137.788 141
## 30979 4625 4624.076 177
## 30980 177 133.471 136
## 30981 867 864.297 570
## 30982 121 98.426 134
## 30983 584 187.988 9
## 30984 103 102.068 165
## 30985 120 115.267 139
## 30986 1015 281.918 352
## 30987 159 157.318 225
## 30988 96 96.305 62
## 30989 9584 217.599 9367
## 30990 691 687.078 137
## 30991 209 197.190 217
## 30992 318 316.747 156
## 30993 144 143.878 139
## 30994 184 171.167 220
## 30995 150 141.719 147
## 30996 195 194.034 144
## 30997 507 506.346 227
## 30998 203 180.474 97
## 30999 478 477.100 430
## 31000 339 337.453 557
## 31001 157 154.170 134
## 31002 457 455.824 187
## 31003 304 290.668 375
## 31004 245 242.962 169
## 31005 165 163.662 208
## 31006 292 290.503 261
## 31007 282 99.368 244
## 31008 562 560.479 34727
## 31009 1293 182.989 1055
## 31010 277 275.263 152
## 31011 210 207.455 258
## 31012 140 140.456 119
## 31013 357 353.401 175
## 31014 210 209.161 96
## 31015 187 182.612 185
## 31016 195 179.570 151
## 31017 831 286.998 525
## 31018 208 202.807 106
## 31019 174 172.219 200
## 31020 203 176.149 253
## 31021 186 162.017 184
## 31022 219 216.700 278
## 31023 391 363.532 216
## 31024 294 293.200 219
## 31025 169 167.959 124
## 31026 164 163.928 134
## 31027 186 185.003 738
## 31028 93 92.583 126
## 31029 110 105.964 82
## 31030 181 171.771 162
## 31031 327 275.347 231
## 31032 203 160.128 169
## 31033 200 183.461 182
## 31034 228 226.164 181
## 31035 222 219.969 184
## 31036 470 460.533 524
## 31038 670 668.519 280
## 31039 298 296.776 197
## 31040 260 244.538 249
## 31041 237 235.000 186
## 31042 167 122.788 114
## 31043 654 630.976 208
## 31044 220 219.265 23806
## 31045 276 247.349 333
## 31046 128 127.259 96
## 31047 161 157.565 189
## 31048 163 162.665 109
## 31049 194 191.832 186
## 31050 367 365.558 188
## 31051 271 270.045 267
## 31052 335 284.211 444
## 31053 213 197.271 137
## 31054 182 180.620 191
## 31055 448 445.946 296
## 31056 175 166.066 206
## 31057 208 207.529 246
## 31058 232 231.035 179
## 31059 203 202.304 154
## 31060 422 420.740 202
## 31061 289 250.325 194
## 31062 235 234.428 157
## 31063 138 137.038 184
## 31064 277 275.899 162
## 31065 257 231.698 347
## 31066 227 226.015 182
## 31067 920 898.378 150
## 31068 362 336.582 228
## 31069 216 214.348 173
## 31070 335 334.058 232
## 31071 222 219.883 358
## 31072 195 147.723 185
## 31073 358 356.423 157
## 31074 211 204.387 266
## 31075 225 224.149 126
## 31076 397 265.805 192
## 31077 217 215.369 321
## 31078 226 218.734 160
## 31079 172 170.778 129
## 31080 192 189.348 192
## 31081 191 187.680 211
## 31082 229 228.584 169
## 31083 236 235.036 238
## 31084 356 352.932 245
## 31085 517 515.497 227
## 31086 345 330.553 212
## 31087 667 181.284 213
## 31088 257 255.635 201
## 31089 211 210.324 172
## 31090 159 158.241 137
## 31091 356 353.785 242
## 31092 306 303.954 359
## 31093 160 153.187 258
## 31094 328 326.552 326
## 31095 432 431.488 74976
## 31096 1049 109.381 12
## 31097 188 184.960 139
## 31098 182 168.406 146
## 31099 204 199.788 185
## 31100 184 182.923 177
## 31101 238 219.039 294
## 31102 165 164.332 182
## 31103 249 247.946 219
## 31104 714 712.846 429
## 31105 406 385.617 290
## 31106 337 333.928 243
## 31107 199 195.331 151
## 31108 200 199.391 284
## 31109 266 263.364 146
## 31110 293 261.315 192
## 31111 244 242.810 129
## 31112 262 260.850 196
## 31113 329 327.814 143
## 31114 262 216.909 158
## 31115 382 379.973 194
## 31116 111 109.632 343
## 31117 295 284.510 622
## 31118 175 173.785 194
## 31119 545 543.655 179
## 31120 239 224.259 177
## 31121 366 364.478 566
## 31122 250 247.503 330
## 31123 1072 1062.825 170
## 31124 233 232.315 200
## 31125 194 193.139 506
## 31126 190 188.403 135
## 31127 412 400.472 182
## 31128 154 153.142 367
## 31129 200 192.540 164
## 31130 171 143.903 112
## 31131 231 229.509 258
## 31132 203 202.376 242
## 31133 203 168.719 161
## 31134 211 191.049 182
## 31135 292 290.723 234
## 31136 329 327.518 330
## 31137 73921 131.555 382
## 31138 189 188.497 158
## 31139 168 167.066 183
## 31140 179 168.997 122
## 31141 219 198.342 154
## 31142 379 377.658 225
## 31143 255 254.165 177
## 31144 225 223.313 167
## 31145 167 165.304 149
## 31146 199 191.163 300
## 31147 253 246.604 241
## 31148 69 67.243 82
## 31149 494 488.326 209
## 31150 199 197.539 150
## 31151 189 145.562 177
## 31152 231 181.144 258
## 31153 369 367.115 186
## 31154 259 258.067 212
## 31155 185 183.070 186
## 31156 372 358.560 284
## 31157 162 161.644 131
## 31158 145 143.817 191
## 31159 328 326.491 178
## 31160 365 351.490 267
## 31161 162 160.368 181
## 31162 415 377.595 216
## 31163 184 168.310 181
## 31164 249 245.153 181
## 31165 164 162.540 197
## 31166 514 510.968 157
## 31167 241 240.056 244
## 31168 194 182.544 147
## 31169 181 165.647 251
## 31170 819 154.928 223
## 31171 262 233.596 235
## 31172 180 174.632 196
## 31173 287 286.390 205
## 31174 324 297.115 179
## 31175 370 368.524 247
## 31176 369 368.080 367
## 31177 243 239.931 192
## 31178 863 857.081 236
## 31179 213 211.642 151
## 31180 564 560.171 233
## 31181 173 170.946 205
## 31182 229 218.905 242
## 31183 125 123.790 153
## 31184 131 130.474 124
## 31185 161 159.036 170
## 31186 433 431.681 589
## 31187 156 149.297 133
## 31188 183 153.061 153
## 31189 159 156.941 155
## 31190 149 134.470 148
## 31191 213 206.057 150
## 31192 279 274.537 192
## 31194 199 195.904 172
## 31195 197 195.919 211
## 31196 482 268.496 176
## 31197 228 218.704 207
## 31198 191 189.629 158
## 31199 136 135.155 153
## 31200 643 131.375 161
## 31201 173 171.918 187
## 31202 175 173.609 131
## 31203 301 299.393 257
## 31204 362 360.663 215
## 31205 200 186.031 193
## 31206 525 523.707 163
## 31207 301 299.975 303
## 31208 212 211.225 170
## 31209 199 198.018 192
## 31210 301 298.939 239
## 31211 184 182.138 178
## 31212 140 135.073 163
## 31213 261 250.062 165
## 31214 178 176.091 141
## 31215 180 179.942 157
## 31216 443 441.611 189
## 31217 1386 272.034 213
## 31218 171 167.050 95
## 31219 232 230.556 198
## 31220 165 162.981 293
## 31221 518 514.512 449
## 31222 196 193.490 143
## 31223 981 978.668 236
## 31224 254 252.366 172
## 31225 283 281.313 399
## 31226 198 196.741 264
## 31227 217 208.543 305
## 31228 226 225.316 406
## 31229 186 179.706 72
## 31230 69 68.811 104
## 31231 215 213.486 199
## 31232 148 147.049 141
## 31233 134 132.842 138
## 31234 274 273.652 166
## 31235 210 209.010 141
## 31236 235 233.538 162
## 31237 221 219.628 159
## 31238 202 201.936 171
## 31239 320 318.618 195
## 31240 283 273.130 185
## 31241 461 454.489 231
## 31242 247 245.840 160
## 31243 281 259.681 258
## 31244 185 178.146 229
## 31245 332 328.683 463
## 31246 8303 528.645 350
## 31247 200 193.970 170
## 31248 523 521.081 281
## 31249 271 270.269 186
## 31250 188 186.677 163
## 31251 122 121.520 115
## 31252 237 235.977 167
## 31253 213 212.439 153
## 31254 187 185.677 181
## 31255 326 283.659 184
## 31256 385 384.063 181
## 31257 316 300.825 288
## 31258 182 167.123 176
## 31259 196 195.137 283
## 31260 242 239.952 163
## 31261 227 225.467 102
## 31262 211 209.892 159
## 31263 253 250.425 180
## 31264 226 223.964 198
## 31265 527 524.826 1168
## 31266 245 186.520 161
## 31267 415 415.223 201
## 31268 152 150.471 141
## 31269 163 155.698 161
## 31270 142 141.263 148
## 31271 467 464.896 304
## 31272 177 171.991 162
## 31273 225 219.008 140
## 31274 238 237.137 18526
## 31275 223 130.651 183
## 31276 191 190.249 205
## 31277 242 234.421 288
## 31278 334 331.847 351
## 31279 168 166.908 160
## 31280 216 209.253 171
## 31281 509 507.726 241
## 31282 248 246.806 174
## 31283 168 167.471 175
## 31284 149 148.241 192
## 31285 217 214.399 146
## 31286 256 220.768 216
## 31287 216 199.360 375
## 31288 449 433.448 130
## 31289 321 312.274 1246
## 31290 154 153.810 151
## 31291 158 150.507 120
## 31292 243 242.568 201
## 31293 125 124.380 89
## 31294 250 249.483 499
## 31295 341 329.707 276
## 31296 294 284.720 264
## 31297 213 188.626 207
## 31298 232 199.029 163
## 31299 300 299.211 193
## 31300 412 337.976 346
## 31301 227 225.516 322
## 31302 250 248.931 234
## 31303 113 112.701 195
## 31304 171 169.513 163
## 31305 236 234.844 211
## 31306 433 428.087 608
## 31307 663 661.772 266
## 31308 224 216.160 300
## 31309 299 298.377 342
## 31310 654 644.798 223
## 31311 438 424.516 278
## 31312 241 239.224 246
## 31313 207 202.018 148
## 31314 168 165.591 142
## 31315 263 261.973 187
## 31316 277 274.738 293
## 31317 181 167.173 135
## 31318 135 133.413 191
## 31319 294 292.998 211
## 31320 259 237.359 259
## 31321 287 286.595 228
## 31322 177 175.664 191
## 31323 403 401.740 391
## 31324 220 152.288 160
## 31325 293 258.481 159
## 31326 165 163.554 133
## 31327 187 176.167 206
## 31328 210 209.702 205
## 31329 132 131.699 101
## 31330 175 173.904 128
## 31331 266 261.440 152
## 31332 200 199.326 182
## 31333 223 222.429 182
## 31334 582 550.900 630
## 31335 205 202.630 169
## 31336 439 405.751 388
## 31337 125 123.484 146
## 31338 146 144.237 147
## 31339 321 320.213 318
## 31340 776 228.961 968
## 31341 127 126.771 75
## 31342 129 125.443 95
## 31343 679 269.861 290
## 31344 121 120.155 202
## 31345 176 164.184 101
## 31346 122 121.465 70
## 31347 163 162.271 154
## 31348 271 240.742 175
## 31349 162 160.677 124
## 31350 2796 81.131 82
## 31351 219 174.979 224
## 31352 129 128.567 152
## 31353 162 132.493 102
## 31354 188 168.097 108
## 31355 8169 308.785 390
## 31356 129 129.064 116
## 31357 146 143.826 174
## 31358 2052 1871.284 398
## 31359 356 353.085 201
## 31360 174 173.438 137
## 31361 246 244.458 227
## 31362 222 204.570 406
## 31363 109 102.906 95
## 31364 184 171.835 131
## 31365 211 211.638 237
## 31366 218 214.320 167
## 31367 119 114.863 151
## 31368 223 215.656 222
## 31369 725 723.345 138
## 31370 170 118.555 157
## 31371 278 219.264 235
## 31372 417 414.167 394
## 31373 275 273.301 182
## 31374 204 185.045 180
## 31375 250 242.490 204
## 31376 172 152.720 172
## 31377 148 143.263 151
## 31378 166 153.011 80
## 31379 182 177.870 236
## 31380 162 160.508 133
## 31381 462 458.273 304
## 31382 1041 1039.020 614
## 31383 249 246.423 446
## 31384 133 130.390 90
## 31385 121 111.146 123
## 31386 141 139.901 118
## 31387 243 242.335 227
## 31388 427 321.999 129
## 31389 359 357.906 213
## 31390 173 171.863 176
## 31391 194 187.407 204
## 31392 206 204.211 238
## 31393 202 201.649 240
## 31394 556 535.668 356
## 31395 175 173.301 170
## 31397 324 321.951 241
## 31398 389 353.266 792
## 31399 316 302.972 194
## 31400 230 228.998 97
## 31401 172 146.275 167
## 31402 211 209.440 196
## 31403 194 193.042 183
## 31404 96 95.120 116
## 31405 254 247.241 625
## 31406 203 201.199 158
## 31407 683 651.961 313
## 31408 268 231.132 217
## 31409 521 232.384 155
## 31410 68 66.918 101
## 31411 378 354.201 262
## 31412 262 256.329 254
## 31413 231 229.741 297
## 31414 205 203.438 120
## 31415 136 131.523 111
## 31416 163 161.548 123
## 31417 188 186.742 176
## 31418 253 251.047 302
## 31419 161 142.750 167
## 31420 260 251.895 279
## 31421 468 464.366 645
## 31422 132 123.274 157
## 31423 232 224.012 222
## 31424 306 266.078 201
## 31425 221 209.748 214
## 31426 289 276.928 161
## 31427 2456 2456.128 489
## 31428 370 360.987 317
## 31429 460 446.430 157
## 31430 1213 1210.780 1525
## 31431 3963 245.487 193
## 31432 167 167.270 164
## 31433 223 221.452 181
## 31434 243 242.267 212
## 31435 221 220.215 209
## 31436 236 217.575 205
## 31437 159 153.920 123
## 31438 187 179.955 208
## 31439 78 77.812 93
## 31440 141 140.620 160
## 31441 208 184.087 59
## 31442 349 337.720 259
## 31443 220 212.132 105
## 31444 399 331.235 454
## 31445 805 376.942 214
## 31446 183 171.993 365
## 31447 824 819.940 2138
## 31448 181 180.278 280
## 31449 130 129.968 135
## 31450 200 198.376 189
## 31451 180 153.437 135
## 31452 190 188.964 177
## 31453 209 193.018 219
## 31454 196 180.000 163
## 31455 289 266.843 185
## 31456 212 211.834 92
## 31457 214 208.598 184
## 31458 176 174.017 152
## 31459 227 212.239 172
## 31460 180 148.816 261
## 31461 183 181.834 106
## 31462 333 320.415 150
## 31463 198 157.372 225
## 31464 277 275.588 140
## 31465 168 167.146 274
## 31466 192 191.048 227
## 31467 232 230.683 203
## 31468 123 122.860 81
## 31469 216 215.154 261
## 31470 266 265.154 310
## 31471 151 150.596 169
## 31472 410 375.764 474
## 31473 195 193.116 85
## 31474 208 207.709 226
## 31475 152 151.371 137
## 31476 205 203.455 405
## 31477 555 534.258 285
## 31478 160 159.523 158
## 31479 463 456.696 297
## 31480 151 148.847 168
## 31481 184 183.170 207
## 31482 237 234.830 208
## 31483 299 297.565 164
## 31484 316 314.701 193
## 31485 440 353.629 196
## 31486 170 170.083 145
## 31487 142 140.195 118
## 31488 144 138.462 171
## 31489 350 317.699 162
## 31490 222 219.022 239
## 31491 321 301.488 249
## 31492 127 124.292 114
## 31493 480 478.171 242
## 31494 205 203.290 130
## 31495 170 167.987 154
## 31496 222 196.115 163
## 31497 178 169.934 173
## 31498 247 246.182 237
## 31499 615 613.587 435
## 31500 165 164.067 188
## 31501 158 148.346 163
## 31502 247 232.638 201
## 31503 198 165.128 177
## 31504 159 139.706 126
## 31506 89 87.849 79
## 31507 151 141.535 246
## 31508 399 146.571 226
## 31509 183 175.667 203
## 31510 280 277.863 137
## 31511 724 721.969 259
## 31512 269 268.699 194
## 31513 167 165.492 148
## 31514 136 135.208 162
## 31515 154 153.163 132
## 31516 214 183.205 165
## 31517 1711 1708.514 304
## 31518 351 349.302 287
## 31519 247 246.202 137
## 31520 110 109.433 141
## 31521 142 142.016 70
## 31522 197 197.086 251
## 31523 6442 6418.768 309
## 31524 166 164.640 163
## 31525 284 283.626 215
## 31526 212 210.294 157
## 31527 892 596.746 292
## 31528 113 101.994 162
## 31529 124 123.676 126
## 31530 214 204.937 177
## 31531 128 117.461 151
## 31532 132 128.463 110
## 31533 155 154.330 214
## 31534 308 301.167 230
## 31535 193 183.023 226
## 31536 405 403.859 374
## 31537 169 168.409 330
## 31538 177 176.125 438
## 31539 285 267.230 370
## 31540 219 204.602 187
## 31541 339 337.418 165
## 31542 218 217.112 163
## 31543 226 224.227 158
## 31544 156 154.366 104
## 31545 432 429.430 223
## 31546 121 116.101 148
## 31547 181 173.772 1643
## 31548 207 191.669 329
## 31549 168 167.309 200
## 31550 202 201.454 177
## 31551 192 188.983 161
## 31552 84 79.567 108
## 31553 419 417.347 268
## 31554 382 381.073 181
## 31555 218 218.111 131
## 31556 224 222.948 186
## 31557 254 252.205 275
## 31558 148 144.180 165
## 31559 135 130.237 136
## 31560 1193 1184.732 179
## 31561 1951 1950.550 317
## 31562 143 124.958 94
## 31563 127 126.440 235
## 31564 366 363.101 160
## 31565 146 145.369 97
## 31566 306 304.984 162
## 31567 340 308.275 225
## 31568 188 183.482 179
## 31569 136 126.863 117
## 31570 250 227.728 266
## 31571 214 213.197 158
## 31572 139 139.179 178
## 31573 206 204.469 209
## 31574 231 189.055 222
## 31575 722 581.520 388
## 31576 209 197.437 347
## 31577 208 207.056 137
## 31578 121 112.319 13676
## 31579 311 309.168 207
## 31580 225 182.732 105
## 31581 1269 1236.674 202
## 31582 209 172.945 18116
## 31583 172 170.783 123
## 31584 314 305.553 492
## 31585 215 212.757 136
## 31586 124 105.602 116
## 31587 208 201.197 184
## 31588 128 107.665 96
## 31589 230 195.398 212
## 31590 457 426.109 251
## 31592 123 121.160 121
## 31593 555 544.399 242
## 31594 225 205.235 210
## 31595 359 335.413 155
## 31596 432 422.181 461
## 31597 168 166.936 163
## 31598 165 164.338 88
## 31599 112 110.918 127
## 31600 284 156.133 39839
## 31601 99 98.107 141
## 31602 488 487.283 523
## 31603 150 149.569 147
## 31604 502 501.516 286
## 31605 206 205.597 159
## 31606 164 158.428 329
## 31607 151 146.805 160
## 31608 294 293.454 76
## 31609 187 174.227 330
## 31610 217 216.353 232
## 31611 231 215.020 190
## 31612 151 150.228 104
## 31613 164 118.163 173
## 31614 203 188.965 120
## 31615 70963 227.370 220
## 31616 630 628.708 493
## 31617 369 367.976 189
## 31618 227 215.943 272
## 31619 265 244.904 158
## 31620 193 188.320 203
## 31621 232 231.811 197
## 31622 238 236.474 277
## 31623 359 347.976 423
## 31624 272 262.375 179
## 31625 167 166.890 107
## 31626 216 174.462 137
## 31627 109 91.930 98
## 31628 104 100.953 129
## 31629 265 263.245 256
## 31630 408 150.972 247
## 31631 177 175.672 155
## 31632 461 173.275 242
## 31633 664 660.855 574
## 31634 156 146.447 161
## 31635 180 175.516 164
## 31636 325 294.972 204
## 31637 196 175.850 185
## 31638 280 277.640 618
## 31639 129 128.437 161
## 31640 589 587.938 153
## 31641 220 218.360 341
## 31642 223 220.195 189
## 31643 323 308.868 211
## 31644 140 135.608 129
## 31645 536 534.418 295
## 31646 229 227.607 112
## 31647 83 83.429 104
## 31648 178 173.442 162
## 31649 208 205.824 237
## 31650 236 219.011 289
## 31651 217 205.649 224
## 31652 168 167.291 292
## 31653 121 119.668 133
## 31654 125 123.989 124
## 31655 395 394.230 190
## 31656 361 358.911 454
## 31657 171 169.684 189
## 31658 254 252.987 239
## 31659 270 245.744 144
## 31660 281 280.482 116
## 31661 349 348.710 102
## 31662 164 164.033 144
## 31663 817 709.826 307
## 31664 163 154.104 122
## 31665 110 109.163 164
## 31666 103 102.727 71
## 31667 128 117.851 105
## 31668 146 146.346 172
## 31669 192 191.901 177
## 31670 215 214.662 222
## 31671 118 115.512 139
## 31672 133 132.766 147
## 31673 1649 1641.055 68779
## 31674 269 268.804 149
## 31675 214 212.724 127
## 31676 241 235.041 159
## 31677 152 151.131 133
## 31678 204 203.734 147
## 31679 275 274.145 222
## 31680 180 179.292 139
## 31681 247 195.649 162
## 31682 358 302.589 267
## 31683 287 274.566 163
## 31684 648 644.209 375
## 31685 149 148.124 171
## 31686 115 105.652 132
## 31687 149 144.574 154
## 31688 177 175.951 130
## 31689 85 77.397 132
## 31690 265 264.619 245
## 31691 126 123.730 153
## 31692 287 285.991 385
## 31693 314 312.978 89
## 31694 344 342.046 401
## 31695 363 323.862 217
## 31696 137 135.783 109
## 31697 227 226.537 83
## 31698 157 157.405 188
## 31699 255 253.367 157
## 31700 2826 2562.673 614
## 31701 243 242.436 212
## 31702 200 199.660 104
## 31703 207 205.324 295
## 31704 539 536.291 563
## 31705 1774 1771.778 181
## 31706 182 179.849 165
## 31707 149 148.398 127
## 31708 167 159.600 132
## 31709 98 97.655 93
## 31710 305 303.367 246
## 31711 556 556.441 209
## 31712 199 146.661 194
## 31713 183 175.865 294
## 31714 146 145.142 850
## 31715 137 132.375 113
## 31716 99 98.687 281
## 31717 139 138.217 227
## 31718 193 191.547 156
## 31719 240 239.348 191
## 31720 259 259.159 103
## 31721 337 297.562 118
## 31722 115 113.486 67
## 31723 1004 706.974 984
## 31724 348 345.635 281
## 31725 129 122.888 53
## 31726 259 258.056 245
## 31727 156 148.632 150
## 31728 137 127.362 155
## 31729 195 194.591 1813
## 31730 413 410.914 280
## 31731 374 318.092 329
## 31732 174 155.709 244
## 31733 200 198.828 129
## 31734 155 153.097 157
## 31735 173 171.608 137
## 31736 163 161.297 167
## 31737 331 329.845 215
## 31738 111 110.547 115
## 31739 229 227.681 141
## 31740 484 446.651 253
## 31741 182 181.321 351
## 31742 354 351.559 2937
## 31743 221 219.959 350
## 31744 246 245.339 1724
## 31745 302 300.065 206
## 31746 187 185.469 206
## 31747 125 110.681 88
## 31748 240 238.997 299
## 31749 601 600.899 120
## 31750 302 300.425 264
## 31751 149 147.753 104
## 31752 301 299.537 187
## 31753 233 219.988 213
## 31754 302 301.242 327
## 31755 211 188.762 248
## 31756 318 317.406 245
## 31757 331 329.226 203
## 31758 205 200.340 185
## 31759 182 180.995 107
## 31760 162 159.865 443835
## 31761 568 518.828 545
## 31762 251 248.192 448
## 31763 382 319.091 283
## 31764 315 314.672 282
## 31765 101 100.095 137
## 31766 514 513.088 293
## 31767 242 238.426 323
## 31768 123 121.140 202
## 31769 293 292.932 306
## 31770 303 302.581 292
## 31771 309 188.140 108
## 31772 687 686.059 645
## 31773 407 404.329 318
## 31774 363 354.439 352
## 31775 250 243.937 201
## 31776 162 161.894 85
## 31777 213 191.089 220
## 31778 138 133.005 150
## 31779 141 140.995 185
## 31780 110 105.262 103
## 31781 132 113.381 99
## 31782 78 76.680 101
## 31783 443 428.000 273
## 31784 151 149.633 161
## 31785 174 147.781 147
## 31786 182 148.778 113
## 31787 160 158.889 119
## 31788 617 606.742 689
## 31789 1076 945.212 413
## 31790 364 359.182 216
## 31791 384 382.142 227
## 31792 183 182.955 133
## 31793 156 140.697 146
## 31794 149 148.924 129
## 31795 150 149.749 121
## 31796 186 184.945 172
## 31797 157 156.876 195
## 31798 246 244.384 207
## 31799 216 212.699 136
## 31800 201 199.760 179
## 31801 524 496.312 499
## 31802 223 218.005 131
## 31803 163 163.284 97
## 31804 177 169.239 144
## 31805 160 159.490 184
## 31806 166 164.136 148
## 31807 532 520.451 203
## 31808 218 217.132 135
## 31809 193 192.030 188
## 31810 165 164.248 140
## 31811 153 152.766 131
## 31812 180 179.415 107
## 31813 178 178.087 110
## 31814 389 331.104 124
## 31815 287 281.299 205
## 31816 352 341.962 222
## 31817 193 191.696 168
## 31818 186 185.065 649
## 31819 156 154.187 152
## 31820 143 141.941 112
## 31821 132 131.460 105
## 31822 165 165.153 117
## 31823 193 191.685 152
## 31824 140 109.671 119
## 31825 143 142.260 1825
## 31826 159 153.666 167
## 31827 122 120.724 133
## 31828 454 451.748 259
## 31829 173 172.989 131
## 31830 190 189.303 222
## 31831 172 155.687 160
## 31832 156 155.089 169
## 31833 444 439.713 6
## 31834 1617 1615.828 308
## 31835 282 271.145 222
## 31836 138 131.078 123
## 31837 302 275.257 313
## 31838 1339 1292.176 181
## 31839 262 260.867 348
## 31840 195 181.587 167
## 31841 166 165.287 153
## 31842 210 207.967 184
## 31843 555 298.760 135
## 31844 192 190.476 218
## 31845 367 336.356 494
## 31846 197 176.377 191
## 31847 2788 2786.618 238
## 31848 161 151.340 133
## 31849 336 323.335 175
## 31851 660 555.293 564
## 31852 933 867.831 572
## 31853 206 198.736 114
## 31854 754 752.668 365
## 31855 273 271.987 603
## 31856 150 135.889 186
## 31857 295 294.747 178
## 31858 243 242.446 192
## 31859 136 134.694 229
## 31860 222 220.170 202
## 31861 386 307.077 206
## 31862 222 196.849 128
## 31863 267 266.161 198
## 31864 264 262.830 217
## 31865 493 491.841 543
## 31866 353 330.416 265
## 31867 295 259.795 142
## 31868 157 155.617 114
## 31869 147 146.590 155
## 31870 265 255.503 137
## 31871 202 200.920 194
## 31872 142 140.860 132
## 31873 492 449.610 194
## 31874 674 669.525 352
## 31875 203 201.847 266
## 31876 235 233.825 224
## 31877 276 262.572 272
## 31878 179 177.655 235
## 31879 140 139.183 237
## 31880 151 146.305 193
## 31881 195 183.621 345
## 31882 218 216.748 385
## 31883 308 306.003 208
## 31884 243 233.425 198
## 31885 260 256.589 251
## 31886 176 175.193 205
## 31887 165 159.933 207
## 31888 181 180.058 73
## 31889 437 412.056 292
## 31890 259 236.499 275
## 31891 119 118.388 157
## 31892 126 123.694 132
## 31893 175 173.015 112
## 31894 156 147.228 156
## 31895 180 146.987 159
## 31896 153 152.989 95
## 31897 231 223.554 80
## 31898 225 224.981 131
## 31899 318 246.790 2641
## 31900 174 173.043 130
## 31901 334 328.528 330
## 31902 186 185.924 228
## 31903 214 213.518 190
## 31904 226 218.163 208
## 31905 817 814.864 664
## 31906 213 211.410 177
## 31907 564 543.097 105
## 31908 755 746.781 415
## 31909 206 205.139 199
## 31910 263 240.668 106
## 31911 173 172.621 96
## 31912 373 372.083 217
## 31913 286 281.473 130
## 31914 203 202.123 178
## 31915 246 244.193 2237
## 31916 165 155.966 114
## 31917 163 159.831 183
## 31918 202 201.314 269
## 31919 266 255.554 265
## 31920 186 181.224 291
## 31921 212 211.210 167
## 31922 153 151.624 274
## 31923 299 288.975 482
## 31924 147 109.480 161
## 31925 155 154.839 107
## 31926 404 391.930 203
## 31927 500 498.413 583
## 31928 213 206.655 185
## 31929 163 159.583 110
## 31930 182 180.952 164
## 31931 244 242.437 285
## 31932 224 212.869 187
## 31933 250 247.223 173
## 31934 292 290.658 132
## 31935 273 251.680 199
## 31936 288 260.417 228
## 31937 489 453.510 94
## 31938 166 165.067 314
## 31939 195 185.745 186
## 31940 117 104.017 68
## 31941 138 137.162 147
## 31942 172 169.148 232
## 31943 234 232.818 206
## 31944 152 142.118 177
## 31945 157 157.420 165
## 31946 142 141.897 94
## 31947 881 860.657 422
## 31948 147 141.571 151
## 31949 267 258.906 230
## 31950 194 191.998 159
## 31951 354 353.173 188
## 31952 309 309.211 248
## 31953 371 370.775 558
## 31954 188 187.932 200
## 31955 150 146.976 187
## 31956 223 211.643 193
## 31957 237 234.860 266
## 31958 103 96.373 96
## 31959 210 208.912 131
## 31960 114 108.730 115
## 31961 206 205.647 114
## 31962 163 161.635 132
## 31963 156 155.094 148
## 31964 209 207.268 141
## 31965 405 395.222 205
## 31966 216 215.333 181
## 31967 238 213.087 144
## 31968 340 323.915 216
## 31969 237 222.305 142
## 31970 186 185.860 115
## 31971 193 172.202 116
## 31972 123 122.585 174
## 31973 139 136.994 172
## 31974 399 398.804 230
## 31975 97 96.856 44
## 31976 473 215.754 116
## 31977 309 307.019 253
## 31978 198 196.833 261
## 31979 323 214.616 167
## 31980 313 292.603 347
## 31981 139 137.993 147
## 31982 188 185.445 147
## 31983 135 135.311 97
## 31984 556 555.806 185
## 31985 246 245.276 145
## 31986 436 434.484 55143
## 31987 161 154.781 209
## 31988 524 523.248 442
## 31989 134 133.521 100
## 31990 146 134.311 141
## 31991 179 175.280 150
## 31992 299 288.742 191
## 31993 185 171.433 291
## 31994 784 623.238 552
## 31995 198 172.615 310
## 31996 369 365.473 200
## 31997 350 349.115 32695
## 31998 3752 3750.446 464
## 31999 470 459.774 251
## 32000 210 196.646 191
## 32001 670 277.652 300
## 32002 152 144.015 278
## 32003 314 312.346 150
## 32004 204 201.875 200
## 32005 349 327.621 201
## 32006 212 188.817 229
## 32007 154 152.075 106
## 32008 68 67.026 145
## 32009 230 210.876 190
## 32010 132 130.804 98
## 32011 244 242.815 265
## 32012 167 154.476 161
## 32013 176 171.340 103
## 32014 315 313.878 185
## 32015 423 422.623 237
## 32016 325 323.653 122426
## 32017 276 259.920 350
## 32018 599 581.473 258
## 32019 148 143.547 70
## 32020 211 189.750 180
## 32021 184 183.132 168
## 32022 239 236.903 204
## 32023 224 216.176 210
## 32024 156 155.285 117
## 32025 153 149.768 116
## 32026 339 236.637 88
## 32027 936 921.175 770
## 32028 105 102.989 99
## 32029 178 177.195 639
## 32030 107 105.752 96
## 32031 346 185.149 294
## 32032 164 163.066 159
## 32033 211 210.856 203
## 32034 356 353.598 196
## 32035 1022 1016.051 365
## 32036 186 181.340 290
## 32037 151 150.757 155
## 32038 315 313.124 167
## 32039 12307 463.926 153
## 32040 287 285.939 180
## 32041 257 251.448 213
## 32042 372 355.735 552
## 32043 170 169.302 147
## 32044 389 382.449 136
## 32045 2401 2386.281 1058
## 32046 354 345.307 238
## 32047 139 133.469 196
## 32048 244 242.335 192
## 32049 76 75.035 53
## 32050 492 474.003 92
## 32051 196 188.078 98
## 32052 167 156.956 93
## 32053 338 326.327 264
## 32054 183 182.703 120
## 32056 151 150.115 116
## 32057 675 673.049 190
## 32058 185 184.112 238
## 32059 219 212.746 120
## 32060 666 624.820 542
## 32061 277 276.048 350
## 32062 170 169.497 143
## 32063 428 424.890 15371
## 32064 178 177.104 157
## 32065 96 92.011 134
## 32066 212 211.671 165
## 32067 168 163.916 104
## 32068 350 342.832 403
## 32069 822 202.322 255
## 32070 127 125.653 122
## 32071 162 143.134 102
## 32072 201 186.772 220
## 32073 445 437.037 347
## 32074 143 137.808 149
## 32075 179 177.898 118
## 32076 441 425.720 293
## 32077 275 273.431 219
## 32078 161 159.845 289
## 32079 720 622.763 243
## 32080 184 182.268 203
## 32081 141 140.755 107
## 32082 508 482.957 319
## 32083 316 315.447 164
## 32084 626 186.292 222
## 32085 163 162.229 100
## 32086 149 128.784 106
## 32087 121 114.352 79
## 32088 452 450.203 192
## 32089 620 610.329 171
## 32090 384 371.852 133
## 32091 194 180.822 182
## 32092 154 148.902 144
## 32093 175 174.193 111
## 32094 144 141.853 163
## 32095 207 197.987 277
## 32096 145 144.043 177
## 32097 125 124.379 152
## 32098 241 240.241 193
## 32099 209 207.614 218
## 32100 335 303.262 146
## 32101 196 195.215 292
## 32102 515 513.353 460
## 32103 278 248.414 241
## 32104 99 98.299 97
## 32105 1690 1540.027 412
## 32106 199 192.534 211
## 32107 147 134.875 102
## 32108 205 179.875 172
## 32109 146 141.896 681
## 32110 205 200.595 139
## 32111 135 128.768 173
## 32112 534 458.424 341
## 32113 245 223.588 258
## 32114 880 877.642 134
## 32115 227 173.616 173
## 32116 230 221.065 194
## 32117 140 132.117 110
## 32118 149 147.524 122
## 32119 142 141.505 118
## 32120 550 492.642 345
## 32121 156 143.050 111
## 32122 405 404.889 180
## 32123 260 258.087 220
## 32124 183 152.656 144
## 32125 216 215.398 229
## 32126 219 194.077 453
## 32127 201 199.826 124
## 32128 129 129.144 143
## 32129 372 371.369 109
## 32130 117 112.199 97
## 32131 119 118.576 212
## 32132 302 301.632 172
## 32133 330 325.502 413
## 32134 158 157.777 207
## 32135 117 108.640 90
## 32136 228 227.612 145
## 32137 129 128.520 114
## 32138 983 893.411 827
## 32139 237 237.088 171
## 32140 213 211.877 297
## 32141 184 182.621 109
## 32142 165 149.949 1926
## 32143 2560 472.908 434
## 32144 182 179.941 223
## 32145 522 520.627 205
## 32146 380 379.044 241
## 32147 279 277.579 288
## 32148 248 245.452 227
## 32149 496 468.007 423
## 32150 207 204.786 283
## 32151 260 258.812 218
## 32152 181 179.696 136
## 32153 214 190.946 138
## 32154 261 259.905 203
## 32155 186 175.747 149
## 32156 228 227.041 175
## 32157 381 379.970 320
## 32158 280 264.917 186
## 32159 215 214.733 137
## 32160 787 770.307 267
## 32161 187 165.823 250
## 32162 4923 4921.867 1263
## 32163 295 287.578 617
## 32164 198 171.845 206
## 32165 208 190.717 133
## 32166 265 263.966 117
## 32167 162 160.571 102
## 32168 342 339.109 210
## 32169 346 336.347 205
## 32170 137 135.857 100
## 32171 221 220.713 204
## 32172 263 261.557 152
## 32173 276 266.894 235
## 32174 207 204.739 182
## 32175 304 302.739 248
## 32176 147 143.530 156
## 32177 256 242.425 268
## 32178 143 141.574 204
## 32179 233 226.889 92
## 32180 215 213.744 183
## 32181 795 645.692 483
## 32182 305 197.538 149
## 32183 134 132.940 129
## 32184 104 103.764 101
## 32185 203 202.491 11646
## 32186 214 212.521 174
## 32187 213 212.034 222
## 32188 310 308.475 399
## 32189 237 230.367 227
## 32190 285 279.962 199
## 32191 177 176.556 297
## 32192 193 191.376 174
## 32193 258 257.612 243
## 32194 259 258.069 192
## 32195 13071 13069.119 583
## 32196 173 172.900 142
## 32197 3687 3659.808 808
## 32198 80 78.899 302
## 32199 145 144.855 128
## 32200 203 201.853 159
## 32201 309 290.011 232
## 32202 214 213.349 170
## 32203 223 221.099 212
## 32204 167 162.003 125
## 32205 305 301.885 82
## 32206 2032 1976.700 932
## 32207 249 248.291 280
## 32208 175 172.923 169
## 32209 311 303.142 527
## 32210 694 677.146 330
## 32211 218 216.299 237
## 32212 575 541.243 776
## 32213 531 529.112 292
## 32214 241 239.159 256
## 32215 61500 261.991 61128
## 32216 169 167.941 119
## 32217 332 319.330 339
## 32218 1069 685.697 944
## 32219 192 191.675 253
## 32220 625 568.378 300
## 32221 187 186.864 141
## 32222 191 191.206 64
## 32223 204 203.278 80
## 32224 242 235.142 116
## 32225 204 193.120 226
## 32226 125 120.935 85
## 32227 130 129.770 92
## 32228 335 335.003 101
## 32229 1109 115.460 75
## 32230 189 173.854 285
## 32231 144 142.863 78
## 32232 170 170.042 126
## 32233 130 128.976 169
## 32234 197 164.722 138
## 32235 535 524.519 336
## 32236 161 156.051 107
## 32237 116 115.027 83
## 32238 362 351.171 205
## 32239 282437 210.286 112
## 32240 88 72.319 69
## 32241 310 284.088 125
## 32242 193 192.398 53
## 32243 193 192.202 247
## 32244 271 246.030 182
## 32245 243 197.791 200
## 32246 157 107.220 98
## 32247 163 162.450 115
## 32248 210 209.434 118
## 32249 235 221.489 229
## 32250 412 334.598 939
## 32251 176 175.907 312
## 32252 190 188.865 1389
## 32253 388 387.261 233
## 32254 209 187.001 204
## 32255 1667 1658.946 397
## 32256 243 218.253 218
## 32257 170 169.130 162
## 32258 291 290.076 86
## 32259 91 90.092 118
## 32260 173 171.907 2628
## 32261 120 108.604 259
## 32262 548 480.617 446
## 32263 118 116.970 153
## 32264 1025 1023.665 108
## 32265 281 279.800 312
## 32266 284 149.411 110
## 32267 166 150.171 156
## 32268 32640 32514.795 362
## 32269 202 200.791 325
## 32270 169 166.474 160
## 32271 173 172.221 140
## 32272 297 227.115 108
## 32273 226 224.544 176
## 32274 120 115.358 111
## 32275 149 147.463 163
## 32276 263 225.237 179
## 32277 280 217.573 195
## 32278 176 174.297 191
## 32279 302 291.884 214
## 32280 262 238.345 186
## 32281 271 268.007 296
## 32282 375 364.736 179
## 32283 199 198.340 201
## 32284 154 153.462 619
## 32285 198 196.134 196
## 32286 593 538.892 277
## 32287 126 113.649 107
## 32288 185 178.215 229
## 32289 158 156.933 189
## 32290 1739 1726.123 409
## 32291 144 143.181 14192
## 32292 137 136.289 161
## 32293 208 206.963 180
## 32294 571 555.857 488
## 32295 176 163.890 175
## 32296 384 376.308 431
## 32297 188 182.416 116
## 32298 170 168.246 154
## 32299 272 270.585 222
## 32300 398 386.123 177
## 32301 233 231.711 155
## 32302 303 301.813 287
## 32303 158 156.485 54
## 32304 196 191.572 175
## 32305 249 247.888 510
## 32306 133 127.739 112
## 32307 221 219.650 185
## 32308 148 147.083 167
## 32309 356 354.133 353
## 32310 164 128.606 184
## 32311 188 187.002 231
## 32312 170 169.814 142
## 32313 304 299.437 268
## 32314 308 254.559 240
## 32315 350 347.345 167
## 32316 385 383.108 140
## 32317 229 212.131 259
## 32318 334 331.688 259
## 32319 337 335.868 160
## 32320 266 264.332 224
## 32321 220 218.623 175
## 32322 141 139.695 217
## 32323 147 145.761 15022
## 32324 289 286.872 338
## 32325 132 88.324 417
## 32326 438 418.328 203
## 32327 530 519.732 254
## 32328 412 410.581 234
## 32329 1810 1781.969 3005
## 32330 107 106.127 137
## 32331 179 178.433 139
## 32332 617 616.219 202
## 32333 151 150.216 154
## 32334 237 235.100 277
## 32335 132 132.089 173
## 32336 204 131.710 197
## 32337 323 321.741 270
## 32338 145 144.328 76
## 32339 555 554.196 468
## 32340 147 145.620 142
## 32341 154 145.432 113
## 32342 378 316.706 225
## 32343 239 211.817 188
## 32344 293 243.624 174
## 32345 461 408.004 250
## 32346 246 244.502 224
## 32347 170 170.023 156
## 32348 159 156.041 173
## 32349 178 148.279 134
## 32350 181 180.362 164
## 32351 193 187.148 175
## 32352 310 272.121 546
## 32353 290 287.710 110
## 32354 175 163.260 368
## 32355 120 112.364 121
## 32356 156 156.221 117
## 32357 149 142.636 178
## 32358 148 145.845 166
## 32359 174 172.766 199
## 32360 202 190.097 235
## 32361 774 772.574 440
## 32362 165 159.297 168
## 32363 316 315.460 279
## 32364 687 684.690 354
## 32365 333 330.998 232
## 32366 381 370.508 218
## 32367 234 233.037 78
## 32368 166 158.965 113
## 32369 293 272.851 178
## 32370 240 236.992 229
## 32371 205 196.553 238
## 32372 186 178.661 209
## 32373 126 124.038 118
## 32374 113 112.375 140
## 32375 353 351.472 328
## 32376 269 261.579 316
## 32377 134 132.599 322
## 32378 252 250.807 184
## 32379 1046 1045.840 164
## 32380 195 174.215 183
## 32381 199 197.977 227
## 32382 267 218.232 145
## 32383 152 144.696 113
## 32384 110 109.296 103
## 32385 437 435.794 388
## 32386 183 181.593 168
## 32387 138 137.678 127
## 32388 164 162.646 174
## 32389 272 270.905 368
## 32390 206 204.743 187
## 32391 238 237.912 123
## 32392 136 135.606 173
## 32393 1872 1872.029 160
## 32394 320 319.667 164
## 32395 170 168.936 93
## 32396 210 203.482 171
## 32397 240 228.914 263
## 32398 338 233.896 233
## 32399 254 249.503 116
## 32400 237 235.449 194
## 32401 148 147.759 187
## 32402 144 142.252 161
## 32403 561 370.235 782
## 32404 171 170.058 177
## 32405 437 418.173 273
## 32406 210 208.902 186
## 32407 156 148.736 161
## 32408 158 157.288 171
## 32410 184 177.773 135
## 32411 200 198.271 158
## 32412 217 215.344 328
## 32413 515 498.701 141
## 32414 214 62.012 123
## 32415 261 248.787 176
## 32416 206 184.414 341
## 32417 251 101.455 127
## 32418 115 115.266 78
## 32419 150 149.541 157
## 32420 212 203.018 178
## 32421 189 155.813 199
## 32422 161 160.128 124
## 32423 228 226.975 209
## 32424 87 44.849 250
## 32425 251 220.184 400
## 32426 213 212.356 296
## 32427 860 748.417 683
## 32428 183 182.510 150
## 32429 101 94.281 77
## 32430 224 218.578 172
## 32431 225 223.969 237
## 32432 167 165.983 121
## 32433 202 183.665 124
## 32434 164 125.573 164
## 32435 564 201.130 209
## 32436 162 159.255 128
## 32437 95 81.768 90
## 32438 204 202.158 552
## 32439 647 586.564 376
## 32440 189 141.512 157
## 32441 253 252.248 306
## 32442 116 111.010 115
## 32443 303 298.033 167
## 32444 48515 48447.977 534
## 32445 162 158.815 139
## 32446 294 292.975 224
## 32447 197 196.503 445
## 32448 230 226.076 180
## 32449 166 164.948 155
## 32450 303 302.675 163
## 32451 136 128.405 109
## 32452 270 233.394 318
## 32453 136 128.556 120
## 32454 163 156.190 224
## 32455 196 194.400 340
## 32456 167 165.693 209
## 32457 147 147.269 127
## 32458 244 243.083 225
## 32459 216 195.837 159
## 32460 325 306.883 168
## 32461 128 128.291 144
## 32462 126 126.221 93
## 32463 176 159.657 251
## 32464 219 211.485 184
## 32465 146 127.134 82
## 32466 124 123.940 100
## 32467 355 345.936 291
## 32468 464 463.586 222
## 32469 135 114.331 168
## 32470 157 158.118 145
## 32471 179 177.491 221
## 32472 267 252.193 240
## 32473 239 222.779 237
## 32474 269 263.217 406
## 32475 306 304.478 202
## 32476 499 497.638 165
## 32477 114 112.524 159
## 32478 206 204.848 193
## 32479 238 229.708 204
## 32480 340 316.280 33108
## 32481 291 290.297 256
## 32482 371 335.064 188
## 32483 455 453.480 300
## 32484 138 136.774 216
## 32485 271 254.709 231
## 32486 188 184.115 184
## 32487 208 206.243 228
## 32488 179 176.714 191
## 32489 191 158.697 199
## 32490 2461 546.546 210
## 32491 233 230.874 155
## 32492 925 353.294 288
## 32493 372 370.212 129
## 32494 185 176.640 210
## 32495 196 180.704 144
## 32496 209 205.576 149
## 32497 916 814.612 348
## 32498 224 218.287 145
## 32499 209 208.485 154
## 32500 283 265.905 224
## 32501 182 180.550 116
## 32502 578 570.674 490
## 32503 486 453.568 463
## 32504 194 192.657 290
## 32505 347 346.087 96
## 32506 175 174.086 156
## 32507 161 146.176 7
## 32508 358 350.191 351
## 32509 205 204.158 184
## 32510 228 196.551 298
## 32511 185 182.587 536
## 32512 180 179.119 210
## 32513 262 260.268 263
## 32514 129 126.551 157
## 32515 188 186.668 202
## 32516 175 172.652 159
## 32518 106 104.979 97
## 32519 177 161.566 132184
## 32520 210 209.467 257
## 32521 366 364.464 260
## 32522 209 207.409 154
## 32523 223 210.735 186
## 32524 308 256.394 327
## 32525 280 278.620 179
## 32526 226 225.423 228
## 32527 119 118.595 99
## 32528 171 170.263 173
## 32529 201 200.196 197
## 32530 142 126.574 121
## 32531 655 231.753 214
## 32532 276 273.170 318
## 32533 226 225.224 189
## 32534 712 261.731 325
## 32535 192 191.657 189
## 32536 183 154.012 349
## 32537 72 67.595 101
## 32538 151 149.514 130
## 32539 339 337.147 275
## 32540 176 156.686 185
## 32541 141 137.900 148
## 32542 289 279.262 265
## 32543 161 151.401 151
## 32544 170 162.837 277
## 32545 413 411.421 287
## 32546 162 155.416 160
## 32547 131 130.426 88
## 32548 1155 1154.399 130
## 32549 324 201.948 196
## 32550 157 156.964 507
## 32551 252 232.312 643
## 32552 189 176.328 127
## 32553 269 267.960 295
## 32554 260 258.685 237
## 32555 126 125.171 110
## 32556 163 161.980 122
## 32557 187 186.369 171
## 32558 227 226.769 240
## 32559 772 762.936 282
## 32560 511 509.610 237
## 32561 347 346.036 269
## 32562 392 375.022 751
## 32563 302 256.250 309
## 32564 147 141.622 147
## 32565 265 249.764 434
## 32566 361 349.500 137
## 32567 228 211.708 202
## 32568 158 155.959 204
## 32569 2052 2047.898 414
## 32570 156 154.977 122
## 32571 196 194.984 367
## 32572 171 169.737 173
## 32573 177 175.896 181
## 32574 735 734.376 322
## 32575 480 479.075 165
## 32576 198 176.269 186
## 32577 171 153.588 112
## 32578 357 355.951 244
## 32579 226 225.115 147
## 32580 277 269.192 224
## 32581 347 330.589 154
## 32582 478 404.672 351
## 32583 142 133.979 133
## 32584 306 303.900 173
## 32585 224 157.861 122
## 32586 196 192.830 247
## 32587 201 193.493 193
## 32588 142 141.071 172
## 32589 97 96.594 112
## 32590 194 192.391 234
## 32591 196 173.166 291
## 32592 214 206.866 336
## 32593 204 173.757 201
## 32594 284 284.060 315
## 32595 182 177.925 15
## 32596 120 93.057 221
## 32597 255 223.194 1515
## 32598 122 121.707 130
## 32599 11125 228.130 10899
## 32600 416 405.733 241
## 32601 136 135.050 201
## 32602 202 201.158 304
## 32603 161 154.770 143
## 32604 242 230.896 180
## 32605 440 439.142 291
## 32606 197 188.406 144
## 32607 131 130.496 128
## 32608 232 203.576 202
## 32609 116 111.428 99
## 32610 473 424.430 394
## 32611 116 111.348 86
## 32612 225 224.395 179
## 32613 154 150.592 997
## 32614 352 350.149 312
## 32615 229 218.850 211
## 32616 319 317.423 151
## 32617 149 147.603 148
## 32618 258 257.442 177
## 32619 156 154.401 187
## 32620 578 577.070 167
## 32621 135 134.013 120
## 32622 721 719.531 277
## 32623 174 169.979 73
## 32624 44029 172.268 43852
## 32625 3246 3245.718 99
## 32626 250 236.945 109
## 32627 654 193.613 371
## 32628 296 259.169 247
## 32629 244 243.414 212
## 32630 138 136.779 123
## 32631 123 117.655 136
## 32632 216 204.311 151
## 32633 289 282.469 194
## 32634 161 157.833 131
## 32635 933 831.314 301
## 32636 335 318.776 192
## 32637 202 197.189 224
## 32638 106 101.609 148
## 32639 351 350.028 571
## 32640 152 146.492 183
## 32641 306 304.297 435
## 32642 225 223.164 244
## 32643 183 182.599 253
## 32644 187 185.055 178
## 32645 170 145.233 147
## 32646 229 227.825 279
## 32647 284 282.654 120
## 32648 136 134.809 164
## 32649 142 140.300 139
## 32650 190 180.870 431
## 32651 408 16.688 175
## 32652 154 153.185 139
## 32653 127 120.149 117
## 32654 144 143.137 181
## 32655 148 145.867 116
## 32656 262 251.337 171
## 32657 200 199.039 265
## 32658 197 194.733 278
## 32659 181 180.560 154
## 32660 246 245.200 204
## 32661 235 228.462 154
## 32662 192 187.669 195
## 32663 484 480.432 398
## 32664 143 143.016 133
## 32665 300 300.340 234
## 32666 143 142.612 66
## 32667 246 245.576 257
## 32668 174 172.551 113
## 32669 427 426.236 371
summary(df_filtrado[,columnas_duracion])
## testelapse sum_T_elapsed surveyelapse
## Min. : 14 Min. : 11.19 Min. : 1
## 1st Qu.: 167 1st Qu.: 159.69 1st Qu.: 147
## Median : 216 Median : 204.99 Median : 187
## Mean : 3012 Mean : 317.00 Mean : 4995
## 3rd Qu.: 299 3rd Qu.: 277.66 3rd Qu.: 249
## Max. :20829721 Max. :151401.02 Max. :20828454
Dado que testelapse y surveyelapse corresponden a el tiempo en segundos que se tardó en responde todo el test, tenemos que considerar que siendo 42 preguntas del test no podemos confiar demasiado en aquellos registros que hayan tardado menos de 1 minuto y más de 40 minutos
df_filtrado <- df_filtrado %>%
filter(testelapse >= 60, testelapse <= 2400, surveyelapse <= 2400, surveyelapse >=60)
Habiendo limpiado los absurdos, vamos a verificar los outliers.
iqr_testelapse <- IQR(df_filtrado$testelapse)
iqr_surveyelapse <- IQR(df_filtrado$surveyelapse)
# Definir los límites para identificar outliers
limite_superior_testelapse <- quantile(df_filtrado$testelapse)[4] + 1.5 * iqr_testelapse
limite_inferior_testelapse <- quantile(df_filtrado$testelapse)[2] - 1.5 * iqr_testelapse
limite_superior_surveyelapse <- quantile(df_filtrado$surveyelapse)[4] + 1.5 * iqr_surveyelapse
limite_inferior_surveyelapse <- quantile(df_filtrado$surveyelapse)[2] - 1.5 * iqr_surveyelapse
# Identificar outliers en testelapse y surveyelapse
outliers_testelapse <- df_filtrado$testelapse > limite_superior_testelapse | df_filtrado$testelapse < limite_inferior_testelapse
outliers_surveyelapse <- df_filtrado$surveyelapse > limite_superior_surveyelapse | df_filtrado$surveyelapse < limite_inferior_surveyelapse
# Contar y mostrar los outliers
cat("Número de outliers en testelapse:", sum(outliers_testelapse), "\n")
## Número de outliers en testelapse: 2580
cat("Número de outliers en surveyelapse:", sum(outliers_surveyelapse), "\n")
## Número de outliers en surveyelapse: 2191
# Crear un boxplot para testelapse con outliers marcados
ggplot(df_filtrado, aes(x = factor(1), y = testelapse)) +
geom_boxplot(outlier.shape = 16, outlier.colour = "red") +
labs(title = "Boxplot de testelapse con outliers marcados",
x = "",
y = "testelapse") +
theme_minimal()
# Crear un boxplot para surveyelapse con outliers marcados
ggplot(df_filtrado, aes(x = factor(1), y = surveyelapse)) +
geom_boxplot(outlier.shape = 16, outlier.colour = "red") +
labs(title = "Boxplot de surveyelapse con outliers marcados",
x = "",
y = "surveyelapse") +
theme_minimal()
Ahora procedemos a filtrar los outliers y observar los boxplots luego de quitar outliers.
df_filtrado <- df_filtrado %>%
filter(testelapse >= limite_inferior_testelapse, testelapse <= limite_superior_testelapse,
surveyelapse >= limite_inferior_surveyelapse, surveyelapse <= limite_superior_surveyelapse)
# Verificar el nuevo tamaño del dataframe después de la eliminación de outliers
cat("Número de filas después de eliminar outliers:", nrow(df_filtrado), "\n")
## Número de filas después de eliminar outliers: 27539
# Crear un boxplot para testelapse con outliers marcados
ggplot(df_filtrado, aes(x = factor(1), y = testelapse)) +
geom_boxplot(outlier.shape = 16, outlier.colour = "red") +
labs(title = "Boxplot de testelapse con outliers marcados",
x = "",
y = "testelapse") +
theme_minimal()
# Crear un boxplot para surveyelapse con outliers marcados
ggplot(df_filtrado, aes(x = factor(1), y = surveyelapse)) +
geom_boxplot(outlier.shape = 16, outlier.colour = "red") +
labs(title = "Boxplot de surveyelapse con outliers marcados",
x = "",
y = "surveyelapse") +
theme_minimal()
ggplot(df_filtrado, aes(x = testelapse)) +
geom_density(fill = "blue", alpha = 0.5) +
labs(title = "Densidad de testelapse sin outliers",
x = "testelapse",
y = "Densidad") +
theme_minimal()
ggplot(df_filtrado, aes(x = surveyelapse)) +
geom_density(fill = "orange", alpha = 0.5) +
labs(title = "Densidad de surveyelapse sin outliers",
x = "testelapse",
y = "Densidad") +
theme_minimal()
Verificaremos las variables que seran las target: Depresion, Ansiedad y Stress
# Definir colores para cada variable
color_depresion <- "green"
color_ansiedad <- "orange"
color_stress <- "purple"
# Crear histograma y boxplot para la variable de Depresion
ggplot(df_filtrado, aes(x = Depresion)) +
geom_histogram(fill = color_depresion, color = "black", bins = 21) +
labs(title = "Histograma de Depresion",
x = "Depresion",
y = "Frecuencia") +
theme_minimal()
ggplot(df_filtrado, aes(x = factor(1), y = Depresion)) +
geom_boxplot(fill = color_depresion, color = "black") +
labs(title = "Boxplot de Depresion",
x = "",
y = "Depresion") +
theme_minimal()
# Crear histograma y boxplot para la variable de Ansiedad
ggplot(df_filtrado, aes(x = Ansiedad)) +
geom_histogram(fill = color_ansiedad, color = "black", bins = 21) +
labs(title = "Histograma de Ansiedad",
x = "Ansiedad",
y = "Frecuencia") +
theme_minimal()
ggplot(df_filtrado, aes(x = factor(1), y = Ansiedad)) +
geom_boxplot(fill = color_ansiedad, color = "black") +
labs(title = "Boxplot de Ansiedad",
x = "",
y = "Ansiedad") +
theme_minimal()
# Crear histograma y boxplot para la variable de Stress
ggplot(df_filtrado, aes(x = Stress)) +
geom_histogram(fill = color_stress, color = "black", bins = 21) +
labs(title = "Histograma de Stress",
x = "Stress",
y = "Frecuencia") +
theme_minimal()
ggplot(df_filtrado, aes(x = factor(1), y = Stress)) +
geom_boxplot(fill = color_stress, color = "black") +
labs(title = "Boxplot de Stress",
x = "",
y = "Stress") +
theme_minimal()
Se puede observar que el Stress tiene una distribución que se asemeja un poco a una normal a primera vista, mientras que la Depresión tiene una distribución considerablemente más uniforme, y la Ansiedad se asemeja un poco a una Chi-cuadrado.
Veamos ahora nuestras variables de Personalidad
# Definir colores para cada variable de personalidad
color_extraversion <- "skyblue"
color_agreeableness <- "lightcoral"
color_conscientiousness <- "lightgreen"
color_emotional_stability <- "gold"
color_openness <- "mediumpurple"
# Crear histograma y boxplot para la variable de Extraversion
ggplot(df_filtrado, aes(x = Extraversion)) +
geom_histogram(fill = color_extraversion, color = "black", bins = 14) +
labs(title = "Histograma de Extraversion",
x = "Extraversion",
y = "Frecuencia") +
theme_minimal()
ggplot(df_filtrado, aes(x = factor(1), y = Extraversion)) +
geom_boxplot(fill = color_extraversion, color = "black") +
labs(title = "Boxplot de Extraversion",
x = "",
y = "Extraversion") +
theme_minimal()
# Crear histograma y boxplot para la variable de Agreeableness
ggplot(df_filtrado, aes(x = Agreeableness)) +
geom_histogram(fill = color_agreeableness, color = "black", bins = 14) +
labs(title = "Histograma de Agreeableness",
x = "Agreeableness",
y = "Frecuencia") +
theme_minimal()
ggplot(df_filtrado, aes(x = factor(1), y = Agreeableness)) +
geom_boxplot(fill = color_agreeableness, color = "black") +
labs(title = "Boxplot de Agreeableness",
x = "",
y = "Agreeableness") +
theme_minimal()
# Crear histograma y boxplot para la variable de Conscientiousness
ggplot(df_filtrado, aes(x = Conscientiousness)) +
geom_histogram(fill = color_conscientiousness, color = "black", bins = 14) +
labs(title = "Histograma de Conscientiousness",
x = "Conscientiousness",
y = "Frecuencia") +
theme_minimal()
ggplot(df_filtrado, aes(x = factor(1), y = Conscientiousness)) +
geom_boxplot(fill = color_conscientiousness, color = "black") +
labs(title = "Boxplot de Conscientiousness",
x = "",
y = "Conscientiousness") +
theme_minimal()
# Crear histograma y boxplot para la variable de Emotional Stability
ggplot(df_filtrado, aes(x = EmotionalStability)) +
geom_histogram(fill = color_emotional_stability, color = "black", bins = 14) +
labs(title = "Histograma de Emotional Stability",
x = "Emotional Stability",
y = "Frecuencia") +
theme_minimal()
ggplot(df_filtrado, aes(x = factor(1), y = EmotionalStability)) +
geom_boxplot(fill = color_emotional_stability, color = "black") +
labs(title = "Boxplot de Emotional Stability",
x = "",
y = "Emotional Stability") +
theme_minimal()
# Crear histograma y boxplot para la variable de Openness
ggplot(df_filtrado, aes(x = Openness)) +
geom_histogram(fill = color_openness, color = "black", bins = 14) +
labs(title = "Histograma de Openness",
x = "Openness",
y = "Frecuencia") +
theme_minimal()
ggplot(df_filtrado, aes(x = factor(1), y = Openness)) +
geom_boxplot(fill = color_openness, color = "black") +
labs(title = "Boxplot de Openness",
x = "",
y = "Openness") +
theme_minimal()
library(corrplot)
## Warning: package 'corrplot' was built under R version 4.3.2
## corrplot 0.92 loaded
# Seleccionar las variables de interés
variables_interes <- c("Depresion", "Ansiedad", "Stress", "Extraversion", "Agreeableness", "Conscientiousness", "EmotionalStability", "Openness")
# Crear una submatriz con las variables seleccionadas
matriz_correlacion <- df_filtrado[, variables_interes]
# Eliminar filas y columnas con valores NA
matriz_correlacion <- matriz_correlacion[complete.cases(matriz_correlacion), ]
# Calcular la matriz de correlación
matriz_correlacion <- cor(matriz_correlacion)
# Visualizar la matriz de correlación usando corrplot
corrplot(matriz_correlacion, method = "number", type = "upper", order = "hclust", tl.col = "black", tl.srt = 45, addCoef.col = "black", number.cex = 0.7)
Se observa que la estabilidad emocional tiene una correlacion negativa bastante alta con nuestras tres variables target, mayormente con Estrés. El resto de los rasgos de personalidad tienen todos correlacion negativa pero relativamente baja con nuestras variables target. Analicemos ahora en función de datos personales.
columnas_personales <- c("education", "urban", "gender", "engnat", "hand", "religion", "orientation", "race", "voted", "married", "familysize")
# Filtrar filas con valores NA en las columnas de interés
df_filtrado <- df_filtrado[complete.cases(df_filtrado[columnas_personales]), ]
# Identificar y factorizar solo las columnas de tipo "character" o "factor"
df_filtrado[columnas_personales] <- sapply(df_filtrado[columnas_personales], function(x) {
if(is.character(x) || is.factor(x)) {
return(as.factor(x))
} else {
return(x)
}
})
# Verificar el resultado
str(df_filtrado[columnas_personales])
## 'data.frame': 27539 obs. of 11 variables:
## $ education : int 2 2 2 1 3 2 1 1 3 4 ...
## $ urban : int 3 3 3 3 2 3 1 2 0 2 ...
## $ gender : int 2 2 2 2 2 2 2 1 2 1 ...
## $ engnat : int 2 1 2 1 2 2 2 1 1 2 ...
## $ hand : int 1 2 1 2 3 1 1 1 1 1 ...
## $ religion : int 12 7 4 4 10 4 2 6 1 12 ...
## $ orientation: int 1 0 3 5 1 1 2 1 1 1 ...
## $ race : int 10 70 60 70 10 70 60 60 60 60 ...
## $ voted : int 2 2 1 2 2 2 2 2 2 2 ...
## $ married : int 1 1 1 1 1 1 1 1 1 1 ...
## $ familysize : int 2 4 3 5 4 4 3 1 2 5 ...
Vamos a comenzar factorizando nuestras variables categóricas Depresion_cat, Ansiedad_cat, y Stress_cat
library(dplyr)
library(forcats)
# Columnas a codificar
columnas_a_codificar <- c("Depresion_cat", "Ansiedad_cat", "Stress_cat")
# Función para codificar las categorías
codificar_categoria <- function(x) {
recode(x,
"Normal" = 0,
"Leve" = 1,
"Moderado" = 2,
"Severo" = 3,
.default = as.numeric(as.character(x))
)
}
# Aplica la codificación a cada columna y crea nuevas columnas
df_filtrado <- df_filtrado %>%
mutate(
Depresion_cat_f = codificar_categoria(Depresion_cat),
Ansiedad_cat_f = codificar_categoria(Ansiedad_cat),
Stress_cat_f = codificar_categoria(Stress_cat)
)
## Warning: There were 3 warnings in `mutate()`.
## The first warning was:
## ℹ In argument: `Depresion_cat_f = codificar_categoria(Depresion_cat)`.
## Caused by warning in `lapply()`:
## ! NAs introduced by coercion
## ℹ Run `dplyr::last_dplyr_warnings()` to see the 2 remaining warnings.
prop_target <- prop.table(table(df_filtrado$Depresion_cat))
prop_target
##
## Leve Moderado Normal Severo
## 0.0939395 0.1792730 0.2213225 0.5054650
library(caret)
## Warning: package 'caret' was built under R version 4.3.2
## Loading required package: lattice
##
## Attaching package: 'caret'
## The following object is masked from 'package:purrr':
##
## lift
set.seed(17)
# Agregar una columna de ID
df_filtrado$ID <- seq_len(nrow(df_filtrado))
# Definir las variables predictoras
variables_predictoras <- c("Extraversion", "Agreeableness", "Conscientiousness", "EmotionalStability", "Openness", "education", "urban", "gender", "engnat", "hand", "religion", "orientation", "race", "voted", "married", "familysize")
# Definir las variables objetivo
variables_objetivo <- c("Depresion_cat", "Ansiedad_cat", "Stress_cat")
# Seleccionar solo las columnas de interés
df_modelo <- df_filtrado[, c(variables_predictoras, variables_objetivo, "ID")]
# Dividir el conjunto de datos en entrenamiento y prueba
indice_entrenamiento <- createDataPartition(df_modelo$Depresion, p = 0.7, list = FALSE)
# Conjunto de entrenamiento
df_entrenamiento <- df_modelo[indice_entrenamiento, ]
# Conjunto de prueba
df_prueba <- df_modelo[-indice_entrenamiento, ]
library(rpart.plot)
# Crear una fórmula para el modelo
variables_predictoras_depresion <- c("Extraversion", "Agreeableness", "Conscientiousness", "EmotionalStability", "Openness", "Depresion_cat")
variables_predictoras_ansiedad <- c("Extraversion", "Agreeableness", "Conscientiousness", "EmotionalStability", "Openness", "Ansiedad_cat")
variables_predictoras_stress <- c("Extraversion", "Agreeableness", "Conscientiousness", "EmotionalStability", "Openness", "Stress_cat")
df_entrenamiento_depresion <- df_entrenamiento[variables_predictoras_depresion]
df_entrenamiento_stress <- df_entrenamiento[variables_predictoras_stress]
df_entrenamiento_ansiedad <- df_entrenamiento[variables_predictoras_ansiedad]
#formula <- as.formula(paste('Depresion', " ~ ."))
# Entrenar el modelo en el conjunto de entrenamiento
modelo_cart_depresion <- rpart(formula = Depresion_cat ~. , data = df_entrenamiento_depresion, method = 'class')
# Imprimir el resumen del modelo
print(paste("Resumen del modelo para", 'Depresion'))
## [1] "Resumen del modelo para Depresion"
print(summary(modelo_cart_depresion))
## Call:
## rpart(formula = Depresion_cat ~ ., data = df_entrenamiento_depresion,
## method = "class")
## n= 19278
##
## CP nsplit rel error xerror xstd
## 1 0.08023914 0 1.0000000 1.0000000 0.007281152
## 2 0.05821271 1 0.9197609 0.9197609 0.007251863
## 3 0.01000000 2 0.8615481 0.8663730 0.007206681
##
## Variable importance
## EmotionalStability Conscientiousness Agreeableness Openness
## 79 8 5 5
## Extraversion
## 3
##
## Node number 1: 19278 observations, complexity param=0.08023914
## predicted class=Severo expected loss=0.4945534 P(node) =1
## class counts: 1811 3456 4267 9744
## probabilities: 0.094 0.179 0.221 0.505
## left son=2 (8566 obs) right son=3 (10712 obs)
## Primary splits:
## EmotionalStability < 3.25 to the right, improve=1101.90400, (0 missing)
## Conscientiousness < 4.25 to the right, improve= 343.14590, (0 missing)
## Extraversion < 3.25 to the right, improve= 292.54760, (0 missing)
## Openness < 4.25 to the right, improve= 228.50220, (0 missing)
## Agreeableness < 4.25 to the right, improve= 64.67917, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the right, agree=0.600, adj=0.101, (0 split)
## Agreeableness < 5.25 to the right, agree=0.582, adj=0.060, (0 split)
## Openness < 5.25 to the right, agree=0.577, adj=0.048, (0 split)
## Extraversion < 4.25 to the right, agree=0.568, adj=0.027, (0 split)
##
## Node number 2: 8566 observations, complexity param=0.05821271
## predicted class=Normal expected loss=0.6096194 P(node) =0.4443407
## class counts: 1093 1550 3344 2579
## probabilities: 0.128 0.181 0.390 0.301
## left son=4 (4353 obs) right son=5 (4213 obs)
## Primary splits:
## EmotionalStability < 4.25 to the right, improve=221.81220, (0 missing)
## Extraversion < 3.25 to the right, improve=148.19480, (0 missing)
## Conscientiousness < 4.25 to the right, improve=127.33130, (0 missing)
## Openness < 4.25 to the right, improve= 87.23226, (0 missing)
## Agreeableness < 3.75 to the right, improve= 16.80514, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the right, agree=0.570, adj=0.125, (0 split)
## Openness < 5.25 to the right, agree=0.568, adj=0.122, (0 split)
## Agreeableness < 5.25 to the right, agree=0.547, adj=0.079, (0 split)
## Extraversion < 4.25 to the right, agree=0.544, adj=0.073, (0 split)
##
## Node number 3: 10712 observations
## predicted class=Severo expected loss=0.331124 P(node) =0.5556593
## class counts: 718 1906 923 7165
## probabilities: 0.067 0.178 0.086 0.669
##
## Node number 4: 4353 observations
## predicted class=Normal expected loss=0.4812773 P(node) =0.2258014
## class counts: 520 637 2258 938
## probabilities: 0.119 0.146 0.519 0.215
##
## Node number 5: 4213 observations
## predicted class=Severo expected loss=0.6104913 P(node) =0.2185393
## class counts: 573 913 1086 1641
## probabilities: 0.136 0.217 0.258 0.390
##
## n= 19278
##
## node), split, n, loss, yval, (yprob)
## * denotes terminal node
##
## 1) root 19278 9534 Severo (0.09394128 0.17927171 0.22134039 0.50544662)
## 2) EmotionalStability>=3.25 8566 5222 Normal (0.12759748 0.18094793 0.39038057 0.30107401)
## 4) EmotionalStability>=4.25 4353 2095 Normal (0.11945785 0.14633586 0.51872272 0.21548357) *
## 5) EmotionalStability< 4.25 4213 2572 Severo (0.13600760 0.21671018 0.25777356 0.38950866) *
## 3) EmotionalStability< 3.25 10712 3547 Severo (0.06702763 0.17793129 0.08616505 0.66887603) *
# Visualizar el árbol de decisión (puedes ajustar los parámetros según tus preferencias)
rpart.plot(modelo_cart_depresion)
Vemos que, sin pasarle ningún hiperparámetro, el árbol decide únicamente en base al valor que tenga una persona en Estabilidad Emocional, y no logra clasificar Leve ni Moderado
Probemos ahora un segundo modelo agregando algunos hiperparámetros:
# Entrenar el modelo en el conjunto de entrenamiento
modelo_cart_depresion_cp <- rpart(formula = Depresion_cat ~. , data = df_entrenamiento_depresion, method = "class", control = rpart.control(cp = 0.002))
# Imprimir el resumen del modelo
print(paste("Resumen del modelo para", 'Depresion'))
## [1] "Resumen del modelo para Depresion"
print(summary(modelo_cart_depresion_cp))
## Call:
## rpart(formula = Depresion_cat ~ ., data = df_entrenamiento_depresion,
## method = "class", control = rpart.control(cp = 0.002))
## n= 19278
##
## CP nsplit rel error xerror xstd
## 1 0.080239144 0 1.0000000 1.0000000 0.007281152
## 2 0.058212712 1 0.9197609 0.9167191 0.007249844
## 3 0.006660373 2 0.8615481 0.8633312 0.007203480
## 4 0.005506608 4 0.8482274 0.8484372 0.007186823
## 5 0.003251521 6 0.8372142 0.8393119 0.007175806
## 6 0.002000000 7 0.8339627 0.8393119 0.007175806
##
## Variable importance
## EmotionalStability Extraversion Conscientiousness Openness
## 70 10 10 5
## Agreeableness
## 4
##
## Node number 1: 19278 observations, complexity param=0.08023914
## predicted class=Severo expected loss=0.4945534 P(node) =1
## class counts: 1811 3456 4267 9744
## probabilities: 0.094 0.179 0.221 0.505
## left son=2 (8566 obs) right son=3 (10712 obs)
## Primary splits:
## EmotionalStability < 3.25 to the right, improve=1101.90400, (0 missing)
## Conscientiousness < 4.25 to the right, improve= 343.14590, (0 missing)
## Extraversion < 3.25 to the right, improve= 292.54760, (0 missing)
## Openness < 4.25 to the right, improve= 228.50220, (0 missing)
## Agreeableness < 4.25 to the right, improve= 64.67917, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the right, agree=0.600, adj=0.101, (0 split)
## Agreeableness < 5.25 to the right, agree=0.582, adj=0.060, (0 split)
## Openness < 5.25 to the right, agree=0.577, adj=0.048, (0 split)
## Extraversion < 4.25 to the right, agree=0.568, adj=0.027, (0 split)
##
## Node number 2: 8566 observations, complexity param=0.05821271
## predicted class=Normal expected loss=0.6096194 P(node) =0.4443407
## class counts: 1093 1550 3344 2579
## probabilities: 0.128 0.181 0.390 0.301
## left son=4 (4353 obs) right son=5 (4213 obs)
## Primary splits:
## EmotionalStability < 4.25 to the right, improve=221.81220, (0 missing)
## Extraversion < 3.25 to the right, improve=148.19480, (0 missing)
## Conscientiousness < 4.25 to the right, improve=127.33130, (0 missing)
## Openness < 4.25 to the right, improve= 87.23226, (0 missing)
## Agreeableness < 3.75 to the right, improve= 16.80514, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the right, agree=0.570, adj=0.125, (0 split)
## Openness < 5.25 to the right, agree=0.568, adj=0.122, (0 split)
## Agreeableness < 5.25 to the right, agree=0.547, adj=0.079, (0 split)
## Extraversion < 4.25 to the right, agree=0.544, adj=0.073, (0 split)
##
## Node number 3: 10712 observations
## predicted class=Severo expected loss=0.331124 P(node) =0.5556593
## class counts: 718 1906 923 7165
## probabilities: 0.067 0.178 0.086 0.669
##
## Node number 4: 4353 observations, complexity param=0.005506608
## predicted class=Normal expected loss=0.4812773 P(node) =0.2258014
## class counts: 520 637 2258 938
## probabilities: 0.119 0.146 0.519 0.215
## left son=8 (2731 obs) right son=9 (1622 obs)
## Primary splits:
## Extraversion < 3.25 to the right, improve=85.75273, (0 missing)
## Conscientiousness < 3.75 to the right, improve=69.18898, (0 missing)
## EmotionalStability < 5.75 to the left, improve=57.31317, (0 missing)
## Openness < 4.25 to the right, improve=35.46706, (0 missing)
## Agreeableness < 3.25 to the right, improve=17.20626, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the right, agree=0.647, adj=0.054, (0 split)
## Conscientiousness < 1.25 to the right, agree=0.629, adj=0.004, (0 split)
## Agreeableness < 2.25 to the right, agree=0.628, adj=0.001, (0 split)
##
## Node number 5: 4213 observations, complexity param=0.006660373
## predicted class=Severo expected loss=0.6104913 P(node) =0.2185393
## class counts: 573 913 1086 1641
## probabilities: 0.136 0.217 0.258 0.390
## left son=10 (2929 obs) right son=11 (1284 obs)
## Primary splits:
## Extraversion < 2.75 to the right, improve=54.105610, (0 missing)
## Conscientiousness < 3.25 to the right, improve=30.711120, (0 missing)
## Openness < 3.75 to the right, improve=24.608090, (0 missing)
## EmotionalStability < 3.75 to the right, improve=13.056180, (0 missing)
## Agreeableness < 2.75 to the right, improve= 3.682833, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the right, agree=0.703, adj=0.024, (0 split)
## Conscientiousness < 0.75 to the right, agree=0.697, adj=0.005, (0 split)
## Agreeableness < 1.25 to the right, agree=0.696, adj=0.004, (0 split)
##
## Node number 8: 2731 observations
## predicted class=Normal expected loss=0.3976565 P(node) =0.1416641
## class counts: 333 343 1645 410
## probabilities: 0.122 0.126 0.602 0.150
##
## Node number 9: 1622 observations, complexity param=0.005506608
## predicted class=Normal expected loss=0.6220715 P(node) =0.08413736
## class counts: 187 294 613 528
## probabilities: 0.115 0.181 0.378 0.326
## left son=18 (1216 obs) right son=19 (406 obs)
## Primary splits:
## Conscientiousness < 3.75 to the right, improve=29.127000, (0 missing)
## EmotionalStability < 6.25 to the right, improve=17.781430, (0 missing)
## Extraversion < 1.25 to the right, improve=14.559900, (0 missing)
## Openness < 3.75 to the right, improve=11.537660, (0 missing)
## Agreeableness < 3.25 to the right, improve= 9.158797, (0 missing)
## Surrogate splits:
## Openness < 1.25 to the right, agree=0.753, adj=0.012, (0 split)
## Extraversion < 0.75 to the right, agree=0.752, adj=0.007, (0 split)
##
## Node number 10: 2929 observations, complexity param=0.006660373
## predicted class=Severo expected loss=0.6742916 P(node) =0.1519348
## class counts: 448 676 851 954
## probabilities: 0.153 0.231 0.291 0.326
## left son=20 (1553 obs) right son=21 (1376 obs)
## Primary splits:
## Conscientiousness < 4.25 to the right, improve=22.806050, (0 missing)
## Extraversion < 4.25 to the right, improve=15.583010, (0 missing)
## Openness < 4.25 to the right, improve=13.803440, (0 missing)
## EmotionalStability < 3.75 to the right, improve= 9.024388, (0 missing)
## Agreeableness < 5.25 to the left, improve= 2.065618, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.589, adj=0.125, (0 split)
## Agreeableness < 3.25 to the right, agree=0.534, adj=0.008, (0 split)
##
## Node number 11: 1284 observations
## predicted class=Severo expected loss=0.4649533 P(node) =0.06660442
## class counts: 125 237 235 687
## probabilities: 0.097 0.185 0.183 0.535
##
## Node number 18: 1216 observations, complexity param=0.003251521
## predicted class=Normal expected loss=0.5583882 P(node) =0.06307708
## class counts: 132 200 537 347
## probabilities: 0.109 0.164 0.442 0.285
## left son=36 (1045 obs) right son=37 (171 obs)
## Primary splits:
## Extraversion < 1.25 to the right, improve=11.640080, (0 missing)
## EmotionalStability < 5.75 to the right, improve=11.460200, (0 missing)
## Openness < 3.75 to the right, improve= 8.576839, (0 missing)
## Agreeableness < 3.25 to the right, improve= 6.438107, (0 missing)
## Conscientiousness < 5.75 to the left, improve= 5.109435, (0 missing)
## Surrogate splits:
## Agreeableness < 1.25 to the right, agree=0.86, adj=0.006, (0 split)
## Openness < 1.25 to the right, agree=0.86, adj=0.006, (0 split)
##
## Node number 19: 406 observations
## predicted class=Severo expected loss=0.5541872 P(node) =0.02106028
## class counts: 55 94 76 181
## probabilities: 0.135 0.232 0.187 0.446
##
## Node number 20: 1553 observations
## predicted class=Normal expected loss=0.6471346 P(node) =0.08055815
## class counts: 233 351 548 421
## probabilities: 0.150 0.226 0.353 0.271
##
## Node number 21: 1376 observations
## predicted class=Severo expected loss=0.6126453 P(node) =0.0713767
## class counts: 215 325 303 533
## probabilities: 0.156 0.236 0.220 0.387
##
## Node number 36: 1045 observations
## predicted class=Normal expected loss=0.5339713 P(node) =0.05420687
## class counts: 117 175 487 266
## probabilities: 0.112 0.167 0.466 0.255
##
## Node number 37: 171 observations
## predicted class=Severo expected loss=0.5263158 P(node) =0.008870215
## class counts: 15 25 50 81
## probabilities: 0.088 0.146 0.292 0.474
##
## n= 19278
##
## node), split, n, loss, yval, (yprob)
## * denotes terminal node
##
## 1) root 19278 9534 Severo (0.09394128 0.17927171 0.22134039 0.50544662)
## 2) EmotionalStability>=3.25 8566 5222 Normal (0.12759748 0.18094793 0.39038057 0.30107401)
## 4) EmotionalStability>=4.25 4353 2095 Normal (0.11945785 0.14633586 0.51872272 0.21548357)
## 8) Extraversion>=3.25 2731 1086 Normal (0.12193336 0.12559502 0.60234346 0.15012816) *
## 9) Extraversion< 3.25 1622 1009 Normal (0.11528977 0.18125771 0.37792848 0.32552404)
## 18) Conscientiousness>=3.75 1216 679 Normal (0.10855263 0.16447368 0.44161184 0.28536184)
## 36) Extraversion>=1.25 1045 558 Normal (0.11196172 0.16746411 0.46602871 0.25454545) *
## 37) Extraversion< 1.25 171 90 Severo (0.08771930 0.14619883 0.29239766 0.47368421) *
## 19) Conscientiousness< 3.75 406 225 Severo (0.13546798 0.23152709 0.18719212 0.44581281) *
## 5) EmotionalStability< 4.25 4213 2572 Severo (0.13600760 0.21671018 0.25777356 0.38950866)
## 10) Extraversion>=2.75 2929 1975 Severo (0.15295323 0.23079549 0.29054285 0.32570843)
## 20) Conscientiousness>=4.25 1553 1005 Normal (0.15003220 0.22601417 0.35286542 0.27108822) *
## 21) Conscientiousness< 4.25 1376 843 Severo (0.15625000 0.23619186 0.22020349 0.38735465) *
## 11) Extraversion< 2.75 1284 597 Severo (0.09735202 0.18457944 0.18302181 0.53504673) *
## 3) EmotionalStability< 3.25 10712 3547 Severo (0.06702763 0.17793129 0.08616505 0.66887603) *
# Visualizar el árbol de decisión (puedes ajustar los parámetros según tus preferencias)
rpart.plot(modelo_cart_depresion_cp)
Vemos que aunque le dejemos crecer en complejidad, sigue prediciendo únicamente dos de los 4 casos que tenemos, pero comienza a utilizar algunas nuevas categorias para la predicción.
Veamos cuándo aparece nuestra nueva clase en las predicciones.
# Entrenar el modelo en el conjunto de entrenamiento
modelo_cart_depresion_cp <- rpart(formula = Depresion_cat ~. , data = df_entrenamiento_depresion, method = "class", control = rpart.control(cp = 0.0004))
# Imprimir el resumen del modelo
print(paste("Resumen del modelo para", 'Depresion'))
## [1] "Resumen del modelo para Depresion"
print(summary(modelo_cart_depresion_cp))
## Call:
## rpart(formula = Depresion_cat ~ ., data = df_entrenamiento_depresion,
## method = "class", control = rpart.control(cp = 4e-04))
## n= 19278
##
## CP nsplit rel error xerror xstd
## 1 0.0802391441 0 1.0000000 1.0000000 0.007281152
## 2 0.0582127124 1 0.9197609 0.9167191 0.007249844
## 3 0.0066603734 2 0.8615481 0.8627019 0.007202809
## 4 0.0055066079 4 0.8482274 0.8503252 0.007189025
## 5 0.0032515209 6 0.8372142 0.8409901 0.007177878
## 6 0.0018879799 7 0.8339627 0.8389973 0.007175415
## 7 0.0016782043 8 0.8320747 0.8392070 0.007175675
## 8 0.0012586532 9 0.8303965 0.8372142 0.007173186
## 9 0.0009439899 10 0.8291378 0.8367946 0.007172658
## 10 0.0008391022 11 0.8281938 0.8356409 0.007171199
## 11 0.0006642892 14 0.8256765 0.8353262 0.007170799
## 12 0.0006293266 18 0.8229494 0.8364800 0.007172261
## 13 0.0005244389 23 0.8198028 0.8356409 0.007171199
## 14 0.0004195511 31 0.8151877 0.8346969 0.007169998
## 15 0.0004000000 42 0.8103629 0.8361653 0.007171863
##
## Variable importance
## EmotionalStability Conscientiousness Extraversion Openness
## 67 11 10 6
## Agreeableness
## 5
##
## Node number 1: 19278 observations, complexity param=0.08023914
## predicted class=Severo expected loss=0.4945534 P(node) =1
## class counts: 1811 3456 4267 9744
## probabilities: 0.094 0.179 0.221 0.505
## left son=2 (8566 obs) right son=3 (10712 obs)
## Primary splits:
## EmotionalStability < 3.25 to the right, improve=1101.90400, (0 missing)
## Conscientiousness < 4.25 to the right, improve= 343.14590, (0 missing)
## Extraversion < 3.25 to the right, improve= 292.54760, (0 missing)
## Openness < 4.25 to the right, improve= 228.50220, (0 missing)
## Agreeableness < 4.25 to the right, improve= 64.67917, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the right, agree=0.600, adj=0.101, (0 split)
## Agreeableness < 5.25 to the right, agree=0.582, adj=0.060, (0 split)
## Openness < 5.25 to the right, agree=0.577, adj=0.048, (0 split)
## Extraversion < 4.25 to the right, agree=0.568, adj=0.027, (0 split)
##
## Node number 2: 8566 observations, complexity param=0.05821271
## predicted class=Normal expected loss=0.6096194 P(node) =0.4443407
## class counts: 1093 1550 3344 2579
## probabilities: 0.128 0.181 0.390 0.301
## left son=4 (4353 obs) right son=5 (4213 obs)
## Primary splits:
## EmotionalStability < 4.25 to the right, improve=221.81220, (0 missing)
## Extraversion < 3.25 to the right, improve=148.19480, (0 missing)
## Conscientiousness < 4.25 to the right, improve=127.33130, (0 missing)
## Openness < 4.25 to the right, improve= 87.23226, (0 missing)
## Agreeableness < 3.75 to the right, improve= 16.80514, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the right, agree=0.570, adj=0.125, (0 split)
## Openness < 5.25 to the right, agree=0.568, adj=0.122, (0 split)
## Agreeableness < 5.25 to the right, agree=0.547, adj=0.079, (0 split)
## Extraversion < 4.25 to the right, agree=0.544, adj=0.073, (0 split)
##
## Node number 3: 10712 observations, complexity param=0.0005244389
## predicted class=Severo expected loss=0.331124 P(node) =0.5556593
## class counts: 718 1906 923 7165
## probabilities: 0.067 0.178 0.086 0.669
## left son=6 (4752 obs) right son=7 (5960 obs)
## Primary splits:
## EmotionalStability < 2.25 to the right, improve=161.83740, (0 missing)
## Extraversion < 3.75 to the right, improve= 58.76126, (0 missing)
## Conscientiousness < 4.25 to the right, improve= 53.36112, (0 missing)
## Openness < 3.25 to the right, improve= 41.03119, (0 missing)
## Agreeableness < 0.25 to the left, improve= 10.24433, (0 missing)
##
## Node number 4: 4353 observations, complexity param=0.005506608
## predicted class=Normal expected loss=0.4812773 P(node) =0.2258014
## class counts: 520 637 2258 938
## probabilities: 0.119 0.146 0.519 0.215
## left son=8 (2731 obs) right son=9 (1622 obs)
## Primary splits:
## Extraversion < 3.25 to the right, improve=85.75273, (0 missing)
## Conscientiousness < 3.75 to the right, improve=69.18898, (0 missing)
## EmotionalStability < 5.75 to the left, improve=57.31317, (0 missing)
## Openness < 4.25 to the right, improve=35.46706, (0 missing)
## Agreeableness < 3.25 to the right, improve=17.20626, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the right, agree=0.647, adj=0.054, (0 split)
## Conscientiousness < 1.25 to the right, agree=0.629, adj=0.004, (0 split)
## Agreeableness < 2.25 to the right, agree=0.628, adj=0.001, (0 split)
##
## Node number 5: 4213 observations, complexity param=0.006660373
## predicted class=Severo expected loss=0.6104913 P(node) =0.2185393
## class counts: 573 913 1086 1641
## probabilities: 0.136 0.217 0.258 0.390
## left son=10 (2929 obs) right son=11 (1284 obs)
## Primary splits:
## Extraversion < 2.75 to the right, improve=54.105610, (0 missing)
## Conscientiousness < 3.25 to the right, improve=30.711120, (0 missing)
## Openness < 3.75 to the right, improve=24.608090, (0 missing)
## EmotionalStability < 3.75 to the right, improve=13.056180, (0 missing)
## Agreeableness < 2.75 to the right, improve= 3.682833, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the right, agree=0.703, adj=0.024, (0 split)
## Conscientiousness < 0.75 to the right, agree=0.697, adj=0.005, (0 split)
## Agreeableness < 1.25 to the right, agree=0.696, adj=0.004, (0 split)
##
## Node number 6: 4752 observations
## predicted class=Severo expected loss=0.4497054 P(node) =0.2464986
## class counts: 452 1067 618 2615
## probabilities: 0.095 0.225 0.130 0.550
##
## Node number 7: 5960 observations, complexity param=0.0005244389
## predicted class=Severo expected loss=0.2365772 P(node) =0.3091607
## class counts: 266 839 305 4550
## probabilities: 0.045 0.141 0.051 0.763
## left son=14 (80 obs) right son=15 (5880 obs)
## Primary splits:
## EmotionalStability < 0.25 to the left, improve=31.36954, (0 missing)
## Extraversion < 0.25 to the left, improve=22.10192, (0 missing)
## Conscientiousness < 3.75 to the right, improve=20.68442, (0 missing)
## Openness < 0.25 to the left, improve=17.32880, (0 missing)
## Agreeableness < 0.25 to the left, improve=16.65722, (0 missing)
## Surrogate splits:
## Extraversion < 0.25 to the left, agree=0.995, adj=0.600, (0 split)
## Conscientiousness < 0.25 to the left, agree=0.995, adj=0.600, (0 split)
## Openness < 0.25 to the left, agree=0.994, adj=0.587, (0 split)
## Agreeableness < 0.25 to the left, agree=0.993, adj=0.500, (0 split)
##
## Node number 8: 2731 observations, complexity param=0.0005244389
## predicted class=Normal expected loss=0.3976565 P(node) =0.1416641
## class counts: 333 343 1645 410
## probabilities: 0.122 0.126 0.602 0.150
## left son=16 (2217 obs) right son=17 (514 obs)
## Primary splits:
## EmotionalStability < 6.25 to the left, improve=36.175700, (0 missing)
## Conscientiousness < 3.75 to the left, improve=32.488940, (0 missing)
## Extraversion < 5.25 to the left, improve=12.211620, (0 missing)
## Openness < 4.75 to the left, improve=11.699680, (0 missing)
## Agreeableness < 4.75 to the left, improve= 8.002739, (0 missing)
##
## Node number 9: 1622 observations, complexity param=0.005506608
## predicted class=Normal expected loss=0.6220715 P(node) =0.08413736
## class counts: 187 294 613 528
## probabilities: 0.115 0.181 0.378 0.326
## left son=18 (1216 obs) right son=19 (406 obs)
## Primary splits:
## Conscientiousness < 3.75 to the right, improve=29.127000, (0 missing)
## EmotionalStability < 6.25 to the right, improve=17.781430, (0 missing)
## Extraversion < 1.25 to the right, improve=14.559900, (0 missing)
## Openness < 3.75 to the right, improve=11.537660, (0 missing)
## Agreeableness < 3.25 to the right, improve= 9.158797, (0 missing)
## Surrogate splits:
## Openness < 1.25 to the right, agree=0.753, adj=0.012, (0 split)
## Extraversion < 0.75 to the right, agree=0.752, adj=0.007, (0 split)
##
## Node number 10: 2929 observations, complexity param=0.006660373
## predicted class=Severo expected loss=0.6742916 P(node) =0.1519348
## class counts: 448 676 851 954
## probabilities: 0.153 0.231 0.291 0.326
## left son=20 (1553 obs) right son=21 (1376 obs)
## Primary splits:
## Conscientiousness < 4.25 to the right, improve=22.806050, (0 missing)
## Extraversion < 4.25 to the right, improve=15.583010, (0 missing)
## Openness < 4.25 to the right, improve=13.803440, (0 missing)
## EmotionalStability < 3.75 to the right, improve= 9.024388, (0 missing)
## Agreeableness < 5.25 to the left, improve= 2.065618, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.589, adj=0.125, (0 split)
## Agreeableness < 3.25 to the right, agree=0.534, adj=0.008, (0 split)
##
## Node number 11: 1284 observations
## predicted class=Severo expected loss=0.4649533 P(node) =0.06660442
## class counts: 125 237 235 687
## probabilities: 0.097 0.185 0.183 0.535
##
## Node number 14: 80 observations
## predicted class=Normal expected loss=0.625 P(node) =0.004149808
## class counts: 10 20 30 20
## probabilities: 0.125 0.250 0.375 0.250
##
## Node number 15: 5880 observations
## predicted class=Severo expected loss=0.2295918 P(node) =0.3050109
## class counts: 256 819 275 4530
## probabilities: 0.044 0.139 0.047 0.770
##
## Node number 16: 2217 observations, complexity param=0.0005244389
## predicted class=Normal expected loss=0.4456473 P(node) =0.1150016
## class counts: 306 313 1229 369
## probabilities: 0.138 0.141 0.554 0.166
## left son=32 (473 obs) right son=33 (1744 obs)
## Primary splits:
## Conscientiousness < 3.75 to the left, improve=28.917830, (0 missing)
## EmotionalStability < 5.25 to the left, improve=11.492990, (0 missing)
## Extraversion < 5.25 to the left, improve= 8.693296, (0 missing)
## Openness < 4.75 to the left, improve= 7.518802, (0 missing)
## Agreeableness < 3.75 to the right, improve= 5.225545, (0 missing)
## Surrogate splits:
## Openness < 1.75 to the left, agree=0.788, adj=0.004, (0 split)
##
## Node number 17: 514 observations
## predicted class=Normal expected loss=0.1906615 P(node) =0.02666252
## class counts: 27 30 416 41
## probabilities: 0.053 0.058 0.809 0.080
##
## Node number 18: 1216 observations, complexity param=0.003251521
## predicted class=Normal expected loss=0.5583882 P(node) =0.06307708
## class counts: 132 200 537 347
## probabilities: 0.109 0.164 0.442 0.285
## left son=36 (1045 obs) right son=37 (171 obs)
## Primary splits:
## Extraversion < 1.25 to the right, improve=11.640080, (0 missing)
## EmotionalStability < 5.75 to the right, improve=11.460200, (0 missing)
## Openness < 3.75 to the right, improve= 8.576839, (0 missing)
## Agreeableness < 3.25 to the right, improve= 6.438107, (0 missing)
## Conscientiousness < 5.75 to the left, improve= 5.109435, (0 missing)
## Surrogate splits:
## Agreeableness < 1.25 to the right, agree=0.86, adj=0.006, (0 split)
## Openness < 1.25 to the right, agree=0.86, adj=0.006, (0 split)
##
## Node number 19: 406 observations, complexity param=0.0008391022
## predicted class=Severo expected loss=0.5541872 P(node) =0.02106028
## class counts: 55 94 76 181
## probabilities: 0.135 0.232 0.187 0.446
## left son=38 (46 obs) right son=39 (360 obs)
## Primary splits:
## EmotionalStability < 6.25 to the right, improve=5.093324, (0 missing)
## Extraversion < 2.25 to the right, improve=3.697015, (0 missing)
## Openness < 2.75 to the right, improve=3.034966, (0 missing)
## Agreeableness < 6.75 to the right, improve=2.857611, (0 missing)
## Conscientiousness < 2.75 to the right, improve=1.717238, (0 missing)
##
## Node number 20: 1553 observations, complexity param=0.00188798
## predicted class=Normal expected loss=0.6471346 P(node) =0.08055815
## class counts: 233 351 548 421
## probabilities: 0.150 0.226 0.353 0.271
## left son=40 (677 obs) right son=41 (876 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=10.427400, (0 missing)
## Extraversion < 4.75 to the left, improve= 9.692673, (0 missing)
## EmotionalStability < 3.75 to the right, improve= 8.399245, (0 missing)
## Conscientiousness < 6.25 to the left, improve= 3.262000, (0 missing)
## Agreeableness < 5.25 to the left, improve= 1.957124, (0 missing)
## Surrogate splits:
## Extraversion < 3.25 to the left, agree=0.585, adj=0.047, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.567, adj=0.006, (0 split)
## Agreeableness < 2.25 to the left, agree=0.565, adj=0.003, (0 split)
##
## Node number 21: 1376 observations, complexity param=0.0006293266
## predicted class=Severo expected loss=0.6126453 P(node) =0.0713767
## class counts: 215 325 303 533
## probabilities: 0.156 0.236 0.220 0.387
## left son=42 (532 obs) right son=43 (844 obs)
## Primary splits:
## Extraversion < 4.25 to the right, improve=6.595588, (0 missing)
## Conscientiousness < 3.25 to the right, improve=5.918815, (0 missing)
## Openness < 3.75 to the right, improve=4.953871, (0 missing)
## EmotionalStability < 3.75 to the right, improve=1.689347, (0 missing)
## Agreeableness < 2.75 to the right, improve=1.337056, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the right, agree=0.633, adj=0.051, (0 split)
## Agreeableness < 2.75 to the left, agree=0.616, adj=0.006, (0 split)
##
## Node number 32: 473 observations, complexity param=0.0005244389
## predicted class=Normal expected loss=0.6300211 P(node) =0.02453574
## class counts: 79 92 175 127
## probabilities: 0.167 0.195 0.370 0.268
## left son=64 (299 obs) right son=65 (174 obs)
## Primary splits:
## Conscientiousness < 2.75 to the right, improve=4.910424, (0 missing)
## Extraversion < 5.25 to the left, improve=4.105777, (0 missing)
## Openness < 3.25 to the right, improve=2.868551, (0 missing)
## EmotionalStability < 5.25 to the left, improve=2.100763, (0 missing)
## Agreeableness < 2.75 to the right, improve=1.278234, (0 missing)
## Surrogate splits:
## Agreeableness < 2.25 to the right, agree=0.638, adj=0.017, (0 split)
## Extraversion < 6.25 to the left, agree=0.636, adj=0.011, (0 split)
## Openness < 2.75 to the right, agree=0.634, adj=0.006, (0 split)
##
## Node number 33: 1744 observations
## predicted class=Normal expected loss=0.3956422 P(node) =0.09046582
## class counts: 227 221 1054 242
## probabilities: 0.130 0.127 0.604 0.139
##
## Node number 36: 1045 observations, complexity param=0.0008391022
## predicted class=Normal expected loss=0.5339713 P(node) =0.05420687
## class counts: 117 175 487 266
## probabilities: 0.112 0.167 0.466 0.255
## left son=72 (325 obs) right son=73 (720 obs)
## Primary splits:
## EmotionalStability < 5.75 to the right, improve=9.812905, (0 missing)
## Agreeableness < 3.25 to the right, improve=6.078919, (0 missing)
## Openness < 3.75 to the right, improve=4.773709, (0 missing)
## Conscientiousness < 5.75 to the left, improve=4.354779, (0 missing)
## Extraversion < 2.75 to the left, improve=2.307088, (0 missing)
## Surrogate splits:
## Openness < 1.75 to the left, agree=0.695, adj=0.018, (0 split)
##
## Node number 37: 171 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.5263158 P(node) =0.008870215
## class counts: 15 25 50 81
## probabilities: 0.088 0.146 0.292 0.474
## left son=74 (88 obs) right son=75 (83 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=4.742743, (0 missing)
## Openness < 6.75 to the right, improve=4.658884, (0 missing)
## EmotionalStability < 6.25 to the right, improve=3.392196, (0 missing)
## Conscientiousness < 6.25 to the right, improve=2.641590, (0 missing)
## Surrogate splits:
## Conscientiousness < 5.25 to the right, agree=0.585, adj=0.145, (0 split)
## Openness < 5.25 to the left, agree=0.532, adj=0.036, (0 split)
## EmotionalStability < 4.75 to the left, agree=0.520, adj=0.012, (0 split)
##
## Node number 38: 46 observations
## predicted class=Normal expected loss=0.6304348 P(node) =0.00238614
## class counts: 8 12 17 9
## probabilities: 0.174 0.261 0.370 0.196
##
## Node number 39: 360 observations
## predicted class=Severo expected loss=0.5222222 P(node) =0.01867414
## class counts: 47 82 59 172
## probabilities: 0.131 0.228 0.164 0.478
##
## Node number 40: 677 observations, complexity param=0.001678204
## predicted class=Severo expected loss=0.6942393 P(node) =0.03511775
## class counts: 132 149 189 207
## probabilities: 0.195 0.220 0.279 0.306
## left son=80 (157 obs) right son=81 (520 obs)
## Primary splits:
## Extraversion < 4.75 to the right, improve=3.821233, (0 missing)
## Agreeableness < 3.25 to the right, improve=2.774946, (0 missing)
## Conscientiousness < 5.75 to the left, improve=2.538902, (0 missing)
## EmotionalStability < 3.75 to the right, improve=2.497259, (0 missing)
## Openness < 2.75 to the right, improve=2.413663, (0 missing)
##
## Node number 41: 876 observations, complexity param=0.0006642892
## predicted class=Normal expected loss=0.5901826 P(node) =0.0454404
## class counts: 101 202 359 214
## probabilities: 0.115 0.231 0.410 0.244
## left son=82 (422 obs) right son=83 (454 obs)
## Primary splits:
## EmotionalStability < 3.75 to the left, improve=6.3881600, (0 missing)
## Extraversion < 4.75 to the left, improve=5.1346300, (0 missing)
## Openness < 5.75 to the left, improve=1.9375060, (0 missing)
## Agreeableness < 6.75 to the right, improve=1.1026040, (0 missing)
## Conscientiousness < 6.25 to the left, improve=0.9810459, (0 missing)
## Surrogate splits:
## Openness < 6.25 to the left, agree=0.538, adj=0.040, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.532, adj=0.028, (0 split)
## Extraversion < 4.75 to the left, agree=0.524, adj=0.012, (0 split)
## Agreeableness < 4.25 to the left, agree=0.521, adj=0.005, (0 split)
##
## Node number 42: 532 observations, complexity param=0.0006293266
## predicted class=Severo expected loss=0.6691729 P(node) =0.02759622
## class counts: 93 114 149 176
## probabilities: 0.175 0.214 0.280 0.331
## left son=84 (110 obs) right son=85 (422 obs)
## Primary splits:
## Conscientiousness < 2.75 to the left, improve=2.23409200, (0 missing)
## Extraversion < 6.25 to the left, improve=1.95904200, (0 missing)
## Agreeableness < 6.75 to the left, improve=1.78080700, (0 missing)
## Openness < 4.25 to the right, improve=1.45933200, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.06541789, (0 missing)
## Surrogate splits:
## Openness < 1.25 to the left, agree=0.797, adj=0.018, (0 split)
##
## Node number 43: 844 observations
## predicted class=Severo expected loss=0.5770142 P(node) =0.04378048
## class counts: 122 211 154 357
## probabilities: 0.145 0.250 0.182 0.423
##
## Node number 64: 299 observations
## predicted class=Normal expected loss=0.5719064 P(node) =0.01550991
## class counts: 50 56 128 65
## probabilities: 0.167 0.187 0.428 0.217
##
## Node number 65: 174 observations, complexity param=0.0005244389
## predicted class=Severo expected loss=0.6436782 P(node) =0.009025833
## class counts: 29 36 47 62
## probabilities: 0.167 0.207 0.270 0.356
## left son=130 (68 obs) right son=131 (106 obs)
## Primary splits:
## Openness < 5.25 to the right, improve=4.356673, (0 missing)
## Conscientiousness < 1.25 to the right, improve=2.611414, (0 missing)
## Extraversion < 4.25 to the left, improve=1.943800, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.142146, (0 missing)
## EmotionalStability < 4.75 to the right, improve=0.732484, (0 missing)
## Surrogate splits:
## Extraversion < 5.75 to the right, agree=0.667, adj=0.147, (0 split)
##
## Node number 72: 325 observations
## predicted class=Normal expected loss=0.4153846 P(node) =0.0168586
## class counts: 35 39 190 61
## probabilities: 0.108 0.120 0.585 0.188
##
## Node number 73: 720 observations, complexity param=0.0008391022
## predicted class=Normal expected loss=0.5875 P(node) =0.03734827
## class counts: 82 136 297 205
## probabilities: 0.114 0.189 0.412 0.285
## left son=146 (649 obs) right son=147 (71 obs)
## Primary splits:
## Agreeableness < 3.25 to the right, improve=5.166647, (0 missing)
## Conscientiousness < 6.25 to the left, improve=2.713557, (0 missing)
## Openness < 5.75 to the left, improve=1.600595, (0 missing)
## Extraversion < 2.75 to the left, improve=1.395833, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.164810, (0 missing)
##
## Node number 74: 88 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.6136364 P(node) =0.004564789
## class counts: 6 17 34 31
## probabilities: 0.068 0.193 0.386 0.352
## left son=148 (77 obs) right son=149 (11 obs)
## Primary splits:
## Openness < 6.25 to the left, improve=3.2370130, (0 missing)
## EmotionalStability < 6.25 to the right, improve=1.9735290, (0 missing)
## Conscientiousness < 4.25 to the right, improve=1.0219300, (0 missing)
## Agreeableness < 6.25 to the left, improve=0.3269231, (0 missing)
##
## Node number 75: 83 observations
## predicted class=Severo expected loss=0.3975904 P(node) =0.004305426
## class counts: 9 8 16 50
## probabilities: 0.108 0.096 0.193 0.602
##
## Node number 80: 157 observations, complexity param=0.0006293266
## predicted class=Normal expected loss=0.6369427 P(node) =0.008143998
## class counts: 38 21 57 41
## probabilities: 0.242 0.134 0.363 0.261
## left son=160 (140 obs) right son=161 (17 obs)
## Primary splits:
## Openness < 3.25 to the right, improve=2.9957180, (0 missing)
## Extraversion < 5.75 to the left, improve=1.5236760, (0 missing)
## Conscientiousness < 6.75 to the left, improve=1.4336690, (0 missing)
## Agreeableness < 6.25 to the left, improve=0.7047728, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.4589151, (0 missing)
##
## Node number 81: 520 observations, complexity param=0.001258653
## predicted class=Severo expected loss=0.6807692 P(node) =0.02697375
## class counts: 94 128 132 166
## probabilities: 0.181 0.246 0.254 0.319
## left son=162 (255 obs) right son=163 (265 obs)
## Primary splits:
## EmotionalStability < 3.75 to the right, improve=3.2354420, (0 missing)
## Agreeableness < 3.25 to the right, improve=2.6493510, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.8015860, (0 missing)
## Openness < 2.75 to the right, improve=1.7469810, (0 missing)
## Extraversion < 3.25 to the left, improve=0.7873333, (0 missing)
## Surrogate splits:
## Agreeableness < 4.75 to the right, agree=0.538, adj=0.059, (0 split)
## Extraversion < 3.75 to the left, agree=0.529, adj=0.039, (0 split)
## Conscientiousness < 6.25 to the right, agree=0.529, adj=0.039, (0 split)
## Openness < 4.25 to the right, agree=0.525, adj=0.031, (0 split)
##
## Node number 82: 422 observations, complexity param=0.0006642892
## predicted class=Normal expected loss=0.6658768 P(node) =0.02189024
## class counts: 55 108 141 118
## probabilities: 0.130 0.256 0.334 0.280
## left son=164 (291 obs) right son=165 (131 obs)
## Primary splits:
## Extraversion < 4.75 to the left, improve=3.983868, (0 missing)
## Agreeableness < 6.75 to the right, improve=1.976036, (0 missing)
## Openness < 5.25 to the right, improve=1.743881, (0 missing)
## Conscientiousness < 4.75 to the left, improve=1.342182, (0 missing)
## Surrogate splits:
## Openness < 6.75 to the left, agree=0.692, adj=0.008, (0 split)
##
## Node number 83: 454 observations
## predicted class=Normal expected loss=0.5198238 P(node) =0.02355016
## class counts: 46 94 218 96
## probabilities: 0.101 0.207 0.480 0.211
##
## Node number 84: 110 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.6545455 P(node) =0.005705986
## class counts: 25 28 19 38
## probabilities: 0.227 0.255 0.173 0.345
## left son=168 (36 obs) right son=169 (74 obs)
## Primary splits:
## Conscientiousness < 2.25 to the right, improve=1.4454820, (0 missing)
## Extraversion < 6.25 to the left, improve=1.2401520, (0 missing)
## Agreeableness < 2.25 to the left, improve=1.1174630, (0 missing)
## Openness < 3.25 to the left, improve=1.0218180, (0 missing)
## EmotionalStability < 3.75 to the left, improve=0.3951515, (0 missing)
##
## Node number 85: 422 observations, complexity param=0.0006293266
## predicted class=Severo expected loss=0.6729858 P(node) =0.02189024
## class counts: 68 86 130 138
## probabilities: 0.161 0.204 0.308 0.327
## left son=170 (326 obs) right son=171 (96 obs)
## Primary splits:
## Extraversion < 5.75 to the left, improve=1.8242330, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.2594410, (0 missing)
## Openness < 4.75 to the left, improve=0.9943760, (0 missing)
## Conscientiousness < 3.25 to the right, improve=0.8184089, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.2492462, (0 missing)
## Surrogate splits:
## Agreeableness < 1.75 to the right, agree=0.775, adj=0.01, (0 split)
##
## Node number 130: 68 observations, complexity param=0.0005244389
## predicted class=Moderado expected loss=0.6470588 P(node) =0.003527337
## class counts: 13 24 15 16
## probabilities: 0.191 0.353 0.221 0.235
## left son=260 (48 obs) right son=261 (20 obs)
## Primary splits:
## Agreeableness < 5.75 to the left, improve=3.5455880, (0 missing)
## EmotionalStability < 4.75 to the right, improve=2.6701930, (0 missing)
## Extraversion < 4.25 to the left, improve=1.2844700, (0 missing)
## Conscientiousness < 1.25 to the right, improve=0.6872159, (0 missing)
## Openness < 6.75 to the left, improve=0.5155618, (0 missing)
## Surrogate splits:
## Extraversion < 6.75 to the left, agree=0.721, adj=0.05, (0 split)
## EmotionalStability < 5.75 to the left, agree=0.721, adj=0.05, (0 split)
##
## Node number 131: 106 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.5660377 P(node) =0.005498496
## class counts: 16 12 32 46
## probabilities: 0.151 0.113 0.302 0.434
## left son=262 (81 obs) right son=263 (25 obs)
## Primary splits:
## Conscientiousness < 1.75 to the right, improve=3.629946, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.621234, (0 missing)
## Openness < 3.25 to the right, improve=1.247042, (0 missing)
## EmotionalStability < 5.75 to the right, improve=1.214481, (0 missing)
## Extraversion < 4.25 to the left, improve=1.064380, (0 missing)
## Surrogate splits:
## Extraversion < 6.75 to the left, agree=0.792, adj=0.12, (0 split)
## Openness < 2.25 to the right, agree=0.774, adj=0.04, (0 split)
##
## Node number 146: 649 observations
## predicted class=Normal expected loss=0.568567 P(node) =0.03366532
## class counts: 77 120 280 172
## probabilities: 0.119 0.185 0.431 0.265
##
## Node number 147: 71 observations
## predicted class=Severo expected loss=0.5352113 P(node) =0.003682955
## class counts: 5 16 17 33
## probabilities: 0.070 0.225 0.239 0.465
##
## Node number 148: 77 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.6233766 P(node) =0.00399419
## class counts: 6 17 25 29
## probabilities: 0.078 0.221 0.325 0.377
## left son=296 (43 obs) right son=297 (34 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=1.5364290, (0 missing)
## Conscientiousness < 4.25 to the right, improve=1.1038960, (0 missing)
## EmotionalStability < 6.75 to the right, improve=1.0507080, (0 missing)
## Agreeableness < 6.75 to the left, improve=0.4857143, (0 missing)
## Surrogate splits:
## Agreeableness < 5.25 to the right, agree=0.610, adj=0.118, (0 split)
## EmotionalStability < 4.75 to the right, agree=0.610, adj=0.118, (0 split)
## Conscientiousness < 5.25 to the right, agree=0.571, adj=0.029, (0 split)
##
## Node number 149: 11 observations
## predicted class=Normal expected loss=0.1818182 P(node) =0.0005705986
## class counts: 0 0 9 2
## probabilities: 0.000 0.000 0.818 0.182
##
## Node number 160: 140 observations
## predicted class=Normal expected loss=0.6214286 P(node) =0.007262164
## class counts: 37 19 53 31
## probabilities: 0.264 0.136 0.379 0.221
##
## Node number 161: 17 observations
## predicted class=Severo expected loss=0.4117647 P(node) =0.0008818342
## class counts: 1 2 4 10
## probabilities: 0.059 0.118 0.235 0.588
##
## Node number 162: 255 observations, complexity param=0.0009439899
## predicted class=Normal expected loss=0.6901961 P(node) =0.01322751
## class counts: 44 65 79 67
## probabilities: 0.173 0.255 0.310 0.263
## left son=324 (185 obs) right son=325 (70 obs)
## Primary splits:
## Conscientiousness < 5.75 to the left, improve=3.7268070, (0 missing)
## Openness < 2.75 to the right, improve=2.1567530, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.7324442, (0 missing)
## Extraversion < 3.75 to the left, improve=0.2568649, (0 missing)
##
## Node number 163: 265 observations
## predicted class=Severo expected loss=0.6264151 P(node) =0.01374624
## class counts: 50 63 53 99
## probabilities: 0.189 0.238 0.200 0.374
##
## Node number 164: 291 observations, complexity param=0.0006642892
## predicted class=Moderado expected loss=0.7010309 P(node) =0.01509493
## class counts: 42 87 84 78
## probabilities: 0.144 0.299 0.289 0.268
## left son=328 (188 obs) right son=329 (103 obs)
## Primary splits:
## Openness < 5.75 to the left, improve=2.3915600, (0 missing)
## Extraversion < 4.25 to the right, improve=1.3841190, (0 missing)
## Conscientiousness < 4.75 to the left, improve=1.0673960, (0 missing)
## Agreeableness < 6.75 to the right, improve=0.9543647, (0 missing)
## Surrogate splits:
## Agreeableness < 6.75 to the left, agree=0.663, adj=0.049, (0 split)
## Conscientiousness < 6.75 to the left, agree=0.660, adj=0.039, (0 split)
##
## Node number 165: 131 observations
## predicted class=Normal expected loss=0.5648855 P(node) =0.006795311
## class counts: 13 21 57 40
## probabilities: 0.099 0.160 0.435 0.305
##
## Node number 168: 36 observations
## predicted class=Leve expected loss=0.6666667 P(node) =0.001867414
## class counts: 12 10 6 8
## probabilities: 0.333 0.278 0.167 0.222
##
## Node number 169: 74 observations
## predicted class=Severo expected loss=0.5945946 P(node) =0.003838572
## class counts: 13 18 13 30
## probabilities: 0.176 0.243 0.176 0.405
##
## Node number 170: 326 observations, complexity param=0.0006293266
## predicted class=Normal expected loss=0.6809816 P(node) =0.01691047
## class counts: 58 67 104 97
## probabilities: 0.178 0.206 0.319 0.298
## left son=340 (131 obs) right son=341 (195 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=3.2762160, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.4906230, (0 missing)
## Openness < 4.25 to the right, improve=1.3208620, (0 missing)
## Extraversion < 4.75 to the right, improve=0.2963018, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.2463162, (0 missing)
##
## Node number 171: 96 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.5729167 P(node) =0.00497977
## class counts: 10 19 26 41
## probabilities: 0.104 0.198 0.271 0.427
## left son=342 (32 obs) right son=343 (64 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=2.1145830, (0 missing)
## Openness < 4.75 to the right, improve=1.4317820, (0 missing)
## Conscientiousness < 3.75 to the left, improve=0.6722884, (0 missing)
## Extraversion < 6.25 to the right, improve=0.5689103, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.3651316, (0 missing)
##
## Node number 260: 48 observations
## predicted class=Moderado expected loss=0.5208333 P(node) =0.002489885
## class counts: 8 23 8 9
## probabilities: 0.167 0.479 0.167 0.188
##
## Node number 261: 20 observations
## predicted class=Normal expected loss=0.65 P(node) =0.001037452
## class counts: 5 1 7 7
## probabilities: 0.250 0.050 0.350 0.350
##
## Node number 262: 81 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.6296296 P(node) =0.004201681
## class counts: 12 10 30 29
## probabilities: 0.148 0.123 0.370 0.358
## left son=524 (40 obs) right son=525 (41 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=1.7121200, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.4567900, (0 missing)
## Openness < 4.25 to the right, improve=0.9029181, (0 missing)
## Conscientiousness < 2.25 to the left, improve=0.6892450, (0 missing)
## EmotionalStability < 5.75 to the right, improve=0.6314895, (0 missing)
## Surrogate splits:
## Agreeableness < 4.25 to the right, agree=0.642, adj=0.275, (0 split)
## Openness < 3.75 to the left, agree=0.568, adj=0.125, (0 split)
## EmotionalStability < 4.75 to the right, agree=0.556, adj=0.100, (0 split)
## Conscientiousness < 2.25 to the right, agree=0.543, adj=0.075, (0 split)
##
## Node number 263: 25 observations
## predicted class=Severo expected loss=0.32 P(node) =0.001296815
## class counts: 4 2 2 17
## probabilities: 0.160 0.080 0.080 0.680
##
## Node number 296: 43 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.5813953 P(node) =0.002230522
## class counts: 4 8 18 13
## probabilities: 0.093 0.186 0.419 0.302
## left son=592 (30 obs) right son=593 (13 obs)
## Primary splits:
## Agreeableness < 6.75 to the left, improve=2.0590340, (0 missing)
## Conscientiousness < 4.25 to the right, improve=1.3966410, (0 missing)
## EmotionalStability < 4.75 to the left, improve=0.7658165, (0 missing)
## Openness < 4.75 to the left, improve=0.1718545, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the left, agree=0.744, adj=0.154, (0 split)
##
## Node number 297: 34 observations
## predicted class=Severo expected loss=0.5294118 P(node) =0.001763668
## class counts: 2 9 7 16
## probabilities: 0.059 0.265 0.206 0.471
##
## Node number 324: 185 observations, complexity param=0.0005244389
## predicted class=Moderado expected loss=0.6918919 P(node) =0.009596431
## class counts: 30 57 48 50
## probabilities: 0.162 0.308 0.259 0.270
## left son=648 (177 obs) right son=649 (8 obs)
## Primary splits:
## Openness < 2.75 to the right, improve=1.8582300, (0 missing)
## Agreeableness < 3.75 to the left, improve=1.0831360, (0 missing)
## Extraversion < 3.25 to the right, improve=0.9501523, (0 missing)
## Conscientiousness < 5.25 to the right, improve=0.8084843, (0 missing)
##
## Node number 325: 70 observations
## predicted class=Normal expected loss=0.5571429 P(node) =0.003631082
## class counts: 14 8 31 17
## probabilities: 0.200 0.114 0.443 0.243
##
## Node number 328: 188 observations, complexity param=0.0004195511
## predicted class=Moderado expected loss=0.6648936 P(node) =0.009752049
## class counts: 28 63 44 53
## probabilities: 0.149 0.335 0.234 0.282
## left son=656 (48 obs) right son=657 (140 obs)
## Primary splits:
## Agreeableness < 5.25 to the right, improve=1.5192000, (0 missing)
## Extraversion < 4.25 to the right, improve=1.0645260, (0 missing)
## Conscientiousness < 4.75 to the left, improve=0.5596123, (0 missing)
## Openness < 5.25 to the right, improve=0.2644292, (0 missing)
##
## Node number 329: 103 observations, complexity param=0.0006642892
## predicted class=Normal expected loss=0.6116505 P(node) =0.005342878
## class counts: 14 24 40 25
## probabilities: 0.136 0.233 0.388 0.243
## left son=658 (24 obs) right son=659 (79 obs)
## Primary splits:
## Extraversion < 3.25 to the left, improve=3.1318160, (0 missing)
## Agreeableness < 6.75 to the right, improve=1.3476490, (0 missing)
## Conscientiousness < 6.75 to the right, improve=0.9815451, (0 missing)
## Openness < 6.25 to the left, improve=0.3954965, (0 missing)
##
## Node number 340: 131 observations
## predicted class=Severo expected loss=0.6564885 P(node) =0.006795311
## class counts: 27 31 28 45
## probabilities: 0.206 0.237 0.214 0.344
##
## Node number 341: 195 observations
## predicted class=Normal expected loss=0.6102564 P(node) =0.01011516
## class counts: 31 36 76 52
## probabilities: 0.159 0.185 0.390 0.267
##
## Node number 342: 32 observations
## predicted class=Normal expected loss=0.59375 P(node) =0.001659923
## class counts: 5 5 13 9
## probabilities: 0.156 0.156 0.406 0.281
##
## Node number 343: 64 observations
## predicted class=Severo expected loss=0.5 P(node) =0.003319846
## class counts: 5 14 13 32
## probabilities: 0.078 0.219 0.203 0.500
##
## Node number 524: 40 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.575 P(node) =0.002074904
## class counts: 8 5 10 17
## probabilities: 0.200 0.125 0.250 0.425
## left son=1048 (15 obs) right son=1049 (25 obs)
## Primary splits:
## Agreeableness < 5.25 to the right, improve=4.9300000, (0 missing)
## Openness < 3.75 to the right, improve=1.8479800, (0 missing)
## EmotionalStability < 5.25 to the right, improve=0.8851648, (0 missing)
## Extraversion < 3.75 to the right, improve=0.8681818, (0 missing)
## Conscientiousness < 2.25 to the left, improve=0.3357143, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.70, adj=0.200, (0 split)
## EmotionalStability < 5.75 to the right, agree=0.65, adj=0.067, (0 split)
##
## Node number 525: 41 observations
## predicted class=Normal expected loss=0.5121951 P(node) =0.002126777
## class counts: 4 5 20 12
## probabilities: 0.098 0.122 0.488 0.293
##
## Node number 592: 30 observations
## predicted class=Normal expected loss=0.4666667 P(node) =0.001556178
## class counts: 3 4 16 7
## probabilities: 0.100 0.133 0.533 0.233
##
## Node number 593: 13 observations
## predicted class=Severo expected loss=0.5384615 P(node) =0.0006743438
## class counts: 1 4 2 6
## probabilities: 0.077 0.308 0.154 0.462
##
## Node number 648: 177 observations
## predicted class=Moderado expected loss=0.6779661 P(node) =0.00918145
## class counts: 29 57 46 45
## probabilities: 0.164 0.322 0.260 0.254
##
## Node number 649: 8 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0004149808
## class counts: 1 0 2 5
## probabilities: 0.125 0.000 0.250 0.625
##
## Node number 656: 48 observations
## predicted class=Severo expected loss=0.6458333 P(node) =0.002489885
## class counts: 11 13 7 17
## probabilities: 0.229 0.271 0.146 0.354
##
## Node number 657: 140 observations, complexity param=0.0004195511
## predicted class=Moderado expected loss=0.6428571 P(node) =0.007262164
## class counts: 17 50 37 36
## probabilities: 0.121 0.357 0.264 0.257
## left son=1314 (105 obs) right son=1315 (35 obs)
## Primary splits:
## Conscientiousness < 5.75 to the left, improve=1.25238100, (0 missing)
## Extraversion < 4.25 to the right, improve=1.13285700, (0 missing)
## Agreeableness < 3.25 to the right, improve=0.48556550, (0 missing)
## Openness < 5.25 to the right, improve=0.02253629, (0 missing)
## Surrogate splits:
## Agreeableness < 2.75 to the right, agree=0.764, adj=0.057, (0 split)
##
## Node number 658: 24 observations
## predicted class=Moderado expected loss=0.5416667 P(node) =0.001244942
## class counts: 3 11 4 6
## probabilities: 0.125 0.458 0.167 0.250
##
## Node number 659: 79 observations
## predicted class=Normal expected loss=0.5443038 P(node) =0.004097935
## class counts: 11 13 36 19
## probabilities: 0.139 0.165 0.456 0.241
##
## Node number 1048: 15 observations
## predicted class=Leve expected loss=0.5333333 P(node) =0.000778089
## class counts: 7 3 4 1
## probabilities: 0.467 0.200 0.267 0.067
##
## Node number 1049: 25 observations
## predicted class=Severo expected loss=0.36 P(node) =0.001296815
## class counts: 1 2 6 16
## probabilities: 0.040 0.080 0.240 0.640
##
## Node number 1314: 105 observations
## predicted class=Moderado expected loss=0.6190476 P(node) =0.005446623
## class counts: 13 40 23 29
## probabilities: 0.124 0.381 0.219 0.276
##
## Node number 1315: 35 observations
## predicted class=Normal expected loss=0.6 P(node) =0.001815541
## class counts: 4 10 14 7
## probabilities: 0.114 0.286 0.400 0.200
##
## n= 19278
##
## node), split, n, loss, yval, (yprob)
## * denotes terminal node
##
## 1) root 19278 9534 Severo (0.09394128 0.17927171 0.22134039 0.50544662)
## 2) EmotionalStability>=3.25 8566 5222 Normal (0.12759748 0.18094793 0.39038057 0.30107401)
## 4) EmotionalStability>=4.25 4353 2095 Normal (0.11945785 0.14633586 0.51872272 0.21548357)
## 8) Extraversion>=3.25 2731 1086 Normal (0.12193336 0.12559502 0.60234346 0.15012816)
## 16) EmotionalStability< 6.25 2217 988 Normal (0.13802436 0.14118178 0.55435273 0.16644114)
## 32) Conscientiousness< 3.75 473 298 Normal (0.16701903 0.19450317 0.36997886 0.26849894)
## 64) Conscientiousness>=2.75 299 171 Normal (0.16722408 0.18729097 0.42809365 0.21739130) *
## 65) Conscientiousness< 2.75 174 112 Severo (0.16666667 0.20689655 0.27011494 0.35632184)
## 130) Openness>=5.25 68 44 Moderado (0.19117647 0.35294118 0.22058824 0.23529412)
## 260) Agreeableness< 5.75 48 25 Moderado (0.16666667 0.47916667 0.16666667 0.18750000) *
## 261) Agreeableness>=5.75 20 13 Normal (0.25000000 0.05000000 0.35000000 0.35000000) *
## 131) Openness< 5.25 106 60 Severo (0.15094340 0.11320755 0.30188679 0.43396226)
## 262) Conscientiousness>=1.75 81 51 Normal (0.14814815 0.12345679 0.37037037 0.35802469)
## 524) Extraversion< 4.25 40 23 Severo (0.20000000 0.12500000 0.25000000 0.42500000)
## 1048) Agreeableness>=5.25 15 8 Leve (0.46666667 0.20000000 0.26666667 0.06666667) *
## 1049) Agreeableness< 5.25 25 9 Severo (0.04000000 0.08000000 0.24000000 0.64000000) *
## 525) Extraversion>=4.25 41 21 Normal (0.09756098 0.12195122 0.48780488 0.29268293) *
## 263) Conscientiousness< 1.75 25 8 Severo (0.16000000 0.08000000 0.08000000 0.68000000) *
## 33) Conscientiousness>=3.75 1744 690 Normal (0.13016055 0.12672018 0.60435780 0.13876147) *
## 17) EmotionalStability>=6.25 514 98 Normal (0.05252918 0.05836576 0.80933852 0.07976654) *
## 9) Extraversion< 3.25 1622 1009 Normal (0.11528977 0.18125771 0.37792848 0.32552404)
## 18) Conscientiousness>=3.75 1216 679 Normal (0.10855263 0.16447368 0.44161184 0.28536184)
## 36) Extraversion>=1.25 1045 558 Normal (0.11196172 0.16746411 0.46602871 0.25454545)
## 72) EmotionalStability>=5.75 325 135 Normal (0.10769231 0.12000000 0.58461538 0.18769231) *
## 73) EmotionalStability< 5.75 720 423 Normal (0.11388889 0.18888889 0.41250000 0.28472222)
## 146) Agreeableness>=3.25 649 369 Normal (0.11864407 0.18489985 0.43143297 0.26502311) *
## 147) Agreeableness< 3.25 71 38 Severo (0.07042254 0.22535211 0.23943662 0.46478873) *
## 37) Extraversion< 1.25 171 90 Severo (0.08771930 0.14619883 0.29239766 0.47368421)
## 74) Agreeableness>=4.75 88 54 Normal (0.06818182 0.19318182 0.38636364 0.35227273)
## 148) Openness< 6.25 77 48 Severo (0.07792208 0.22077922 0.32467532 0.37662338)
## 296) Openness>=4.25 43 25 Normal (0.09302326 0.18604651 0.41860465 0.30232558)
## 592) Agreeableness< 6.75 30 14 Normal (0.10000000 0.13333333 0.53333333 0.23333333) *
## 593) Agreeableness>=6.75 13 7 Severo (0.07692308 0.30769231 0.15384615 0.46153846) *
## 297) Openness< 4.25 34 18 Severo (0.05882353 0.26470588 0.20588235 0.47058824) *
## 149) Openness>=6.25 11 2 Normal (0.00000000 0.00000000 0.81818182 0.18181818) *
## 75) Agreeableness< 4.75 83 33 Severo (0.10843373 0.09638554 0.19277108 0.60240964) *
## 19) Conscientiousness< 3.75 406 225 Severo (0.13546798 0.23152709 0.18719212 0.44581281)
## 38) EmotionalStability>=6.25 46 29 Normal (0.17391304 0.26086957 0.36956522 0.19565217) *
## 39) EmotionalStability< 6.25 360 188 Severo (0.13055556 0.22777778 0.16388889 0.47777778) *
## 5) EmotionalStability< 4.25 4213 2572 Severo (0.13600760 0.21671018 0.25777356 0.38950866)
## 10) Extraversion>=2.75 2929 1975 Severo (0.15295323 0.23079549 0.29054285 0.32570843)
## 20) Conscientiousness>=4.25 1553 1005 Normal (0.15003220 0.22601417 0.35286542 0.27108822)
## 40) Openness< 4.75 677 470 Severo (0.19497784 0.22008863 0.27917282 0.30576071)
## 80) Extraversion>=4.75 157 100 Normal (0.24203822 0.13375796 0.36305732 0.26114650)
## 160) Openness>=3.25 140 87 Normal (0.26428571 0.13571429 0.37857143 0.22142857) *
## 161) Openness< 3.25 17 7 Severo (0.05882353 0.11764706 0.23529412 0.58823529) *
## 81) Extraversion< 4.75 520 354 Severo (0.18076923 0.24615385 0.25384615 0.31923077)
## 162) EmotionalStability>=3.75 255 176 Normal (0.17254902 0.25490196 0.30980392 0.26274510)
## 324) Conscientiousness< 5.75 185 128 Moderado (0.16216216 0.30810811 0.25945946 0.27027027)
## 648) Openness>=2.75 177 120 Moderado (0.16384181 0.32203390 0.25988701 0.25423729) *
## 649) Openness< 2.75 8 3 Severo (0.12500000 0.00000000 0.25000000 0.62500000) *
## 325) Conscientiousness>=5.75 70 39 Normal (0.20000000 0.11428571 0.44285714 0.24285714) *
## 163) EmotionalStability< 3.75 265 166 Severo (0.18867925 0.23773585 0.20000000 0.37358491) *
## 41) Openness>=4.75 876 517 Normal (0.11529680 0.23059361 0.40981735 0.24429224)
## 82) EmotionalStability< 3.75 422 281 Normal (0.13033175 0.25592417 0.33412322 0.27962085)
## 164) Extraversion< 4.75 291 204 Moderado (0.14432990 0.29896907 0.28865979 0.26804124)
## 328) Openness< 5.75 188 125 Moderado (0.14893617 0.33510638 0.23404255 0.28191489)
## 656) Agreeableness>=5.25 48 31 Severo (0.22916667 0.27083333 0.14583333 0.35416667) *
## 657) Agreeableness< 5.25 140 90 Moderado (0.12142857 0.35714286 0.26428571 0.25714286)
## 1314) Conscientiousness< 5.75 105 65 Moderado (0.12380952 0.38095238 0.21904762 0.27619048) *
## 1315) Conscientiousness>=5.75 35 21 Normal (0.11428571 0.28571429 0.40000000 0.20000000) *
## 329) Openness>=5.75 103 63 Normal (0.13592233 0.23300971 0.38834951 0.24271845)
## 658) Extraversion< 3.25 24 13 Moderado (0.12500000 0.45833333 0.16666667 0.25000000) *
## 659) Extraversion>=3.25 79 43 Normal (0.13924051 0.16455696 0.45569620 0.24050633) *
## 165) Extraversion>=4.75 131 74 Normal (0.09923664 0.16030534 0.43511450 0.30534351) *
## 83) EmotionalStability>=3.75 454 236 Normal (0.10132159 0.20704846 0.48017621 0.21145374) *
## 21) Conscientiousness< 4.25 1376 843 Severo (0.15625000 0.23619186 0.22020349 0.38735465)
## 42) Extraversion>=4.25 532 356 Severo (0.17481203 0.21428571 0.28007519 0.33082707)
## 84) Conscientiousness< 2.75 110 72 Severo (0.22727273 0.25454545 0.17272727 0.34545455)
## 168) Conscientiousness>=2.25 36 24 Leve (0.33333333 0.27777778 0.16666667 0.22222222) *
## 169) Conscientiousness< 2.25 74 44 Severo (0.17567568 0.24324324 0.17567568 0.40540541) *
## 85) Conscientiousness>=2.75 422 284 Severo (0.16113744 0.20379147 0.30805687 0.32701422)
## 170) Extraversion< 5.75 326 222 Normal (0.17791411 0.20552147 0.31901840 0.29754601)
## 340) Agreeableness< 4.25 131 86 Severo (0.20610687 0.23664122 0.21374046 0.34351145) *
## 341) Agreeableness>=4.25 195 119 Normal (0.15897436 0.18461538 0.38974359 0.26666667) *
## 171) Extraversion>=5.75 96 55 Severo (0.10416667 0.19791667 0.27083333 0.42708333)
## 342) Agreeableness< 4.25 32 19 Normal (0.15625000 0.15625000 0.40625000 0.28125000) *
## 343) Agreeableness>=4.25 64 32 Severo (0.07812500 0.21875000 0.20312500 0.50000000) *
## 43) Extraversion< 4.25 844 487 Severo (0.14454976 0.25000000 0.18246445 0.42298578) *
## 11) Extraversion< 2.75 1284 597 Severo (0.09735202 0.18457944 0.18302181 0.53504673) *
## 3) EmotionalStability< 3.25 10712 3547 Severo (0.06702763 0.17793129 0.08616505 0.66887603)
## 6) EmotionalStability>=2.25 4752 2137 Severo (0.09511785 0.22453704 0.13005051 0.55029461) *
## 7) EmotionalStability< 2.25 5960 1410 Severo (0.04463087 0.14077181 0.05117450 0.76342282)
## 14) EmotionalStability< 0.25 80 50 Normal (0.12500000 0.25000000 0.37500000 0.25000000) *
## 15) EmotionalStability>=0.25 5880 1350 Severo (0.04353741 0.13928571 0.04676871 0.77040816) *
# Visualizar el árbol de decisión (puedes ajustar los parámetros según tus preferencias)
rpart.plot(modelo_cart_depresion_cp)
## Warning: labs do not fit even at cex 0.15, there may be some overplotting
Aquí vemos que con un cp = 0.0004 aparecen nuevas clases, pero tenemos muchos más nodos terminales y un árbol considerablemente más complejo que el anterior, donde sacrificamos explicabilidad.
Veamos entonces qué variables son las más importantes en este modelo.
importancia_variables <- data.frame(variable = names(modelo_cart_depresion_cp$variable.importance),
importancia = modelo_cart_depresion_cp$variable.importance)
# Ordenar el dataframe por importancia en orden descendente
importancia_variables <- importancia_variables[order(-importancia_variables$importancia), ]
# Crear el gráfico de barras
barplot(importancia_variables$importancia, names.arg = importancia_variables$variable,
col = "orange", main = "Importancia de Variables",
xlab = "Variables", ylab = "Importancia", cex.names = 0.60)
Podemos ver que la variable más importante es EmotionalStability, le sigue Conscientiousness y Extraversion. Esto tiene sentido ya que son las variables que aparecieron primero en los splits del arbol.
Qué pasa si agregamos más variables?
variables_predictoras_mas <- c("Extraversion", "Agreeableness", "Conscientiousness", "EmotionalStability", "Openness", "education", "urban", "gender", "engnat", "hand", "religion", "orientation", "race", "voted", "married", "familysize", "Depresion_cat")
df_entrenamiento_depresion_mas <- df_entrenamiento[variables_predictoras_mas]
# Entrenar el modelo en el conjunto de entrenamiento
modelo_cart_depresion_cp_mas <- rpart(formula = Depresion_cat ~. , data = df_entrenamiento_depresion_mas, method = "class", control = rpart.control(cp = 0.0001))
# Imprimir el resumen del modelo
print(paste("Resumen del modelo para", 'Depresion'))
## [1] "Resumen del modelo para Depresion"
print(summary(modelo_cart_depresion_cp_mas))
## Call:
## rpart(formula = Depresion_cat ~ ., data = df_entrenamiento_depresion_mas,
## method = "class", control = rpart.control(cp = 1e-04))
## n= 19278
##
## CP nsplit rel error xerror xstd
## 1 0.0802391441 0 1.0000000 1.0000000 0.007281152
## 2 0.0582127124 1 0.9197609 0.9197609 0.007251863
## 3 0.0066603734 2 0.8615481 0.8615481 0.007201572
## 4 0.0055066079 4 0.8482274 0.8513740 0.007190237
## 5 0.0032515209 6 0.8372142 0.8372142 0.007173186
## 6 0.0018879799 7 0.8339627 0.8375288 0.007173581
## 7 0.0016782043 8 0.8320747 0.8366897 0.007172525
## 8 0.0012586532 9 0.8303965 0.8320747 0.007166628
## 9 0.0009439899 10 0.8291378 0.8328089 0.007167577
## 10 0.0008391022 11 0.8281938 0.8328089 0.007167577
## 11 0.0007342144 14 0.8256765 0.8331236 0.007167982
## 12 0.0006817705 15 0.8249423 0.8327040 0.007167441
## 13 0.0006642892 17 0.8235788 0.8324942 0.007167170
## 14 0.0006293266 21 0.8208517 0.8333333 0.007168252
## 15 0.0005244389 22 0.8202224 0.8313405 0.007165675
## 16 0.0004982169 31 0.8150829 0.8332284 0.007168117
## 17 0.0004195511 35 0.8130900 0.8356409 0.007171199
## 18 0.0003671072 48 0.8076358 0.8395217 0.007176066
## 19 0.0003566184 52 0.8061674 0.8403608 0.007177103
## 20 0.0003496259 62 0.8020768 0.8403608 0.007177103
## 21 0.0003408853 66 0.8006083 0.8417244 0.007178778
## 22 0.0003356409 72 0.7984057 0.8417244 0.007178778
## 23 0.0003146633 77 0.7967275 0.8429830 0.007180312
## 24 0.0002884414 119 0.7819383 0.8456052 0.007183470
## 25 0.0002797007 123 0.7807846 0.8487518 0.007187191
## 26 0.0002622194 135 0.7766939 0.8513740 0.007190237
## 27 0.0002447381 155 0.7713447 0.8578771 0.007197570
## 28 0.0002397435 169 0.7678834 0.8582966 0.007198032
## 29 0.0002288460 179 0.7653661 0.8582966 0.007198032
## 30 0.0002097755 219 0.7536186 0.8643801 0.007204591
## 31 0.0001835536 300 0.7352633 0.8694147 0.007209813
## 32 0.0001748130 305 0.7342144 0.8785400 0.007218805
## 33 0.0001704426 317 0.7314873 0.8892385 0.007228571
## 34 0.0001678204 344 0.7263478 0.8890287 0.007228387
## 35 0.0001648236 363 0.7223621 0.8890287 0.007228387
## 36 0.0001573317 370 0.7212083 0.8919656 0.007230927
## 37 0.0001515046 422 0.7130271 0.8961611 0.007234446
## 38 0.0001398504 433 0.7113489 0.9031886 0.007240054
## 39 0.0001311097 478 0.7031676 0.9091672 0.007244543
## 40 0.0001258653 482 0.7026432 0.9117894 0.007246431
## 41 0.0001198717 488 0.7018041 0.9123138 0.007246802
## 42 0.0001165420 507 0.6991819 0.9123138 0.007246802
## 43 0.0001048878 519 0.6973988 0.9366478 0.007261859
## 44 0.0001000000 617 0.6867002 0.9383260 0.007262740
##
## Variable importance
## EmotionalStability Conscientiousness Extraversion Openness
## 39 10 10 8
## Agreeableness familysize religion education
## 7 4 3 3
## gender race orientation married
## 3 2 2 2
## urban engnat voted hand
## 2 1 1 1
##
## Node number 1: 19278 observations, complexity param=0.08023914
## predicted class=Severo expected loss=0.4945534 P(node) =1
## class counts: 1811 3456 4267 9744
## probabilities: 0.094 0.179 0.221 0.505
## left son=2 (8566 obs) right son=3 (10712 obs)
## Primary splits:
## EmotionalStability < 3.25 to the right, improve=1101.9040, (0 missing)
## Conscientiousness < 4.25 to the right, improve= 343.1459, (0 missing)
## Extraversion < 3.25 to the right, improve= 292.5476, (0 missing)
## Openness < 4.25 to the right, improve= 228.5022, (0 missing)
## education < 2.5 to the right, improve= 112.9697, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the right, agree=0.600, adj=0.101, (0 split)
## Agreeableness < 5.25 to the right, agree=0.582, adj=0.060, (0 split)
## Openness < 5.25 to the right, agree=0.577, adj=0.048, (0 split)
## gender < 1.5 to the left, agree=0.574, adj=0.041, (0 split)
## married < 1.5 to the right, agree=0.569, adj=0.030, (0 split)
##
## Node number 2: 8566 observations, complexity param=0.05821271
## predicted class=Normal expected loss=0.6096194 P(node) =0.4443407
## class counts: 1093 1550 3344 2579
## probabilities: 0.128 0.181 0.390 0.301
## left son=4 (4353 obs) right son=5 (4213 obs)
## Primary splits:
## EmotionalStability < 4.25 to the right, improve=221.81220, (0 missing)
## Extraversion < 3.25 to the right, improve=148.19480, (0 missing)
## Conscientiousness < 4.25 to the right, improve=127.33130, (0 missing)
## Openness < 4.25 to the right, improve= 87.23226, (0 missing)
## married < 1.5 to the right, improve= 26.90734, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the right, agree=0.570, adj=0.125, (0 split)
## Openness < 5.25 to the right, agree=0.568, adj=0.122, (0 split)
## gender < 1.5 to the left, agree=0.553, adj=0.091, (0 split)
## Agreeableness < 5.25 to the right, agree=0.547, adj=0.079, (0 split)
## Extraversion < 4.25 to the right, agree=0.544, adj=0.073, (0 split)
##
## Node number 3: 10712 observations, complexity param=0.0005244389
## predicted class=Severo expected loss=0.331124 P(node) =0.5556593
## class counts: 718 1906 923 7165
## probabilities: 0.067 0.178 0.086 0.669
## left son=6 (4752 obs) right son=7 (5960 obs)
## Primary splits:
## EmotionalStability < 2.25 to the right, improve=161.83740, (0 missing)
## Extraversion < 3.75 to the right, improve= 58.76126, (0 missing)
## Conscientiousness < 4.25 to the right, improve= 53.36112, (0 missing)
## Openness < 3.25 to the right, improve= 41.03119, (0 missing)
## orientation < 1.5 to the left, improve= 26.00356, (0 missing)
##
## Node number 4: 4353 observations, complexity param=0.005506608
## predicted class=Normal expected loss=0.4812773 P(node) =0.2258014
## class counts: 520 637 2258 938
## probabilities: 0.119 0.146 0.519 0.215
## left son=8 (2731 obs) right son=9 (1622 obs)
## Primary splits:
## Extraversion < 3.25 to the right, improve=85.75273, (0 missing)
## Conscientiousness < 3.75 to the right, improve=69.18898, (0 missing)
## EmotionalStability < 5.75 to the left, improve=57.31317, (0 missing)
## Openness < 4.25 to the right, improve=35.46706, (0 missing)
## Agreeableness < 3.25 to the right, improve=17.20626, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the right, agree=0.647, adj=0.054, (0 split)
## religion < 2.5 to the right, agree=0.640, adj=0.034, (0 split)
## Conscientiousness < 1.25 to the right, agree=0.629, adj=0.004, (0 split)
## gender < 2.5 to the left, agree=0.628, adj=0.002, (0 split)
## married < 0.5 to the right, agree=0.628, adj=0.002, (0 split)
##
## Node number 5: 4213 observations, complexity param=0.006660373
## predicted class=Severo expected loss=0.6104913 P(node) =0.2185393
## class counts: 573 913 1086 1641
## probabilities: 0.136 0.217 0.258 0.390
## left son=10 (2929 obs) right son=11 (1284 obs)
## Primary splits:
## Extraversion < 2.75 to the right, improve=54.10561, (0 missing)
## Conscientiousness < 3.25 to the right, improve=30.71112, (0 missing)
## Openness < 3.75 to the right, improve=24.60809, (0 missing)
## EmotionalStability < 3.75 to the right, improve=13.05618, (0 missing)
## education < 2.5 to the right, improve=10.03550, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the right, agree=0.703, adj=0.024, (0 split)
## Conscientiousness < 0.75 to the right, agree=0.697, adj=0.005, (0 split)
## Agreeableness < 1.25 to the right, agree=0.696, adj=0.004, (0 split)
##
## Node number 6: 4752 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.4497054 P(node) =0.2464986
## class counts: 452 1067 618 2615
## probabilities: 0.095 0.225 0.130 0.550
## left son=12 (1933 obs) right son=13 (2819 obs)
## Primary splits:
## Extraversion < 3.75 to the right, improve=31.435690, (0 missing)
## Conscientiousness < 4.25 to the right, improve=21.359940, (0 missing)
## EmotionalStability < 2.75 to the right, improve=16.026250, (0 missing)
## Openness < 3.25 to the right, improve=10.898810, (0 missing)
## married < 1.5 to the right, improve= 9.595619, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the right, agree=0.609, adj=0.04, (0 split)
##
## Node number 7: 5960 observations, complexity param=0.0005244389
## predicted class=Severo expected loss=0.2365772 P(node) =0.3091607
## class counts: 266 839 305 4550
## probabilities: 0.045 0.141 0.051 0.763
## left son=14 (80 obs) right son=15 (5880 obs)
## Primary splits:
## EmotionalStability < 0.25 to the left, improve=31.36954, (0 missing)
## Extraversion < 0.25 to the left, improve=22.10192, (0 missing)
## Conscientiousness < 3.75 to the right, improve=20.68442, (0 missing)
## Openness < 0.25 to the left, improve=17.32880, (0 missing)
## Agreeableness < 0.25 to the left, improve=16.65722, (0 missing)
## Surrogate splits:
## Extraversion < 0.25 to the left, agree=0.995, adj=0.600, (0 split)
## Conscientiousness < 0.25 to the left, agree=0.995, adj=0.600, (0 split)
## Openness < 0.25 to the left, agree=0.994, adj=0.587, (0 split)
## Agreeableness < 0.25 to the left, agree=0.993, adj=0.500, (0 split)
##
## Node number 8: 2731 observations, complexity param=0.0005244389
## predicted class=Normal expected loss=0.3976565 P(node) =0.1416641
## class counts: 333 343 1645 410
## probabilities: 0.122 0.126 0.602 0.150
## left son=16 (2217 obs) right son=17 (514 obs)
## Primary splits:
## EmotionalStability < 6.25 to the left, improve=36.175700, (0 missing)
## Conscientiousness < 3.75 to the left, improve=32.488940, (0 missing)
## Extraversion < 5.25 to the left, improve=12.211620, (0 missing)
## Openness < 4.75 to the left, improve=11.699680, (0 missing)
## Agreeableness < 4.75 to the left, improve= 8.002739, (0 missing)
##
## Node number 9: 1622 observations, complexity param=0.005506608
## predicted class=Normal expected loss=0.6220715 P(node) =0.08413736
## class counts: 187 294 613 528
## probabilities: 0.115 0.181 0.378 0.326
## left son=18 (1216 obs) right son=19 (406 obs)
## Primary splits:
## Conscientiousness < 3.75 to the right, improve=29.127000, (0 missing)
## EmotionalStability < 6.25 to the right, improve=17.781430, (0 missing)
## Extraversion < 1.25 to the right, improve=14.559900, (0 missing)
## Openness < 3.75 to the right, improve=11.537660, (0 missing)
## Agreeableness < 3.25 to the right, improve= 9.158797, (0 missing)
## Surrogate splits:
## Openness < 1.25 to the right, agree=0.753, adj=0.012, (0 split)
## Extraversion < 0.75 to the right, agree=0.752, adj=0.007, (0 split)
##
## Node number 10: 2929 observations, complexity param=0.006660373
## predicted class=Severo expected loss=0.6742916 P(node) =0.1519348
## class counts: 448 676 851 954
## probabilities: 0.153 0.231 0.291 0.326
## left son=20 (1553 obs) right son=21 (1376 obs)
## Primary splits:
## Conscientiousness < 4.25 to the right, improve=22.806050, (0 missing)
## Extraversion < 4.25 to the right, improve=15.583010, (0 missing)
## Openness < 4.25 to the right, improve=13.803440, (0 missing)
## EmotionalStability < 3.75 to the right, improve= 9.024388, (0 missing)
## education < 2.5 to the right, improve= 5.033811, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.589, adj=0.125, (0 split)
## education < 2.5 to the right, agree=0.553, adj=0.049, (0 split)
## gender < 1.5 to the right, agree=0.542, adj=0.025, (0 split)
## orientation < 2.5 to the left, agree=0.539, adj=0.018, (0 split)
## Agreeableness < 3.25 to the right, agree=0.534, adj=0.008, (0 split)
##
## Node number 11: 1284 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4649533 P(node) =0.06660442
## class counts: 125 237 235 687
## probabilities: 0.097 0.185 0.183 0.535
## left son=22 (829 obs) right son=23 (455 obs)
## Primary splits:
## Conscientiousness < 3.75 to the right, improve=7.327369, (0 missing)
## Extraversion < 1.75 to the right, improve=6.799794, (0 missing)
## Openness < 3.25 to the right, improve=6.701205, (0 missing)
## married < 1.5 to the right, improve=6.228491, (0 missing)
## Agreeableness < 4.75 to the right, improve=4.407857, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the right, agree=0.657, adj=0.031, (0 split)
## Extraversion < 0.75 to the right, agree=0.650, adj=0.013, (0 split)
## Agreeableness < 0.5 to the right, agree=0.650, adj=0.011, (0 split)
## familysize < 9.5 to the left, agree=0.648, adj=0.007, (0 split)
##
## Node number 12: 1933 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.5338852 P(node) =0.1002697
## class counts: 222 483 327 901
## probabilities: 0.115 0.250 0.169 0.466
## left son=24 (860 obs) right son=25 (1073 obs)
## Primary splits:
## Conscientiousness < 4.25 to the right, improve=13.393490, (0 missing)
## EmotionalStability < 2.75 to the right, improve= 8.639249, (0 missing)
## Extraversion < 5.25 to the right, improve= 4.015844, (0 missing)
## education < 2.5 to the right, improve= 3.405754, (0 missing)
## married < 1.5 to the right, improve= 3.187232, (0 missing)
## Surrogate splits:
## Extraversion < 6.25 to the right, agree=0.570, adj=0.034, (0 split)
## married < 1.5 to the right, agree=0.570, adj=0.034, (0 split)
## Agreeableness < 5.75 to the right, agree=0.569, adj=0.031, (0 split)
## Openness < 5.25 to the right, agree=0.567, adj=0.027, (0 split)
## engnat < 1.5 to the left, agree=0.564, adj=0.020, (0 split)
##
## Node number 13: 2819 observations, complexity param=0.0002447381
## predicted class=Severo expected loss=0.391983 P(node) =0.1462289
## class counts: 230 584 291 1714
## probabilities: 0.082 0.207 0.103 0.608
## left son=26 (1213 obs) right son=27 (1606 obs)
## Primary splits:
## Conscientiousness < 4.25 to the right, improve=8.452507, (0 missing)
## EmotionalStability < 2.75 to the right, improve=7.605002, (0 missing)
## Extraversion < 1.75 to the right, improve=7.372547, (0 missing)
## Openness < 2.75 to the right, improve=6.924469, (0 missing)
## married < 1.5 to the right, improve=5.308587, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the right, agree=0.578, adj=0.018, (0 split)
## Agreeableness < 6.25 to the right, agree=0.576, adj=0.014, (0 split)
## married < 1.5 to the right, agree=0.575, adj=0.012, (0 split)
## religion < 0.5 to the left, agree=0.571, adj=0.004, (0 split)
## familysize < 8.5 to the right, agree=0.571, adj=0.004, (0 split)
##
## Node number 14: 80 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.625 P(node) =0.004149808
## class counts: 10 20 30 20
## probabilities: 0.125 0.250 0.375 0.250
## left son=28 (61 obs) right son=29 (19 obs)
## Primary splits:
## race < 15 to the left, improve=2.331752, (0 missing)
## voted < 1.5 to the right, improve=1.987490, (0 missing)
## religion < 9 to the right, improve=1.787179, (0 missing)
## engnat < 1.5 to the right, improve=1.260000, (0 missing)
## hand < 1.5 to the left, improve=1.093750, (0 missing)
## Surrogate splits:
## religion < 7.5 to the right, agree=0.838, adj=0.316, (0 split)
##
## Node number 15: 5880 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.2295918 P(node) =0.3050109
## class counts: 256 819 275 4530
## probabilities: 0.044 0.139 0.047 0.770
## left son=30 (4104 obs) right son=31 (1776 obs)
## Primary splits:
## EmotionalStability < 1.25 to the right, improve=34.25921, (0 missing)
## Conscientiousness < 3.75 to the right, improve=26.79342, (0 missing)
## Openness < 3.25 to the right, improve=23.51672, (0 missing)
## Extraversion < 4.75 to the right, improve=23.45297, (0 missing)
## orientation < 1.5 to the left, improve=14.07983, (0 missing)
## Surrogate splits:
## Conscientiousness < 1.25 to the right, agree=0.706, adj=0.027, (0 split)
## Openness < 1.25 to the right, agree=0.705, adj=0.024, (0 split)
## Agreeableness < 1.25 to the right, agree=0.703, adj=0.016, (0 split)
## Extraversion < 0.75 to the right, agree=0.700, adj=0.007, (0 split)
## married < 0.5 to the right, agree=0.698, adj=0.001, (0 split)
##
## Node number 16: 2217 observations, complexity param=0.0005244389
## predicted class=Normal expected loss=0.4456473 P(node) =0.1150016
## class counts: 306 313 1229 369
## probabilities: 0.138 0.141 0.554 0.166
## left son=32 (473 obs) right son=33 (1744 obs)
## Primary splits:
## Conscientiousness < 3.75 to the left, improve=28.917830, (0 missing)
## EmotionalStability < 5.25 to the left, improve=11.492990, (0 missing)
## Extraversion < 5.25 to the left, improve= 8.693296, (0 missing)
## Openness < 4.75 to the left, improve= 7.518802, (0 missing)
## orientation < 1.5 to the left, improve= 6.025522, (0 missing)
## Surrogate splits:
## Openness < 1.75 to the left, agree=0.788, adj=0.004, (0 split)
##
## Node number 17: 514 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.1906615 P(node) =0.02666252
## class counts: 27 30 416 41
## probabilities: 0.053 0.058 0.809 0.080
## left son=34 (489 obs) right son=35 (25 obs)
## Primary splits:
## Conscientiousness < 2.25 to the right, improve=5.7679200, (0 missing)
## religion < 4.5 to the right, improve=3.3506130, (0 missing)
## Agreeableness < 3.25 to the right, improve=2.7734410, (0 missing)
## Openness < 6.75 to the left, improve=0.8711506, (0 missing)
## race < 15 to the left, improve=0.7915538, (0 missing)
##
## Node number 18: 1216 observations, complexity param=0.003251521
## predicted class=Normal expected loss=0.5583882 P(node) =0.06307708
## class counts: 132 200 537 347
## probabilities: 0.109 0.164 0.442 0.285
## left son=36 (1045 obs) right son=37 (171 obs)
## Primary splits:
## Extraversion < 1.25 to the right, improve=11.640080, (0 missing)
## EmotionalStability < 5.75 to the right, improve=11.460200, (0 missing)
## Openness < 3.75 to the right, improve= 8.576839, (0 missing)
## Agreeableness < 3.25 to the right, improve= 6.438107, (0 missing)
## Conscientiousness < 5.75 to the left, improve= 5.109435, (0 missing)
## Surrogate splits:
## Agreeableness < 1.25 to the right, agree=0.86, adj=0.006, (0 split)
## Openness < 1.25 to the right, agree=0.86, adj=0.006, (0 split)
## voted < 0.5 to the right, agree=0.86, adj=0.006, (0 split)
##
## Node number 19: 406 observations, complexity param=0.0008391022
## predicted class=Severo expected loss=0.5541872 P(node) =0.02106028
## class counts: 55 94 76 181
## probabilities: 0.135 0.232 0.187 0.446
## left son=38 (46 obs) right son=39 (360 obs)
## Primary splits:
## EmotionalStability < 6.25 to the right, improve=5.093324, (0 missing)
## Extraversion < 2.25 to the right, improve=3.697015, (0 missing)
## Openness < 2.75 to the right, improve=3.034966, (0 missing)
## Agreeableness < 6.75 to the right, improve=2.857611, (0 missing)
## married < 1.5 to the right, improve=2.436995, (0 missing)
##
## Node number 20: 1553 observations, complexity param=0.00188798
## predicted class=Normal expected loss=0.6471346 P(node) =0.08055815
## class counts: 233 351 548 421
## probabilities: 0.150 0.226 0.353 0.271
## left son=40 (677 obs) right son=41 (876 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=10.427400, (0 missing)
## Extraversion < 4.75 to the left, improve= 9.692673, (0 missing)
## EmotionalStability < 3.75 to the right, improve= 8.399245, (0 missing)
## Conscientiousness < 6.25 to the left, improve= 3.262000, (0 missing)
## race < 15 to the left, improve= 3.182190, (0 missing)
## Surrogate splits:
## Extraversion < 3.25 to the left, agree=0.585, adj=0.047, (0 split)
## familysize < 8.5 to the right, agree=0.570, adj=0.013, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.567, adj=0.006, (0 split)
## education < 0.5 to the left, agree=0.567, adj=0.006, (0 split)
## hand < 0.5 to the left, agree=0.566, adj=0.004, (0 split)
##
## Node number 21: 1376 observations, complexity param=0.0006817705
## predicted class=Severo expected loss=0.6126453 P(node) =0.0713767
## class counts: 215 325 303 533
## probabilities: 0.156 0.236 0.220 0.387
## left son=42 (532 obs) right son=43 (844 obs)
## Primary splits:
## Extraversion < 4.25 to the right, improve=6.595588, (0 missing)
## Conscientiousness < 3.25 to the right, improve=5.918815, (0 missing)
## Openness < 3.75 to the right, improve=4.953871, (0 missing)
## orientation < 1.5 to the left, improve=2.402078, (0 missing)
## hand < 1.5 to the left, improve=1.842609, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the right, agree=0.633, adj=0.051, (0 split)
## Agreeableness < 2.75 to the left, agree=0.616, adj=0.006, (0 split)
## urban < 0.5 to the left, agree=0.616, adj=0.006, (0 split)
## education < 0.5 to the left, agree=0.614, adj=0.002, (0 split)
## hand < 2.5 to the right, agree=0.614, adj=0.002, (0 split)
##
## Node number 22: 829 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.509047 P(node) =0.04300239
## class counts: 97 150 175 407
## probabilities: 0.117 0.181 0.211 0.491
## left son=44 (611 obs) right son=45 (218 obs)
## Primary splits:
## Openness < 3.75 to the right, improve=5.258622, (0 missing)
## Extraversion < 1.25 to the right, improve=3.772810, (0 missing)
## Agreeableness < 4.25 to the right, improve=3.238528, (0 missing)
## married < 1.5 to the right, improve=2.844605, (0 missing)
## gender < 1.5 to the right, improve=2.209322, (0 missing)
## Surrogate splits:
## Extraversion < 0.75 to the right, agree=0.739, adj=0.009, (0 split)
##
## Node number 23: 455 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.3846154 P(node) =0.02360203
## class counts: 28 87 60 280
## probabilities: 0.062 0.191 0.132 0.615
## left son=46 (242 obs) right son=47 (213 obs)
## Primary splits:
## Extraversion < 1.75 to the right, improve=4.947955, (0 missing)
## married < 1.5 to the right, improve=3.924459, (0 missing)
## education < 3.5 to the right, improve=3.434475, (0 missing)
## Conscientiousness < 0.25 to the left, improve=2.203228, (0 missing)
## familysize < 9 to the right, improve=1.916746, (0 missing)
## Surrogate splits:
## familysize < 2.5 to the right, agree=0.576, adj=0.094, (0 split)
## Openness < 2.75 to the right, agree=0.565, adj=0.070, (0 split)
## race < 15 to the left, agree=0.565, adj=0.070, (0 split)
## Conscientiousness < 2.75 to the right, agree=0.560, adj=0.061, (0 split)
## urban < 1.5 to the right, agree=0.560, adj=0.061, (0 split)
##
## Node number 24: 860 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6093023 P(node) =0.04461044
## class counts: 118 218 188 336
## probabilities: 0.137 0.253 0.219 0.391
## left son=48 (438 obs) right son=49 (422 obs)
## Primary splits:
## EmotionalStability < 2.75 to the right, improve=3.291116, (0 missing)
## education < 2.5 to the right, improve=3.244397, (0 missing)
## Extraversion < 4.25 to the right, improve=3.182055, (0 missing)
## voted < 1.5 to the left, improve=2.170962, (0 missing)
## Openness < 5.25 to the left, improve=2.080645, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.530, adj=0.043, (0 split)
## religion < 1.5 to the right, agree=0.527, adj=0.036, (0 split)
## orientation < 2.5 to the left, agree=0.524, adj=0.031, (0 split)
## race < 15 to the right, agree=0.523, adj=0.028, (0 split)
## Agreeableness < 3.75 to the right, agree=0.522, adj=0.026, (0 split)
##
## Node number 25: 1073 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.473439 P(node) =0.0556593
## class counts: 104 265 139 565
## probabilities: 0.097 0.247 0.130 0.527
## left son=50 (538 obs) right son=51 (535 obs)
## Primary splits:
## EmotionalStability < 2.75 to the right, improve=5.332797, (0 missing)
## Agreeableness < 6.25 to the left, improve=2.712205, (0 missing)
## married < 1.5 to the right, improve=2.694461, (0 missing)
## Conscientiousness < 2.75 to the right, improve=2.691765, (0 missing)
## orientation < 1.5 to the left, improve=2.546177, (0 missing)
## Surrogate splits:
## gender < 1.5 to the left, agree=0.529, adj=0.056, (0 split)
## Conscientiousness < 2.75 to the right, agree=0.523, adj=0.043, (0 split)
## Openness < 6.25 to the left, agree=0.521, adj=0.039, (0 split)
## Extraversion < 5.75 to the left, agree=0.519, adj=0.036, (0 split)
## Agreeableness < 3.25 to the right, agree=0.519, adj=0.036, (0 split)
##
## Node number 26: 1213 observations, complexity param=0.0002447381
## predicted class=Severo expected loss=0.4443528 P(node) =0.06292146
## class counts: 107 269 163 674
## probabilities: 0.088 0.222 0.134 0.556
## left son=52 (97 obs) right son=53 (1116 obs)
## Primary splits:
## Openness < 6.25 to the right, improve=3.581196, (0 missing)
## religion < 8.5 to the left, improve=2.934391, (0 missing)
## Extraversion < 1.25 to the right, improve=2.684676, (0 missing)
## married < 1.5 to the right, improve=2.327277, (0 missing)
## EmotionalStability < 2.75 to the right, improve=2.184657, (0 missing)
##
## Node number 27: 1606 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.3524284 P(node) =0.0833074
## class counts: 123 315 128 1040
## probabilities: 0.077 0.196 0.080 0.648
## left son=54 (787 obs) right son=55 (819 obs)
## Primary splits:
## EmotionalStability < 2.75 to the right, improve=5.487857, (0 missing)
## Extraversion < 1.75 to the right, improve=5.410287, (0 missing)
## education < 2.5 to the right, improve=4.207344, (0 missing)
## Openness < 2.75 to the right, improve=4.087860, (0 missing)
## Conscientiousness < 1.75 to the right, improve=3.870918, (0 missing)
## Surrogate splits:
## Conscientiousness < 3.25 to the right, agree=0.531, adj=0.043, (0 split)
## Openness < 3.25 to the right, agree=0.527, adj=0.034, (0 split)
## Extraversion < 2.25 to the right, agree=0.526, adj=0.032, (0 split)
## education < 3.5 to the right, agree=0.523, adj=0.027, (0 split)
## Agreeableness < 3.75 to the right, agree=0.520, adj=0.020, (0 split)
##
## Node number 28: 61 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.6065574 P(node) =0.003164229
## class counts: 7 19 24 11
## probabilities: 0.115 0.311 0.393 0.180
## left son=56 (45 obs) right son=57 (16 obs)
## Primary splits:
## voted < 1.5 to the right, improve=2.0385700, (0 missing)
## Extraversion < 0.25 to the right, improve=1.3300230, (0 missing)
## gender < 1.5 to the right, improve=1.0350680, (0 missing)
## familysize < 4.5 to the left, improve=0.9645872, (0 missing)
## engnat < 1.5 to the right, improve=0.9273944, (0 missing)
## Surrogate splits:
## education < 3.5 to the left, agree=0.803, adj=0.250, (0 split)
## Conscientiousness < 2 to the left, agree=0.787, adj=0.187, (0 split)
## married < 1.5 to the left, agree=0.787, adj=0.187, (0 split)
## Openness < 2.25 to the left, agree=0.770, adj=0.125, (0 split)
## urban < 0.5 to the right, agree=0.770, adj=0.125, (0 split)
##
## Node number 29: 19 observations
## predicted class=Severo expected loss=0.5263158 P(node) =0.0009855794
## class counts: 3 1 6 9
## probabilities: 0.158 0.053 0.316 0.474
##
## Node number 30: 4104 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.2721735 P(node) =0.2128852
## class counts: 219 664 234 2987
## probabilities: 0.053 0.162 0.057 0.728
## left son=60 (2151 obs) right son=61 (1953 obs)
## Primary splits:
## Conscientiousness < 3.75 to the right, improve=22.049340, (0 missing)
## Extraversion < 4.75 to the right, improve=20.313550, (0 missing)
## Openness < 4.75 to the right, improve=15.088720, (0 missing)
## orientation < 1.5 to the left, improve=10.275930, (0 missing)
## EmotionalStability < 1.75 to the right, improve= 8.670943, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the right, agree=0.578, adj=0.113, (0 split)
## education < 2.5 to the right, agree=0.554, adj=0.062, (0 split)
## gender < 1.5 to the right, agree=0.546, adj=0.047, (0 split)
## religion < 3.5 to the right, agree=0.534, adj=0.021, (0 split)
## Agreeableness < 3.75 to the right, agree=0.533, adj=0.019, (0 split)
##
## Node number 31: 1776 observations
## predicted class=Severo expected loss=0.1311937 P(node) =0.09212574
## class counts: 37 155 41 1543
## probabilities: 0.021 0.087 0.023 0.869
##
## Node number 32: 473 observations, complexity param=0.0005244389
## predicted class=Normal expected loss=0.6300211 P(node) =0.02453574
## class counts: 79 92 175 127
## probabilities: 0.167 0.195 0.370 0.268
## left son=64 (299 obs) right son=65 (174 obs)
## Primary splits:
## Conscientiousness < 2.75 to the right, improve=4.910424, (0 missing)
## Extraversion < 5.25 to the left, improve=4.105777, (0 missing)
## Openness < 3.25 to the right, improve=2.868551, (0 missing)
## orientation < 4.5 to the left, improve=2.247271, (0 missing)
## EmotionalStability < 5.25 to the left, improve=2.100763, (0 missing)
## Surrogate splits:
## Agreeableness < 2.25 to the right, agree=0.638, adj=0.017, (0 split)
## gender < 2.5 to the left, agree=0.638, adj=0.017, (0 split)
## familysize < 9.5 to the left, agree=0.638, adj=0.017, (0 split)
## Extraversion < 6.25 to the left, agree=0.636, adj=0.011, (0 split)
## hand < 2.5 to the left, agree=0.636, adj=0.011, (0 split)
##
## Node number 33: 1744 observations, complexity param=0.0002447381
## predicted class=Normal expected loss=0.3956422 P(node) =0.09046582
## class counts: 227 221 1054 242
## probabilities: 0.130 0.127 0.604 0.139
## left son=66 (598 obs) right son=67 (1146 obs)
## Primary splits:
## EmotionalStability < 4.75 to the left, improve=7.709930, (0 missing)
## Openness < 4.75 to the left, improve=4.627937, (0 missing)
## Extraversion < 5.25 to the left, improve=4.594055, (0 missing)
## Agreeableness < 3.75 to the right, improve=4.296227, (0 missing)
## Conscientiousness < 4.25 to the right, improve=4.191103, (0 missing)
## Surrogate splits:
## Agreeableness < 1.25 to the left, agree=0.658, adj=0.003, (0 split)
##
## Node number 34: 489 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.1717791 P(node) =0.0253657
## class counts: 25 27 405 32
## probabilities: 0.051 0.055 0.828 0.065
## left son=68 (343 obs) right son=69 (146 obs)
## Primary splits:
## religion < 6.5 to the right, improve=1.7127580, (0 missing)
## Agreeableness < 3.25 to the right, improve=1.0372520, (0 missing)
## hand < 1.5 to the left, improve=0.7984534, (0 missing)
## Extraversion < 4.25 to the left, improve=0.7955622, (0 missing)
## Openness < 6.75 to the left, improve=0.7654148, (0 missing)
## Surrogate splits:
## race < 55 to the left, agree=0.730, adj=0.096, (0 split)
## education < 1.5 to the right, agree=0.724, adj=0.075, (0 split)
## Openness < 3.25 to the right, agree=0.708, adj=0.021, (0 split)
## married < 2.5 to the left, agree=0.708, adj=0.021, (0 split)
## engnat < 1.5 to the right, agree=0.706, adj=0.014, (0 split)
##
## Node number 35: 25 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.56 P(node) =0.001296815
## class counts: 2 3 11 9
## probabilities: 0.080 0.120 0.440 0.360
## left son=70 (15 obs) right son=71 (10 obs)
## Primary splits:
## Openness < 5.75 to the right, improve=1.4000000, (0 missing)
## religion < 3 to the right, improve=1.3871790, (0 missing)
## Agreeableness < 4.5 to the right, improve=1.3264710, (0 missing)
## Extraversion < 6.25 to the right, improve=1.1777780, (0 missing)
## EmotionalStability < 6.75 to the right, improve=0.9333333, (0 missing)
## Surrogate splits:
## Conscientiousness < 1.25 to the right, agree=0.72, adj=0.3, (0 split)
## familysize < 2.5 to the left, agree=0.72, adj=0.3, (0 split)
## Agreeableness < 6.25 to the left, agree=0.68, adj=0.2, (0 split)
##
## Node number 36: 1045 observations, complexity param=0.0008391022
## predicted class=Normal expected loss=0.5339713 P(node) =0.05420687
## class counts: 117 175 487 266
## probabilities: 0.112 0.167 0.466 0.255
## left son=72 (325 obs) right son=73 (720 obs)
## Primary splits:
## EmotionalStability < 5.75 to the right, improve=9.812905, (0 missing)
## Agreeableness < 3.25 to the right, improve=6.078919, (0 missing)
## Openness < 3.75 to the right, improve=4.773709, (0 missing)
## Conscientiousness < 5.75 to the left, improve=4.354779, (0 missing)
## education < 3.5 to the right, improve=3.359671, (0 missing)
## Surrogate splits:
## Openness < 1.75 to the left, agree=0.695, adj=0.018, (0 split)
##
## Node number 37: 171 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.5263158 P(node) =0.008870215
## class counts: 15 25 50 81
## probabilities: 0.088 0.146 0.292 0.474
## left son=74 (88 obs) right son=75 (83 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=4.742743, (0 missing)
## Openness < 6.75 to the right, improve=4.658884, (0 missing)
## EmotionalStability < 6.25 to the right, improve=3.392196, (0 missing)
## voted < 1.5 to the left, improve=2.765527, (0 missing)
## Conscientiousness < 6.25 to the right, improve=2.641590, (0 missing)
## Surrogate splits:
## gender < 1.5 to the right, agree=0.620, adj=0.217, (0 split)
## Conscientiousness < 5.25 to the right, agree=0.585, adj=0.145, (0 split)
## voted < 1.5 to the left, agree=0.579, adj=0.133, (0 split)
## religion < 11 to the left, agree=0.573, adj=0.120, (0 split)
## race < 25 to the left, agree=0.573, adj=0.120, (0 split)
##
## Node number 38: 46 observations, complexity param=0.0003671072
## predicted class=Normal expected loss=0.6304348 P(node) =0.00238614
## class counts: 8 12 17 9
## probabilities: 0.174 0.261 0.370 0.196
## left son=76 (38 obs) right son=77 (8 obs)
## Primary splits:
## Agreeableness < 6.75 to the left, improve=1.974256, (0 missing)
## Extraversion < 2.25 to the left, improve=1.900983, (0 missing)
## voted < 1.5 to the right, improve=1.671342, (0 missing)
## Openness < 5.75 to the right, improve=1.050854, (0 missing)
## religion < 2.5 to the left, improve=1.026449, (0 missing)
##
## Node number 39: 360 observations, complexity param=0.0003408853
## predicted class=Severo expected loss=0.5222222 P(node) =0.01867414
## class counts: 47 82 59 172
## probabilities: 0.131 0.228 0.164 0.478
## left son=78 (153 obs) right son=79 (207 obs)
## Primary splits:
## Extraversion < 2.25 to the right, improve=4.983106, (0 missing)
## Openness < 2.75 to the right, improve=2.758761, (0 missing)
## Conscientiousness < 2.75 to the right, improve=2.116585, (0 missing)
## married < 1.5 to the right, improve=2.075026, (0 missing)
## Agreeableness < 2.75 to the right, improve=1.637396, (0 missing)
## Surrogate splits:
## Agreeableness < 6.25 to the right, agree=0.600, adj=0.059, (0 split)
## familysize < 3.5 to the right, agree=0.600, adj=0.059, (0 split)
## Conscientiousness < 3.25 to the right, agree=0.592, adj=0.039, (0 split)
## religion < 9.5 to the right, agree=0.586, adj=0.026, (0 split)
## orientation < 4.5 to the right, agree=0.586, adj=0.026, (0 split)
##
## Node number 40: 677 observations, complexity param=0.001678204
## predicted class=Severo expected loss=0.6942393 P(node) =0.03511775
## class counts: 132 149 189 207
## probabilities: 0.195 0.220 0.279 0.306
## left son=80 (157 obs) right son=81 (520 obs)
## Primary splits:
## Extraversion < 4.75 to the right, improve=3.821233, (0 missing)
## Agreeableness < 3.25 to the right, improve=2.774946, (0 missing)
## Conscientiousness < 5.75 to the left, improve=2.538902, (0 missing)
## EmotionalStability < 3.75 to the right, improve=2.497259, (0 missing)
## Openness < 2.75 to the right, improve=2.413663, (0 missing)
##
## Node number 41: 876 observations, complexity param=0.0006642892
## predicted class=Normal expected loss=0.5901826 P(node) =0.0454404
## class counts: 101 202 359 214
## probabilities: 0.115 0.231 0.410 0.244
## left son=82 (422 obs) right son=83 (454 obs)
## Primary splits:
## EmotionalStability < 3.75 to the left, improve=6.388160, (0 missing)
## Extraversion < 4.75 to the left, improve=5.134630, (0 missing)
## race < 55 to the left, improve=2.740074, (0 missing)
## education < 2.5 to the right, improve=2.405163, (0 missing)
## Openness < 5.75 to the left, improve=1.937506, (0 missing)
## Surrogate splits:
## Openness < 6.25 to the left, agree=0.538, adj=0.040, (0 split)
## education < 2.5 to the left, agree=0.535, adj=0.036, (0 split)
## urban < 1.5 to the left, agree=0.534, adj=0.033, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.532, adj=0.028, (0 split)
## religion < 8.5 to the right, agree=0.531, adj=0.026, (0 split)
##
## Node number 42: 532 observations, complexity param=0.0006817705
## predicted class=Severo expected loss=0.6691729 P(node) =0.02759622
## class counts: 93 114 149 176
## probabilities: 0.175 0.214 0.280 0.331
## left son=84 (410 obs) right son=85 (122 obs)
## Primary splits:
## urban < 1.5 to the right, improve=3.234072, (0 missing)
## Conscientiousness < 2.75 to the left, improve=2.234092, (0 missing)
## Extraversion < 6.25 to the left, improve=1.959042, (0 missing)
## Agreeableness < 6.75 to the left, improve=1.780807, (0 missing)
## Openness < 4.25 to the right, improve=1.459332, (0 missing)
## Surrogate splits:
## familysize < 9.5 to the left, agree=0.774, adj=0.016, (0 split)
##
## Node number 43: 844 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5770142 P(node) =0.04378048
## class counts: 122 211 154 357
## probabilities: 0.145 0.250 0.182 0.423
## left son=86 (685 obs) right son=87 (159 obs)
## Primary splits:
## Conscientiousness < 2.75 to the right, improve=7.518357, (0 missing)
## Openness < 3.75 to the right, improve=3.605756, (0 missing)
## education < 2.5 to the right, improve=3.323683, (0 missing)
## EmotionalStability < 3.75 to the right, improve=2.230948, (0 missing)
## Agreeableness < 2.75 to the right, improve=2.217021, (0 missing)
## Surrogate splits:
## Openness < 1.25 to the right, agree=0.816, adj=0.025, (0 split)
##
## Node number 44: 611 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5400982 P(node) =0.03169416
## class counts: 75 105 150 281
## probabilities: 0.123 0.172 0.245 0.460
## left son=88 (437 obs) right son=89 (174 obs)
## Primary splits:
## Agreeableness < 4.25 to the right, improve=3.134823, (0 missing)
## religion < 2.5 to the right, improve=2.665993, (0 missing)
## married < 1.5 to the right, improve=2.097103, (0 missing)
## Extraversion < 1.25 to the right, improve=1.954770, (0 missing)
## familysize < 4.5 to the right, improve=1.807167, (0 missing)
## Surrogate splits:
## urban < 0.5 to the right, agree=0.717, adj=0.006, (0 split)
##
## Node number 45: 218 observations
## predicted class=Severo expected loss=0.4220183 P(node) =0.01130823
## class counts: 22 45 25 126
## probabilities: 0.101 0.206 0.115 0.578
##
## Node number 46: 242 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.4628099 P(node) =0.01255317
## class counts: 18 60 34 130
## probabilities: 0.074 0.248 0.140 0.537
## left son=92 (8 obs) right son=93 (234 obs)
## Primary splits:
## religion < 11 to the right, improve=2.043212, (0 missing)
## familysize < 7.5 to the right, improve=1.893639, (0 missing)
## orientation < 2.5 to the left, improve=1.879952, (0 missing)
## education < 2.5 to the right, improve=1.679021, (0 missing)
## Openness < 2.75 to the right, improve=1.504541, (0 missing)
##
## Node number 47: 213 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.2957746 P(node) =0.01104886
## class counts: 10 27 26 150
## probabilities: 0.047 0.127 0.122 0.704
## left son=94 (25 obs) right son=95 (188 obs)
## Primary splits:
## married < 1.5 to the right, improve=3.186427, (0 missing)
## education < 3.5 to the right, improve=2.408972, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.851482, (0 missing)
## orientation < 0.5 to the left, improve=1.836417, (0 missing)
## religion < 11 to the left, improve=1.534300, (0 missing)
## Surrogate splits:
## Agreeableness < 0.5 to the left, agree=0.892, adj=0.08, (0 split)
## hand < 2.5 to the right, agree=0.887, adj=0.04, (0 split)
##
## Node number 48: 438 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6552511 P(node) =0.0227202
## class counts: 61 113 113 151
## probabilities: 0.139 0.258 0.258 0.345
## left son=96 (349 obs) right son=97 (89 obs)
## Primary splits:
## Extraversion < 5.75 to the left, improve=3.401621, (0 missing)
## race < 55 to the left, improve=2.601835, (0 missing)
## Agreeableness < 2.25 to the right, improve=2.573438, (0 missing)
## Conscientiousness < 4.75 to the right, improve=2.470217, (0 missing)
## Openness < 6.25 to the right, improve=2.282479, (0 missing)
##
## Node number 49: 422 observations, complexity param=0.0002797007
## predicted class=Severo expected loss=0.5616114 P(node) =0.02189024
## class counts: 57 105 75 185
## probabilities: 0.135 0.249 0.178 0.438
## left son=98 (238 obs) right son=99 (184 obs)
## Primary splits:
## education < 2.5 to the right, improve=4.191646, (0 missing)
## race < 65 to the left, improve=2.679665, (0 missing)
## married < 2.5 to the left, improve=2.017185, (0 missing)
## familysize < 2.5 to the left, improve=1.557974, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.385788, (0 missing)
## Surrogate splits:
## religion < 7.5 to the right, agree=0.640, adj=0.174, (0 split)
## race < 55 to the left, agree=0.628, adj=0.147, (0 split)
## voted < 1.5 to the left, agree=0.604, adj=0.092, (0 split)
## engnat < 1.5 to the right, agree=0.592, adj=0.065, (0 split)
## familysize < 2.5 to the right, agree=0.585, adj=0.049, (0 split)
##
## Node number 50: 538 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.5315985 P(node) =0.02790746
## class counts: 60 137 89 252
## probabilities: 0.112 0.255 0.165 0.468
## left son=100 (384 obs) right son=101 (154 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=2.867405, (0 missing)
## familysize < 8.5 to the right, improve=2.703219, (0 missing)
## Openness < 3.75 to the right, improve=2.040505, (0 missing)
## urban < 1.5 to the left, improve=1.565510, (0 missing)
## Agreeableness < 6.25 to the left, improve=1.141788, (0 missing)
## Surrogate splits:
## gender < 2.5 to the left, agree=0.721, adj=0.026, (0 split)
## hand < 2.5 to the left, agree=0.717, adj=0.013, (0 split)
## urban < 0.5 to the right, agree=0.716, adj=0.006, (0 split)
##
## Node number 51: 535 observations, complexity param=0.0001648236
## predicted class=Severo expected loss=0.4149533 P(node) =0.02775184
## class counts: 44 128 50 313
## probabilities: 0.082 0.239 0.093 0.585
## left son=102 (254 obs) right son=103 (281 obs)
## Primary splits:
## Conscientiousness < 3.25 to the right, improve=3.484423, (0 missing)
## Agreeableness < 6.25 to the left, improve=2.324234, (0 missing)
## married < 1.5 to the right, improve=1.875677, (0 missing)
## Openness < 2.75 to the right, improve=1.685973, (0 missing)
## Extraversion < 5.25 to the right, improve=1.486564, (0 missing)
## Surrogate splits:
## education < 2.5 to the right, agree=0.559, adj=0.071, (0 split)
## Agreeableness < 4.25 to the left, agree=0.551, adj=0.055, (0 split)
## familysize < 4.5 to the right, agree=0.551, adj=0.055, (0 split)
## religion < 5 to the right, agree=0.540, adj=0.031, (0 split)
## married < 1.5 to the right, agree=0.536, adj=0.024, (0 split)
##
## Node number 52: 97 observations, complexity param=0.0002447381
## predicted class=Severo expected loss=0.5876289 P(node) =0.005031642
## class counts: 11 22 24 40
## probabilities: 0.113 0.227 0.247 0.412
## left son=104 (19 obs) right son=105 (78 obs)
## Primary splits:
## married < 1.5 to the right, improve=3.780639, (0 missing)
## familysize < 1.5 to the left, improve=1.894441, (0 missing)
## voted < 1.5 to the right, improve=1.726449, (0 missing)
## religion < 2.5 to the right, improve=1.177516, (0 missing)
## education < 2.5 to the right, improve=1.094707, (0 missing)
## Surrogate splits:
## Agreeableness < 2.75 to the left, agree=0.825, adj=0.105, (0 split)
##
## Node number 53: 1116 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.4318996 P(node) =0.05788982
## class counts: 96 247 139 634
## probabilities: 0.086 0.221 0.125 0.568
## left son=106 (579 obs) right son=107 (537 obs)
## Primary splits:
## EmotionalStability < 2.75 to the right, improve=2.754536, (0 missing)
## Openness < 2.25 to the right, improve=2.730579, (0 missing)
## Extraversion < 1.25 to the right, improve=2.642245, (0 missing)
## religion < 8.5 to the left, improve=2.298281, (0 missing)
## married < 2.5 to the left, improve=2.267429, (0 missing)
## Surrogate splits:
## Conscientiousness < 5.75 to the left, agree=0.539, adj=0.041, (0 split)
## Agreeableness < 3.75 to the right, agree=0.533, adj=0.030, (0 split)
## Extraversion < 3.25 to the left, agree=0.528, adj=0.019, (0 split)
## Openness < 3.25 to the right, agree=0.528, adj=0.019, (0 split)
## hand < 1.5 to the left, agree=0.527, adj=0.017, (0 split)
##
## Node number 54: 787 observations
## predicted class=Severo expected loss=0.4027954 P(node) =0.04082374
## class counts: 74 160 83 470
## probabilities: 0.094 0.203 0.105 0.597
##
## Node number 55: 819 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.3040293 P(node) =0.04248366
## class counts: 49 155 45 570
## probabilities: 0.060 0.189 0.055 0.696
## left son=110 (342 obs) right son=111 (477 obs)
## Primary splits:
## education < 2.5 to the right, improve=3.414668, (0 missing)
## Extraversion < 2.75 to the right, improve=2.450583, (0 missing)
## Openness < 2.75 to the right, improve=2.225594, (0 missing)
## race < 15 to the left, improve=1.878014, (0 missing)
## Agreeableness < 1.25 to the left, improve=1.687030, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.646, adj=0.152, (0 split)
## familysize < 4.5 to the right, agree=0.621, adj=0.094, (0 split)
## religion < 7.5 to the right, agree=0.620, adj=0.091, (0 split)
## married < 1.5 to the right, agree=0.608, adj=0.061, (0 split)
## race < 15 to the left, agree=0.602, adj=0.047, (0 split)
##
## Node number 56: 45 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.6222222 P(node) =0.002334267
## class counts: 7 17 15 6
## probabilities: 0.156 0.378 0.333 0.133
## left son=112 (31 obs) right son=113 (14 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=1.7764460, (0 missing)
## education < 2.5 to the right, improve=1.1828160, (0 missing)
## familysize < 4.5 to the left, improve=0.8179211, (0 missing)
## Extraversion < 1.25 to the left, improve=0.8037538, (0 missing)
## hand < 1.5 to the left, improve=0.7091592, (0 missing)
## Surrogate splits:
## religion < 7.5 to the right, agree=0.756, adj=0.214, (0 split)
## Agreeableness < 1.25 to the left, agree=0.733, adj=0.143, (0 split)
## Extraversion < 2.25 to the left, agree=0.711, adj=0.071, (0 split)
## Conscientiousness < 0.5 to the left, agree=0.711, adj=0.071, (0 split)
## familysize < 2.5 to the right, agree=0.711, adj=0.071, (0 split)
##
## Node number 57: 16 observations
## predicted class=Normal expected loss=0.4375 P(node) =0.0008299616
## class counts: 0 2 9 5
## probabilities: 0.000 0.125 0.562 0.313
##
## Node number 60: 2151 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.3319386 P(node) =0.111578
## class counts: 144 409 161 1437
## probabilities: 0.067 0.190 0.075 0.668
## left son=120 (394 obs) right son=121 (1757 obs)
## Primary splits:
## Extraversion < 4.75 to the right, improve=10.316910, (0 missing)
## orientation < 1.5 to the left, improve= 7.912891, (0 missing)
## Openness < 4.75 to the right, improve= 6.696797, (0 missing)
## EmotionalStability < 1.75 to the right, improve= 6.014062, (0 missing)
## Conscientiousness < 5.25 to the right, improve= 4.568133, (0 missing)
##
## Node number 61: 1953 observations, complexity param=0.0001835536
## predicted class=Severo expected loss=0.2063492 P(node) =0.1013072
## class counts: 75 255 73 1550
## probabilities: 0.038 0.131 0.037 0.794
## left son=122 (290 obs) right son=123 (1663 obs)
## Primary splits:
## Extraversion < 4.75 to the right, improve=8.341501, (0 missing)
## Openness < 3.75 to the right, improve=5.989990, (0 missing)
## married < 1.5 to the right, improve=4.034853, (0 missing)
## familysize < 0.5 to the left, improve=3.277846, (0 missing)
## Conscientiousness < 3.25 to the right, improve=2.303309, (0 missing)
## Surrogate splits:
## familysize < 10.5 to the right, agree=0.852, adj=0.003, (0 split)
##
## Node number 64: 299 observations, complexity param=0.0002884414
## predicted class=Normal expected loss=0.5719064 P(node) =0.01550991
## class counts: 50 56 128 65
## probabilities: 0.167 0.187 0.428 0.217
## left son=128 (229 obs) right son=129 (70 obs)
## Primary splits:
## Extraversion < 5.25 to the left, improve=4.326139, (0 missing)
## religion < 11 to the right, improve=3.104664, (0 missing)
## orientation < 4.5 to the left, improve=3.061353, (0 missing)
## Openness < 6.75 to the left, improve=2.224080, (0 missing)
## engnat < 1.5 to the right, improve=2.060694, (0 missing)
##
## Node number 65: 174 observations, complexity param=0.0005244389
## predicted class=Severo expected loss=0.6436782 P(node) =0.009025833
## class counts: 29 36 47 62
## probabilities: 0.167 0.207 0.270 0.356
## left son=130 (68 obs) right son=131 (106 obs)
## Primary splits:
## Openness < 5.25 to the right, improve=4.356673, (0 missing)
## Conscientiousness < 1.25 to the right, improve=2.611414, (0 missing)
## Extraversion < 4.25 to the left, improve=1.943800, (0 missing)
## race < 65 to the left, improve=1.682138, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.142146, (0 missing)
## Surrogate splits:
## religion < 7.5 to the left, agree=0.701, adj=0.235, (0 split)
## race < 15 to the right, agree=0.672, adj=0.162, (0 split)
## Extraversion < 5.75 to the right, agree=0.667, adj=0.147, (0 split)
## familysize < 2.5 to the left, agree=0.661, adj=0.132, (0 split)
## gender < 2.5 to the right, agree=0.621, adj=0.029, (0 split)
##
## Node number 66: 598 observations, complexity param=0.0002447381
## predicted class=Normal expected loss=0.4749164 P(node) =0.03101982
## class counts: 95 87 314 102
## probabilities: 0.159 0.145 0.525 0.171
## left son=132 (485 obs) right son=133 (113 obs)
## Primary splits:
## Conscientiousness < 4.25 to the right, improve=2.122305, (0 missing)
## engnat < 1.5 to the right, improve=2.072843, (0 missing)
## familysize < 7.5 to the right, improve=1.820279, (0 missing)
## Openness < 4.75 to the left, improve=1.519437, (0 missing)
## Extraversion < 4.75 to the left, improve=1.338786, (0 missing)
##
## Node number 67: 1146 observations, complexity param=0.0002447381
## predicted class=Normal expected loss=0.3542757 P(node) =0.059446
## class counts: 132 134 740 140
## probabilities: 0.115 0.117 0.646 0.122
## left son=134 (78 obs) right son=135 (1068 obs)
## Primary splits:
## Agreeableness < 3.25 to the left, improve=4.744085, (0 missing)
## religion < 2.5 to the right, improve=4.335810, (0 missing)
## Extraversion < 5.25 to the left, improve=4.229171, (0 missing)
## orientation < 1.5 to the left, improve=3.661581, (0 missing)
## Openness < 4.75 to the left, improve=2.672775, (0 missing)
##
## Node number 68: 343 observations
## predicted class=Normal expected loss=0.1457726 P(node) =0.0177923
## class counts: 16 21 293 13
## probabilities: 0.047 0.061 0.854 0.038
##
## Node number 69: 146 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.2328767 P(node) =0.0075734
## class counts: 9 6 112 19
## probabilities: 0.062 0.041 0.767 0.130
## left son=138 (138 obs) right son=139 (8 obs)
## Primary splits:
## Agreeableness < 3.25 to the right, improve=3.4205380, (0 missing)
## Extraversion < 4.25 to the left, improve=1.3851420, (0 missing)
## Openness < 6.75 to the left, improve=0.9675460, (0 missing)
## religion < 1.5 to the right, improve=0.6406020, (0 missing)
## Conscientiousness < 4.25 to the right, improve=0.5538332, (0 missing)
##
## Node number 70: 15 observations
## predicted class=Normal expected loss=0.4 P(node) =0.000778089
## class counts: 1 1 9 4
## probabilities: 0.067 0.067 0.600 0.267
##
## Node number 71: 10 observations
## predicted class=Severo expected loss=0.5 P(node) =0.000518726
## class counts: 1 2 2 5
## probabilities: 0.100 0.200 0.200 0.500
##
## Node number 72: 325 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.4153846 P(node) =0.0168586
## class counts: 35 39 190 61
## probabilities: 0.108 0.120 0.585 0.188
## left son=144 (277 obs) right son=145 (48 obs)
## Primary splits:
## Openness < 3.75 to the right, improve=4.140590, (0 missing)
## Extraversion < 2.75 to the left, improve=2.635865, (0 missing)
## Agreeableness < 3.25 to the left, improve=2.404569, (0 missing)
## EmotionalStability < 6.75 to the left, improve=2.077247, (0 missing)
## orientation < 3.5 to the left, improve=1.567102, (0 missing)
##
## Node number 73: 720 observations, complexity param=0.0008391022
## predicted class=Normal expected loss=0.5875 P(node) =0.03734827
## class counts: 82 136 297 205
## probabilities: 0.114 0.189 0.412 0.285
## left son=146 (649 obs) right son=147 (71 obs)
## Primary splits:
## Agreeableness < 3.25 to the right, improve=5.166647, (0 missing)
## education < 2.5 to the right, improve=3.737500, (0 missing)
## Conscientiousness < 6.25 to the left, improve=2.713557, (0 missing)
## familysize < 0.5 to the right, improve=2.492648, (0 missing)
## hand < 2.5 to the left, improve=2.096672, (0 missing)
##
## Node number 74: 88 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.6136364 P(node) =0.004564789
## class counts: 6 17 34 31
## probabilities: 0.068 0.193 0.386 0.352
## left son=148 (77 obs) right son=149 (11 obs)
## Primary splits:
## Openness < 6.25 to the left, improve=3.2370130, (0 missing)
## EmotionalStability < 6.25 to the right, improve=1.9735290, (0 missing)
## religion < 5 to the right, improve=1.0564690, (0 missing)
## Conscientiousness < 4.25 to the right, improve=1.0219300, (0 missing)
## voted < 1.5 to the left, improve=0.8333333, (0 missing)
##
## Node number 75: 83 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3975904 P(node) =0.004305426
## class counts: 9 8 16 50
## probabilities: 0.108 0.096 0.193 0.602
## left son=150 (12 obs) right son=151 (71 obs)
## Primary splits:
## Openness < 6.25 to the right, improve=1.7688500, (0 missing)
## Conscientiousness < 6.25 to the right, improve=1.6216920, (0 missing)
## EmotionalStability < 6.25 to the right, improve=1.1481930, (0 missing)
## familysize < 1.5 to the right, improve=1.1053360, (0 missing)
## voted < 1.5 to the left, improve=0.9874583, (0 missing)
## Surrogate splits:
## gender < 2.5 to the right, agree=0.867, adj=0.083, (0 split)
##
## Node number 76: 38 observations, complexity param=0.0003671072
## predicted class=Moderado expected loss=0.7105263 P(node) =0.001971159
## class counts: 7 11 11 9
## probabilities: 0.184 0.289 0.289 0.237
## left son=152 (25 obs) right son=153 (13 obs)
## Primary splits:
## Extraversion < 2.25 to the left, improve=3.219757, (0 missing)
## Agreeableness < 6.25 to the left, improve=2.427193, (0 missing)
## voted < 1.5 to the left, improve=1.223347, (0 missing)
## Openness < 5.75 to the right, improve=1.159244, (0 missing)
## familysize < 3.5 to the left, improve=1.074294, (0 missing)
## Surrogate splits:
## familysize < 4.5 to the left, agree=0.737, adj=0.231, (0 split)
## Agreeableness < 6.25 to the left, agree=0.711, adj=0.154, (0 split)
## married < 2.5 to the left, agree=0.711, adj=0.154, (0 split)
## Conscientiousness < 2.75 to the left, agree=0.684, adj=0.077, (0 split)
## Openness < 3.75 to the right, agree=0.684, adj=0.077, (0 split)
##
## Node number 77: 8 observations
## predicted class=Normal expected loss=0.25 P(node) =0.0004149808
## class counts: 1 1 6 0
## probabilities: 0.125 0.125 0.750 0.000
##
## Node number 78: 153 observations, complexity param=0.0003408853
## predicted class=Severo expected loss=0.6405229 P(node) =0.007936508
## class counts: 26 40 32 55
## probabilities: 0.170 0.261 0.209 0.359
## left son=156 (89 obs) right son=157 (64 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=2.488431, (0 missing)
## EmotionalStability < 5.75 to the left, improve=2.152150, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.845316, (0 missing)
## race < 65 to the right, improve=1.588559, (0 missing)
## Conscientiousness < 2.75 to the right, improve=1.417830, (0 missing)
## Surrogate splits:
## familysize < 5.5 to the left, agree=0.634, adj=0.125, (0 split)
## orientation < 4.5 to the left, agree=0.608, adj=0.062, (0 split)
## education < 1.5 to the right, agree=0.601, adj=0.047, (0 split)
## religion < 1.5 to the right, agree=0.595, adj=0.031, (0 split)
## Conscientiousness < 2.25 to the right, agree=0.588, adj=0.016, (0 split)
##
## Node number 79: 207 observations, complexity param=0.0002622194
## predicted class=Severo expected loss=0.4347826 P(node) =0.01073763
## class counts: 21 42 27 117
## probabilities: 0.101 0.203 0.130 0.565
## left son=158 (32 obs) right son=159 (175 obs)
## Primary splits:
## married < 1.5 to the right, improve=2.651009, (0 missing)
## Openness < 1.75 to the right, improve=2.142888, (0 missing)
## familysize < 3.5 to the left, improve=1.723430, (0 missing)
## religion < 3.5 to the left, improve=1.577486, (0 missing)
## Conscientiousness < 2.75 to the right, improve=1.361064, (0 missing)
##
## Node number 80: 157 observations, complexity param=0.0006293266
## predicted class=Normal expected loss=0.6369427 P(node) =0.008143998
## class counts: 38 21 57 41
## probabilities: 0.242 0.134 0.363 0.261
## left son=160 (140 obs) right son=161 (17 obs)
## Primary splits:
## Openness < 3.25 to the right, improve=2.995718, (0 missing)
## orientation < 0.5 to the left, improve=2.163621, (0 missing)
## Extraversion < 5.75 to the left, improve=1.523676, (0 missing)
## Conscientiousness < 6.75 to the left, improve=1.433669, (0 missing)
## familysize < 4.5 to the left, improve=1.287140, (0 missing)
##
## Node number 81: 520 observations, complexity param=0.001258653
## predicted class=Severo expected loss=0.6807692 P(node) =0.02697375
## class counts: 94 128 132 166
## probabilities: 0.181 0.246 0.254 0.319
## left son=162 (255 obs) right son=163 (265 obs)
## Primary splits:
## EmotionalStability < 3.75 to the right, improve=3.235442, (0 missing)
## Agreeableness < 3.25 to the right, improve=2.649351, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.801586, (0 missing)
## Openness < 2.75 to the right, improve=1.746981, (0 missing)
## married < 1.5 to the right, improve=1.745468, (0 missing)
## Surrogate splits:
## orientation < 1.5 to the right, agree=0.556, adj=0.094, (0 split)
## Agreeableness < 4.75 to the right, agree=0.538, adj=0.059, (0 split)
## engnat < 1.5 to the right, agree=0.538, adj=0.059, (0 split)
## Extraversion < 3.75 to the left, agree=0.529, adj=0.039, (0 split)
## Conscientiousness < 6.25 to the right, agree=0.529, adj=0.039, (0 split)
##
## Node number 82: 422 observations, complexity param=0.0006642892
## predicted class=Normal expected loss=0.6658768 P(node) =0.02189024
## class counts: 55 108 141 118
## probabilities: 0.130 0.256 0.334 0.280
## left son=164 (291 obs) right son=165 (131 obs)
## Primary splits:
## Extraversion < 4.75 to the left, improve=3.983868, (0 missing)
## familysize < 6.5 to the right, improve=2.064370, (0 missing)
## Agreeableness < 6.75 to the right, improve=1.976036, (0 missing)
## Openness < 5.25 to the right, improve=1.743881, (0 missing)
## religion < 3.5 to the right, improve=1.563397, (0 missing)
## Surrogate splits:
## Openness < 6.75 to the left, agree=0.692, adj=0.008, (0 split)
## voted < 0.5 to the right, agree=0.692, adj=0.008, (0 split)
##
## Node number 83: 454 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.5198238 P(node) =0.02355016
## class counts: 46 94 218 96
## probabilities: 0.101 0.207 0.480 0.211
## left son=166 (364 obs) right son=167 (90 obs)
## Primary splits:
## gender < 1.5 to the right, improve=2.500022, (0 missing)
## religion < 10.5 to the right, improve=2.166776, (0 missing)
## Extraversion < 4.75 to the right, improve=1.972854, (0 missing)
## orientation < 4.5 to the right, improve=1.764959, (0 missing)
## race < 55 to the left, improve=1.632429, (0 missing)
##
## Node number 84: 410 observations, complexity param=0.0003566184
## predicted class=Severo expected loss=0.6560976 P(node) =0.02126777
## class counts: 71 97 101 141
## probabilities: 0.173 0.237 0.246 0.344
## left son=168 (398 obs) right son=169 (12 obs)
## Primary splits:
## familysize < 7.5 to the left, improve=2.230424, (0 missing)
## Conscientiousness < 2.75 to the left, improve=1.707839, (0 missing)
## education < 1.5 to the left, improve=1.518699, (0 missing)
## Openness < 2.75 to the left, improve=1.343990, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.235682, (0 missing)
##
## Node number 85: 122 observations, complexity param=0.0004982169
## predicted class=Normal expected loss=0.6065574 P(node) =0.006328457
## class counts: 22 17 48 35
## probabilities: 0.180 0.139 0.393 0.287
## left son=170 (78 obs) right son=171 (44 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=3.156120, (0 missing)
## Extraversion < 5.75 to the left, improve=2.425034, (0 missing)
## engnat < 1.5 to the left, improve=1.998923, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.904738, (0 missing)
## orientation < 2.5 to the right, improve=1.889094, (0 missing)
## Surrogate splits:
## Agreeableness < 5.75 to the left, agree=0.656, adj=0.045, (0 split)
## race < 65 to the left, agree=0.648, adj=0.023, (0 split)
##
## Node number 86: 685 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6160584 P(node) =0.03553273
## class counts: 108 183 131 263
## probabilities: 0.158 0.267 0.191 0.384
## left son=172 (675 obs) right son=173 (10 obs)
## Primary splits:
## familysize < 9.5 to the left, improve=2.599200, (0 missing)
## Openness < 3.25 to the right, improve=2.487377, (0 missing)
## Agreeableness < 2.75 to the right, improve=2.481892, (0 missing)
## orientation < 1.5 to the left, improve=2.211301, (0 missing)
## EmotionalStability < 3.75 to the right, improve=1.690246, (0 missing)
##
## Node number 87: 159 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.408805 P(node) =0.008247744
## class counts: 14 28 23 94
## probabilities: 0.088 0.176 0.145 0.591
## left son=174 (77 obs) right son=175 (82 obs)
## Primary splits:
## education < 2.5 to the right, improve=4.043854, (0 missing)
## familysize < 3.5 to the left, improve=2.160000, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.836866, (0 missing)
## Openness < 4.25 to the right, improve=1.702539, (0 missing)
## urban < 1.5 to the right, improve=1.656619, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.648, adj=0.273, (0 split)
## religion < 7.5 to the right, agree=0.597, adj=0.169, (0 split)
## engnat < 1.5 to the right, agree=0.591, adj=0.156, (0 split)
## Extraversion < 3.25 to the right, agree=0.579, adj=0.130, (0 split)
## race < 30 to the left, agree=0.579, adj=0.130, (0 split)
##
## Node number 88: 437 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.576659 P(node) =0.02266833
## class counts: 60 75 117 185
## probabilities: 0.137 0.172 0.268 0.423
## left son=176 (336 obs) right son=177 (101 obs)
## Primary splits:
## religion < 3.5 to the right, improve=2.232347, (0 missing)
## familysize < 4.5 to the right, improve=2.023485, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.848589, (0 missing)
## urban < 2.5 to the left, improve=1.838305, (0 missing)
## Extraversion < 1.75 to the right, improve=1.722580, (0 missing)
##
## Node number 89: 174 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4482759 P(node) =0.009025833
## class counts: 15 30 33 96
## probabilities: 0.086 0.172 0.190 0.552
## left son=178 (14 obs) right son=179 (160 obs)
## Primary splits:
## familysize < 5.5 to the right, improve=3.229988, (0 missing)
## voted < 1.5 to the left, improve=2.275862, (0 missing)
## Agreeableness < 1.75 to the left, improve=1.966910, (0 missing)
## orientation < 0.5 to the left, improve=1.639686, (0 missing)
## married < 1.5 to the right, improve=1.535028, (0 missing)
## Surrogate splits:
## voted < 0.5 to the left, agree=0.931, adj=0.143, (0 split)
##
## Node number 92: 8 observations
## predicted class=Moderado expected loss=0.375 P(node) =0.0004149808
## class counts: 1 5 0 2
## probabilities: 0.125 0.625 0.000 0.250
##
## Node number 93: 234 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.4529915 P(node) =0.01213819
## class counts: 17 55 34 128
## probabilities: 0.073 0.235 0.145 0.547
## left son=186 (110 obs) right son=187 (124 obs)
## Primary splits:
## education < 2.5 to the right, improve=2.038700, (0 missing)
## familysize < 7.5 to the right, improve=1.988749, (0 missing)
## Openness < 2.75 to the right, improve=1.452632, (0 missing)
## orientation < 2.5 to the left, improve=1.451065, (0 missing)
## married < 1.5 to the right, improve=1.125580, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.637, adj=0.227, (0 split)
## religion < 9.5 to the right, agree=0.615, adj=0.182, (0 split)
## engnat < 1.5 to the right, agree=0.585, adj=0.118, (0 split)
## urban < 2.5 to the left, agree=0.573, adj=0.091, (0 split)
## familysize < 4.5 to the right, agree=0.573, adj=0.091, (0 split)
##
## Node number 94: 25 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.56 P(node) =0.001296815
## class counts: 3 8 3 11
## probabilities: 0.120 0.320 0.120 0.440
## left son=188 (13 obs) right son=189 (12 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=2.1876920, (0 missing)
## familysize < 2.5 to the right, improve=1.0228570, (0 missing)
## Extraversion < 1.25 to the right, improve=0.8505882, (0 missing)
## Openness < 4.75 to the left, improve=0.6800000, (0 missing)
## race < 35 to the left, improve=0.5466667, (0 missing)
## Surrogate splits:
## Openness < 4.75 to the left, agree=0.76, adj=0.500, (0 split)
## gender < 1.5 to the right, agree=0.72, adj=0.417, (0 split)
## religion < 3 to the right, agree=0.72, adj=0.417, (0 split)
## urban < 1.5 to the right, agree=0.68, adj=0.333, (0 split)
## Conscientiousness < 3.25 to the left, agree=0.60, adj=0.167, (0 split)
##
## Node number 95: 188 observations
## predicted class=Severo expected loss=0.2606383 P(node) =0.009752049
## class counts: 7 19 23 139
## probabilities: 0.037 0.101 0.122 0.739
##
## Node number 96: 349 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6361032 P(node) =0.01810354
## class counts: 50 95 77 127
## probabilities: 0.143 0.272 0.221 0.364
## left son=192 (244 obs) right son=193 (105 obs)
## Primary splits:
## Conscientiousness < 4.75 to the right, improve=2.592609, (0 missing)
## race < 55 to the left, improve=1.984615, (0 missing)
## Openness < 5.25 to the right, improve=1.931261, (0 missing)
## voted < 1.5 to the left, improve=1.834300, (0 missing)
## education < 3.5 to the right, improve=1.713977, (0 missing)
## Surrogate splits:
## voted < 0.5 to the right, agree=0.702, adj=0.01, (0 split)
##
## Node number 97: 89 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.5955056 P(node) =0.004616661
## class counts: 11 18 36 24
## probabilities: 0.124 0.202 0.404 0.270
## left son=194 (10 obs) right son=195 (79 obs)
## Primary splits:
## race < 65 to the right, improve=1.862495, (0 missing)
## married < 1.5 to the left, improve=1.481159, (0 missing)
## gender < 1.5 to the right, improve=1.467245, (0 missing)
## religion < 9 to the left, improve=1.299625, (0 missing)
## Agreeableness < 3.25 to the left, improve=1.108483, (0 missing)
##
## Node number 98: 238 observations, complexity param=0.0002797007
## predicted class=Severo expected loss=0.6260504 P(node) =0.01234568
## class counts: 35 73 41 89
## probabilities: 0.147 0.307 0.172 0.374
## left son=196 (173 obs) right son=197 (65 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=2.689101, (0 missing)
## religion < 8.5 to the left, improve=1.911038, (0 missing)
## married < 2.5 to the left, improve=1.716871, (0 missing)
## education < 3.5 to the left, improve=1.496332, (0 missing)
## Conscientiousness < 6.75 to the left, improve=1.432106, (0 missing)
## Surrogate splits:
## urban < 0.5 to the right, agree=0.735, adj=0.031, (0 split)
## religion < 11.5 to the left, agree=0.735, adj=0.031, (0 split)
## familysize < 8.5 to the left, agree=0.731, adj=0.015, (0 split)
##
## Node number 99: 184 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4782609 P(node) =0.009544559
## class counts: 22 32 34 96
## probabilities: 0.120 0.174 0.185 0.522
## left son=198 (100 obs) right son=199 (84 obs)
## Primary splits:
## race < 45 to the left, improve=2.918592, (0 missing)
## hand < 1.5 to the left, improve=2.269870, (0 missing)
## familysize < 2.5 to the left, improve=2.195739, (0 missing)
## religion < 6.5 to the right, improve=1.672464, (0 missing)
## Openness < 5.25 to the left, improve=1.637681, (0 missing)
## Surrogate splits:
## religion < 7.5 to the right, agree=0.804, adj=0.571, (0 split)
## engnat < 1.5 to the right, agree=0.755, adj=0.464, (0 split)
## familysize < 2.5 to the right, agree=0.625, adj=0.179, (0 split)
## Openness < 5.25 to the left, agree=0.592, adj=0.107, (0 split)
## voted < 1.5 to the right, agree=0.587, adj=0.095, (0 split)
##
## Node number 100: 384 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.5703125 P(node) =0.01991908
## class counts: 47 100 72 165
## probabilities: 0.122 0.260 0.187 0.430
## left son=200 (353 obs) right son=201 (31 obs)
## Primary splits:
## education < 1.5 to the right, improve=1.780608, (0 missing)
## race < 40 to the right, improve=1.558559, (0 missing)
## Openness < 6.75 to the left, improve=1.437238, (0 missing)
## familysize < 5.5 to the right, improve=1.028678, (0 missing)
## Conscientiousness < 1.25 to the right, improve=1.016969, (0 missing)
##
## Node number 101: 154 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.4350649 P(node) =0.007988381
## class counts: 13 37 17 87
## probabilities: 0.084 0.240 0.110 0.565
## left son=202 (44 obs) right son=203 (110 obs)
## Primary splits:
## urban < 1.5 to the left, improve=2.432468, (0 missing)
## Openness < 3.75 to the right, improve=1.728596, (0 missing)
## race < 65 to the left, improve=1.688295, (0 missing)
## religion < 3.5 to the left, improve=1.476260, (0 missing)
## Agreeableness < 6.25 to the left, improve=1.347166, (0 missing)
## Surrogate splits:
## familysize < 6.5 to the right, agree=0.753, adj=0.136, (0 split)
##
## Node number 102: 254 observations, complexity param=0.0001648236
## predicted class=Severo expected loss=0.484252 P(node) =0.01317564
## class counts: 22 72 29 131
## probabilities: 0.087 0.283 0.114 0.516
## left son=204 (205 obs) right son=205 (49 obs)
## Primary splits:
## urban < 1.5 to the right, improve=1.270755, (0 missing)
## religion < 11 to the left, improve=1.130129, (0 missing)
## Openness < 6.75 to the left, improve=1.127417, (0 missing)
## married < 1.5 to the right, improve=1.121025, (0 missing)
## education < 1.5 to the right, improve=1.107973, (0 missing)
##
## Node number 103: 281 observations, complexity param=0.0001258653
## predicted class=Severo expected loss=0.3523132 P(node) =0.0145762
## class counts: 22 56 21 182
## probabilities: 0.078 0.199 0.075 0.648
## left son=206 (78 obs) right son=207 (203 obs)
## Primary splits:
## Extraversion < 5.25 to the right, improve=1.767561, (0 missing)
## urban < 1.5 to the left, improve=1.478876, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.452404, (0 missing)
## hand < 1.5 to the left, improve=1.291178, (0 missing)
## Openness < 6.75 to the right, improve=1.186149, (0 missing)
## Surrogate splits:
## Openness < 6.75 to the right, agree=0.730, adj=0.026, (0 split)
## Agreeableness < 1.25 to the left, agree=0.726, adj=0.013, (0 split)
## urban < 0.5 to the left, agree=0.726, adj=0.013, (0 split)
## hand < 0.5 to the left, agree=0.726, adj=0.013, (0 split)
##
## Node number 104: 19 observations
## predicted class=Moderado expected loss=0.5263158 P(node) =0.0009855794
## class counts: 2 9 6 2
## probabilities: 0.105 0.474 0.316 0.105
##
## Node number 105: 78 observations, complexity param=0.0002447381
## predicted class=Severo expected loss=0.5128205 P(node) =0.004046063
## class counts: 9 13 18 38
## probabilities: 0.115 0.167 0.231 0.487
## left son=210 (55 obs) right son=211 (23 obs)
## Primary splits:
## voted < 1.5 to the right, improve=2.1614070, (0 missing)
## familysize < 1.5 to the left, improve=1.8948270, (0 missing)
## education < 1.5 to the right, improve=0.9639194, (0 missing)
## EmotionalStability < 2.75 to the left, improve=0.9383656, (0 missing)
## religion < 1.5 to the right, improve=0.9178931, (0 missing)
## Surrogate splits:
## education < 3.5 to the left, agree=0.718, adj=0.043, (0 split)
##
## Node number 106: 579 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.4680484 P(node) =0.03003424
## class counts: 58 125 88 308
## probabilities: 0.100 0.216 0.152 0.532
## left son=212 (238 obs) right son=213 (341 obs)
## Primary splits:
## race < 15 to the right, improve=2.202898, (0 missing)
## Openness < 2.75 to the right, improve=2.016806, (0 missing)
## religion < 8.5 to the left, improve=1.899525, (0 missing)
## familysize < 4.5 to the left, improve=1.800894, (0 missing)
## married < 2.5 to the left, improve=1.546191, (0 missing)
## Surrogate splits:
## religion < 7.5 to the left, agree=0.817, adj=0.555, (0 split)
## engnat < 1.5 to the left, agree=0.812, adj=0.542, (0 split)
## familysize < 2.5 to the left, agree=0.696, adj=0.261, (0 split)
## education < 1.5 to the left, agree=0.648, adj=0.143, (0 split)
## Agreeableness < 3.25 to the left, agree=0.627, adj=0.092, (0 split)
##
## Node number 107: 537 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.3929236 P(node) =0.02785559
## class counts: 38 122 51 326
## probabilities: 0.071 0.227 0.095 0.607
## left son=214 (13 obs) right son=215 (524 obs)
## Primary splits:
## familysize < 7.5 to the right, improve=2.853851, (0 missing)
## Extraversion < 1.75 to the right, improve=2.606527, (0 missing)
## Openness < 2.25 to the right, improve=2.217624, (0 missing)
## urban < 1.5 to the left, improve=1.873505, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.589258, (0 missing)
##
## Node number 110: 342 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.3625731 P(node) =0.01774043
## class counts: 27 80 17 218
## probabilities: 0.079 0.234 0.050 0.637
## left son=220 (10 obs) right son=221 (332 obs)
## Primary splits:
## Agreeableness < 6.75 to the right, improve=2.050877, (0 missing)
## Openness < 2.75 to the right, improve=1.913012, (0 missing)
## Extraversion < 2.75 to the right, improve=1.531952, (0 missing)
## urban < 1.5 to the right, improve=1.501671, (0 missing)
## race < 15 to the left, improve=1.473954, (0 missing)
##
## Node number 111: 477 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.2620545 P(node) =0.02474323
## class counts: 22 75 28 352
## probabilities: 0.046 0.157 0.059 0.738
## left son=222 (41 obs) right son=223 (436 obs)
## Primary splits:
## familysize < 5.5 to the right, improve=2.009056, (0 missing)
## Extraversion < 3.25 to the right, improve=1.862583, (0 missing)
## voted < 1.5 to the right, improve=1.530271, (0 missing)
## Conscientiousness < 2.25 to the right, improve=1.382749, (0 missing)
## Agreeableness < 3.25 to the right, improve=1.225104, (0 missing)
##
## Node number 112: 31 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5806452 P(node) =0.001608051
## class counts: 6 9 13 3
## probabilities: 0.194 0.290 0.419 0.097
## left son=224 (7 obs) right son=225 (24 obs)
## Primary splits:
## urban < 1.5 to the left, improve=0.8767281, (0 missing)
## education < 2.5 to the right, improve=0.8435201, (0 missing)
## familysize < 4.5 to the right, improve=0.7410138, (0 missing)
## orientation < 0.5 to the left, improve=0.6687449, (0 missing)
## Surrogate splits:
## orientation < 4.5 to the right, agree=0.839, adj=0.286, (0 split)
## hand < 1.5 to the right, agree=0.806, adj=0.143, (0 split)
## married < 1.5 to the right, agree=0.806, adj=0.143, (0 split)
##
## Node number 113: 14 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0007262164
## class counts: 1 8 2 3
## probabilities: 0.071 0.571 0.143 0.214
##
## Node number 120: 394 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4568528 P(node) =0.0204378
## class counts: 40 99 41 214
## probabilities: 0.102 0.251 0.104 0.543
## left son=240 (224 obs) right son=241 (170 obs)
## Primary splits:
## education < 2.5 to the right, improve=5.121225, (0 missing)
## orientation < 2.5 to the left, improve=5.055290, (0 missing)
## EmotionalStability < 1.75 to the right, improve=2.557561, (0 missing)
## voted < 1.5 to the left, improve=2.225492, (0 missing)
## Extraversion < 5.75 to the right, improve=1.977002, (0 missing)
## Surrogate splits:
## race < 25 to the left, agree=0.642, adj=0.171, (0 split)
## religion < 7.5 to the right, agree=0.640, adj=0.165, (0 split)
## engnat < 1.5 to the right, agree=0.619, adj=0.118, (0 split)
## voted < 1.5 to the left, agree=0.609, adj=0.094, (0 split)
## orientation < 1.5 to the left, agree=0.586, adj=0.041, (0 split)
##
## Node number 121: 1757 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.3039271 P(node) =0.09114016
## class counts: 104 310 120 1223
## probabilities: 0.059 0.176 0.068 0.696
## left son=242 (287 obs) right son=243 (1470 obs)
## Primary splits:
## Openness < 5.75 to the right, improve=5.594737, (0 missing)
## Conscientiousness < 4.75 to the right, improve=4.564878, (0 missing)
## EmotionalStability < 1.75 to the right, improve=3.843506, (0 missing)
## orientation < 1.5 to the left, improve=3.819869, (0 missing)
## Extraversion < 1.75 to the right, improve=2.988310, (0 missing)
## Surrogate splits:
## Extraversion < 0.75 to the left, agree=0.837, adj=0.003, (0 split)
##
## Node number 122: 290 observations, complexity param=0.0001835536
## predicted class=Severo expected loss=0.3413793 P(node) =0.01504305
## class counts: 22 50 27 191
## probabilities: 0.076 0.172 0.093 0.659
## left son=244 (183 obs) right son=245 (107 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=3.274266, (0 missing)
## familysize < 0.5 to the left, improve=2.677133, (0 missing)
## married < 1.5 to the right, improve=2.676923, (0 missing)
## religion < 5.5 to the left, improve=2.213321, (0 missing)
## race < 65 to the left, improve=2.072097, (0 missing)
## Surrogate splits:
## Agreeableness < 2.25 to the right, agree=0.659, adj=0.075, (0 split)
## orientation < 0.5 to the right, agree=0.652, adj=0.056, (0 split)
## Conscientiousness < 1.25 to the right, agree=0.638, adj=0.019, (0 split)
## education < 0.5 to the right, agree=0.634, adj=0.009, (0 split)
## familysize < 7.5 to the left, agree=0.634, adj=0.009, (0 split)
##
## Node number 123: 1663 observations
## predicted class=Severo expected loss=0.1828022 P(node) =0.08626414
## class counts: 53 205 46 1359
## probabilities: 0.032 0.123 0.028 0.817
##
## Node number 128: 229 observations, complexity param=0.0002884414
## predicted class=Normal expected loss=0.628821 P(node) =0.01187883
## class counts: 42 46 85 56
## probabilities: 0.183 0.201 0.371 0.245
## left son=256 (172 obs) right son=257 (57 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=2.606597, (0 missing)
## orientation < 4.5 to the left, improve=2.166202, (0 missing)
## religion < 6.5 to the right, improve=2.098407, (0 missing)
## education < 1.5 to the right, improve=2.035867, (0 missing)
## familysize < 5.5 to the left, improve=1.911193, (0 missing)
## Surrogate splits:
## religion < 1.5 to the right, agree=0.777, adj=0.105, (0 split)
##
## Node number 129: 70 observations
## predicted class=Normal expected loss=0.3857143 P(node) =0.003631082
## class counts: 8 10 43 9
## probabilities: 0.114 0.143 0.614 0.129
##
## Node number 130: 68 observations, complexity param=0.0005244389
## predicted class=Moderado expected loss=0.6470588 P(node) =0.003527337
## class counts: 13 24 15 16
## probabilities: 0.191 0.353 0.221 0.235
## left son=260 (48 obs) right son=261 (20 obs)
## Primary splits:
## Agreeableness < 5.75 to the left, improve=3.545588, (0 missing)
## EmotionalStability < 4.75 to the right, improve=2.670193, (0 missing)
## urban < 2.5 to the left, improve=1.771454, (0 missing)
## Extraversion < 4.25 to the left, improve=1.284470, (0 missing)
## engnat < 1.5 to the right, improve=1.220830, (0 missing)
## Surrogate splits:
## Extraversion < 6.75 to the left, agree=0.721, adj=0.05, (0 split)
## EmotionalStability < 5.75 to the left, agree=0.721, adj=0.05, (0 split)
##
## Node number 131: 106 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.5660377 P(node) =0.005498496
## class counts: 16 12 32 46
## probabilities: 0.151 0.113 0.302 0.434
## left son=262 (81 obs) right son=263 (25 obs)
## Primary splits:
## Conscientiousness < 1.75 to the right, improve=3.629946, (0 missing)
## married < 1.5 to the right, improve=3.134386, (0 missing)
## race < 45 to the left, improve=2.336544, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.621234, (0 missing)
## familysize < 5.5 to the right, improve=1.327583, (0 missing)
## Surrogate splits:
## Extraversion < 6.75 to the left, agree=0.792, adj=0.12, (0 split)
## Openness < 2.25 to the right, agree=0.774, adj=0.04, (0 split)
## hand < 2.5 to the left, agree=0.774, adj=0.04, (0 split)
## religion < 1.5 to the right, agree=0.774, adj=0.04, (0 split)
## familysize < 9 to the left, agree=0.774, adj=0.04, (0 split)
##
## Node number 132: 485 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.4515464 P(node) =0.02515821
## class counts: 77 66 266 76
## probabilities: 0.159 0.136 0.548 0.157
## left son=264 (19 obs) right son=265 (466 obs)
## Primary splits:
## familysize < 7.5 to the right, improve=2.463687, (0 missing)
## Openness < 3.25 to the left, improve=1.668189, (0 missing)
## Agreeableness < 3.75 to the right, improve=1.466794, (0 missing)
## Extraversion < 3.75 to the right, improve=1.464605, (0 missing)
## urban < 1.5 to the left, improve=1.435076, (0 missing)
##
## Node number 133: 113 observations, complexity param=0.0002447381
## predicted class=Normal expected loss=0.5752212 P(node) =0.005861604
## class counts: 18 21 48 26
## probabilities: 0.159 0.186 0.425 0.230
## left son=266 (36 obs) right son=267 (77 obs)
## Primary splits:
## engnat < 1.5 to the left, improve=3.0099220, (0 missing)
## orientation < 4.5 to the right, improve=1.1981510, (0 missing)
## urban < 2.5 to the right, improve=1.1440280, (0 missing)
## familysize < 5.5 to the left, improve=1.0395660, (0 missing)
## gender < 1.5 to the left, improve=0.9865889, (0 missing)
## Surrogate splits:
## religion < 3.5 to the left, agree=0.735, adj=0.167, (0 split)
## education < 1.5 to the left, agree=0.708, adj=0.083, (0 split)
## race < 15 to the right, agree=0.699, adj=0.056, (0 split)
## married < 2.5 to the right, agree=0.699, adj=0.056, (0 split)
## Openness < 6.75 to the right, agree=0.690, adj=0.028, (0 split)
##
## Node number 134: 78 observations, complexity param=0.0002447381
## predicted class=Normal expected loss=0.5512821 P(node) =0.004046063
## class counts: 15 10 35 18
## probabilities: 0.192 0.128 0.449 0.231
## left son=268 (59 obs) right son=269 (19 obs)
## Primary splits:
## EmotionalStability < 5.75 to the left, improve=4.158123, (0 missing)
## Openness < 4.25 to the right, improve=2.621978, (0 missing)
## Extraversion < 5.75 to the right, improve=2.019814, (0 missing)
## familysize < 4.5 to the left, improve=1.930004, (0 missing)
## voted < 1.5 to the right, improve=1.820946, (0 missing)
## Surrogate splits:
## Agreeableness < 1.25 to the right, agree=0.769, adj=0.053, (0 split)
## familysize < 1.5 to the right, agree=0.769, adj=0.053, (0 split)
##
## Node number 135: 1068 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.3398876 P(node) =0.05539994
## class counts: 117 124 705 122
## probabilities: 0.110 0.116 0.660 0.114
## left son=270 (736 obs) right son=271 (332 obs)
## Primary splits:
## Extraversion < 5.25 to the left, improve=5.129316, (0 missing)
## religion < 2.5 to the right, improve=3.372208, (0 missing)
## orientation < 1.5 to the right, improve=3.186048, (0 missing)
## EmotionalStability < 5.75 to the left, improve=2.676845, (0 missing)
## Openness < 4.75 to the left, improve=2.197202, (0 missing)
##
## Node number 138: 138 observations
## predicted class=Normal expected loss=0.2101449 P(node) =0.007158419
## class counts: 9 6 109 14
## probabilities: 0.065 0.043 0.790 0.101
##
## Node number 139: 8 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0004149808
## class counts: 0 0 3 5
## probabilities: 0.000 0.000 0.375 0.625
##
## Node number 144: 277 observations
## predicted class=Normal expected loss=0.3826715 P(node) =0.01436871
## class counts: 28 35 171 43
## probabilities: 0.101 0.126 0.617 0.155
##
## Node number 145: 48 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.6041667 P(node) =0.002489885
## class counts: 7 4 19 18
## probabilities: 0.146 0.083 0.396 0.375
## left son=290 (8 obs) right son=291 (40 obs)
## Primary splits:
## EmotionalStability < 6.75 to the right, improve=2.725000, (0 missing)
## Openness < 1.75 to the right, improve=1.671167, (0 missing)
## religion < 3 to the right, improve=1.271970, (0 missing)
## urban < 1.5 to the left, improve=1.195513, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.095000, (0 missing)
##
## Node number 146: 649 observations, complexity param=0.0007342144
## predicted class=Normal expected loss=0.568567 P(node) =0.03366532
## class counts: 77 120 280 172
## probabilities: 0.119 0.185 0.431 0.265
## left son=292 (629 obs) right son=293 (20 obs)
## Primary splits:
## familysize < 0.5 to the right, improve=2.935573, (0 missing)
## Openness < 4.25 to the left, improve=2.557594, (0 missing)
## Conscientiousness < 6.25 to the left, improve=2.418147, (0 missing)
## hand < 2.5 to the left, improve=2.400796, (0 missing)
## education < 2.5 to the right, improve=2.069654, (0 missing)
##
## Node number 147: 71 observations, complexity param=0.0002447381
## predicted class=Severo expected loss=0.5352113 P(node) =0.003682955
## class counts: 5 16 17 33
## probabilities: 0.070 0.225 0.239 0.465
## left son=294 (57 obs) right son=295 (14 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=2.295457, (0 missing)
## education < 2.5 to the right, improve=2.027454, (0 missing)
## familysize < 4.5 to the right, improve=1.546232, (0 missing)
## Agreeableness < 2.75 to the left, improve=1.326494, (0 missing)
## Openness < 4.25 to the left, improve=1.114195, (0 missing)
##
## Node number 148: 77 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.6233766 P(node) =0.00399419
## class counts: 6 17 25 29
## probabilities: 0.078 0.221 0.325 0.377
## left son=296 (43 obs) right son=297 (34 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=1.5364290, (0 missing)
## Conscientiousness < 4.25 to the right, improve=1.1038960, (0 missing)
## EmotionalStability < 6.75 to the right, improve=1.0507080, (0 missing)
## voted < 1.5 to the left, improve=0.9889084, (0 missing)
## orientation < 3.5 to the right, improve=0.9431583, (0 missing)
## Surrogate splits:
## orientation < 3.5 to the left, agree=0.636, adj=0.176, (0 split)
## Agreeableness < 5.25 to the right, agree=0.610, adj=0.118, (0 split)
## EmotionalStability < 4.75 to the right, agree=0.610, adj=0.118, (0 split)
## religion < 5 to the left, agree=0.584, adj=0.059, (0 split)
## Conscientiousness < 5.25 to the right, agree=0.571, adj=0.029, (0 split)
##
## Node number 149: 11 observations
## predicted class=Normal expected loss=0.1818182 P(node) =0.0005705986
## class counts: 0 0 9 2
## probabilities: 0.000 0.000 0.818 0.182
##
## Node number 150: 12 observations
## predicted class=Normal expected loss=0.5833333 P(node) =0.0006224712
## class counts: 2 1 5 4
## probabilities: 0.167 0.083 0.417 0.333
##
## Node number 151: 71 observations
## predicted class=Severo expected loss=0.3521127 P(node) =0.003682955
## class counts: 7 7 11 46
## probabilities: 0.099 0.099 0.155 0.648
##
## Node number 152: 25 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.6 P(node) =0.001296815
## class counts: 6 10 3 6
## probabilities: 0.240 0.400 0.120 0.240
## left son=304 (12 obs) right son=305 (13 obs)
## Primary splits:
## gender < 1.5 to the left, improve=1.2343590, (0 missing)
## religion < 4 to the left, improve=1.0548720, (0 missing)
## Conscientiousness < 2.25 to the right, improve=0.9779487, (0 missing)
## Openness < 5.75 to the right, improve=0.9544444, (0 missing)
## familysize < 3.5 to the left, improve=0.8335294, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the right, agree=0.68, adj=0.333, (0 split)
## religion < 4 to the left, agree=0.68, adj=0.333, (0 split)
## familysize < 1.5 to the left, agree=0.68, adj=0.333, (0 split)
## Extraversion < 1.25 to the left, agree=0.64, adj=0.250, (0 split)
## Agreeableness < 4.25 to the right, agree=0.64, adj=0.250, (0 split)
##
## Node number 153: 13 observations
## predicted class=Normal expected loss=0.3846154 P(node) =0.0006743438
## class counts: 1 1 8 3
## probabilities: 0.077 0.077 0.615 0.231
##
## Node number 156: 89 observations, complexity param=0.0003408853
## predicted class=Moderado expected loss=0.6741573 P(node) =0.004616661
## class counts: 18 29 17 25
## probabilities: 0.202 0.326 0.191 0.281
## left son=312 (49 obs) right son=313 (40 obs)
## Primary splits:
## Agreeableness < 5.25 to the left, improve=3.595551, (0 missing)
## education < 2.5 to the right, improve=1.822360, (0 missing)
## EmotionalStability < 5.75 to the left, improve=1.731359, (0 missing)
## gender < 1.5 to the left, improve=1.402031, (0 missing)
## orientation < 2.5 to the right, improve=1.381340, (0 missing)
## Surrogate splits:
## EmotionalStability < 5.25 to the left, agree=0.584, adj=0.075, (0 split)
## Openness < 5.25 to the left, agree=0.584, adj=0.075, (0 split)
## voted < 1.5 to the right, agree=0.584, adj=0.075, (0 split)
## married < 1.5 to the left, agree=0.584, adj=0.075, (0 split)
## religion < 11 to the left, agree=0.573, adj=0.050, (0 split)
##
## Node number 157: 64 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.53125 P(node) =0.003319846
## class counts: 8 11 15 30
## probabilities: 0.125 0.172 0.234 0.469
## left son=314 (16 obs) right son=315 (48 obs)
## Primary splits:
## Agreeableness < 5.75 to the right, improve=2.281250, (0 missing)
## Conscientiousness < 2.75 to the right, improve=1.515377, (0 missing)
## urban < 2.5 to the left, improve=1.428075, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.327787, (0 missing)
## orientation < 1.5 to the right, improve=1.031250, (0 missing)
## Surrogate splits:
## EmotionalStability < 5.75 to the right, agree=0.828, adj=0.312, (0 split)
##
## Node number 158: 32 observations, complexity param=0.0002622194
## predicted class=Severo expected loss=0.65625 P(node) =0.001659923
## class counts: 4 9 8 11
## probabilities: 0.125 0.281 0.250 0.344
## left son=316 (18 obs) right son=317 (14 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=3.5049600, (0 missing)
## religion < 3 to the left, improve=2.3541670, (0 missing)
## urban < 2.5 to the left, improve=1.1268940, (0 missing)
## Conscientiousness < 3.25 to the left, improve=1.0617860, (0 missing)
## EmotionalStability < 5.25 to the right, improve=0.9208333, (0 missing)
## Surrogate splits:
## religion < 5.5 to the left, agree=0.719, adj=0.357, (0 split)
## Conscientiousness < 2.25 to the right, agree=0.688, adj=0.286, (0 split)
## voted < 1.5 to the right, agree=0.688, adj=0.286, (0 split)
## Openness < 3.75 to the right, agree=0.656, adj=0.214, (0 split)
## engnat < 1.5 to the left, agree=0.656, adj=0.214, (0 split)
##
## Node number 159: 175 observations
## predicted class=Severo expected loss=0.3942857 P(node) =0.009077705
## class counts: 17 33 19 106
## probabilities: 0.097 0.189 0.109 0.606
##
## Node number 160: 140 observations, complexity param=0.0005244389
## predicted class=Normal expected loss=0.6214286 P(node) =0.007262164
## class counts: 37 19 53 31
## probabilities: 0.264 0.136 0.379 0.221
## left son=320 (11 obs) right son=321 (129 obs)
## Primary splits:
## orientation < 0.5 to the left, improve=2.342193, (0 missing)
## familysize < 4.5 to the right, improve=1.731862, (0 missing)
## Extraversion < 5.75 to the left, improve=1.376766, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.326355, (0 missing)
## Openness < 3.75 to the right, improve=0.807188, (0 missing)
##
## Node number 161: 17 observations
## predicted class=Severo expected loss=0.4117647 P(node) =0.0008818342
## class counts: 1 2 4 10
## probabilities: 0.059 0.118 0.235 0.588
##
## Node number 162: 255 observations, complexity param=0.0009439899
## predicted class=Normal expected loss=0.6901961 P(node) =0.01322751
## class counts: 44 65 79 67
## probabilities: 0.173 0.255 0.310 0.263
## left son=324 (185 obs) right son=325 (70 obs)
## Primary splits:
## Conscientiousness < 5.75 to the left, improve=3.726807, (0 missing)
## Openness < 2.75 to the right, improve=2.156753, (0 missing)
## orientation < 4.5 to the left, improve=1.571042, (0 missing)
## education < 2.5 to the right, improve=1.321334, (0 missing)
## urban < 2.5 to the right, improve=1.304480, (0 missing)
## Surrogate splits:
## familysize < 9.5 to the left, agree=0.729, adj=0.014, (0 split)
##
## Node number 163: 265 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6264151 P(node) =0.01374624
## class counts: 50 63 53 99
## probabilities: 0.189 0.238 0.200 0.374
## left son=326 (245 obs) right son=327 (20 obs)
## Primary splits:
## Agreeableness < 6.25 to the left, improve=3.238467, (0 missing)
## familysize < 7.5 to the right, improve=1.893358, (0 missing)
## religion < 3.5 to the right, improve=1.716018, (0 missing)
## married < 1.5 to the right, improve=1.604329, (0 missing)
## gender < 1.5 to the right, improve=1.311681, (0 missing)
##
## Node number 164: 291 observations, complexity param=0.0006642892
## predicted class=Moderado expected loss=0.7010309 P(node) =0.01509493
## class counts: 42 87 84 78
## probabilities: 0.144 0.299 0.289 0.268
## left son=328 (188 obs) right son=329 (103 obs)
## Primary splits:
## Openness < 5.75 to the left, improve=2.391560, (0 missing)
## familysize < 6.5 to the right, improve=2.200546, (0 missing)
## Extraversion < 4.25 to the right, improve=1.384119, (0 missing)
## orientation < 0.5 to the left, improve=1.188731, (0 missing)
## religion < 5 to the right, improve=1.155014, (0 missing)
## Surrogate splits:
## Agreeableness < 6.75 to the left, agree=0.663, adj=0.049, (0 split)
## Conscientiousness < 6.75 to the left, agree=0.660, adj=0.039, (0 split)
## religion < 11.5 to the left, agree=0.653, adj=0.019, (0 split)
##
## Node number 165: 131 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.5648855 P(node) =0.006795311
## class counts: 13 21 57 40
## probabilities: 0.099 0.160 0.435 0.305
## left son=330 (82 obs) right son=331 (49 obs)
## Primary splits:
## education < 2.5 to the right, improve=2.186880, (0 missing)
## religion < 9.5 to the left, improve=1.511454, (0 missing)
## race < 15 to the right, improve=1.423553, (0 missing)
## familysize < 3.5 to the right, improve=1.394630, (0 missing)
## hand < 1.5 to the left, improve=1.337419, (0 missing)
## Surrogate splits:
## Agreeableness < 2.75 to the right, agree=0.641, adj=0.041, (0 split)
## hand < 1.5 to the left, agree=0.641, adj=0.041, (0 split)
## religion < 0.5 to the right, agree=0.641, adj=0.041, (0 split)
## orientation < 0.5 to the right, agree=0.634, adj=0.020, (0 split)
##
## Node number 166: 364 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.4945055 P(node) =0.01888163
## class counts: 40 67 184 73
## probabilities: 0.110 0.184 0.505 0.201
## left son=332 (231 obs) right son=333 (133 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=2.107095, (0 missing)
## race < 55 to the left, improve=1.963570, (0 missing)
## religion < 10.5 to the right, improve=1.896461, (0 missing)
## Agreeableness < 3.75 to the left, improve=1.762215, (0 missing)
## orientation < 3.5 to the right, improve=1.717033, (0 missing)
## Surrogate splits:
## race < 15 to the left, agree=0.755, adj=0.331, (0 split)
## religion < 7.5 to the right, agree=0.723, adj=0.241, (0 split)
## married < 1.5 to the left, agree=0.673, adj=0.105, (0 split)
## education < 1.5 to the right, agree=0.657, adj=0.060, (0 split)
## Openness < 6.75 to the left, agree=0.643, adj=0.023, (0 split)
##
## Node number 167: 90 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.6222222 P(node) =0.004668534
## class counts: 6 27 34 23
## probabilities: 0.067 0.300 0.378 0.256
## left son=334 (10 obs) right son=335 (80 obs)
## Primary splits:
## married < 1.5 to the right, improve=2.852778, (0 missing)
## Openness < 6.75 to the right, improve=2.232665, (0 missing)
## religion < 7.5 to the right, improve=1.606081, (0 missing)
## hand < 1.5 to the left, improve=1.246914, (0 missing)
## voted < 1.5 to the left, improve=1.144157, (0 missing)
## Surrogate splits:
## Agreeableness < 6.25 to the right, agree=0.911, adj=0.2, (0 split)
##
## Node number 168: 398 observations, complexity param=0.0003566184
## predicted class=Severo expected loss=0.6633166 P(node) =0.0206453
## class counts: 71 92 101 134
## probabilities: 0.178 0.231 0.254 0.337
## left son=336 (93 obs) right son=337 (305 obs)
## Primary splits:
## Conscientiousness < 2.75 to the left, improve=1.7570740, (0 missing)
## Openness < 2.75 to the left, improve=1.4494340, (0 missing)
## education < 1.5 to the left, improve=1.3450260, (0 missing)
## Agreeableness < 6.25 to the left, improve=1.2988570, (0 missing)
## married < 1.5 to the right, improve=0.9873865, (0 missing)
## Surrogate splits:
## Agreeableness < 2.25 to the left, agree=0.771, adj=0.022, (0 split)
## Openness < 1.25 to the left, agree=0.771, adj=0.022, (0 split)
## hand < 2.5 to the right, agree=0.771, adj=0.022, (0 split)
##
## Node number 169: 12 observations
## predicted class=Severo expected loss=0.4166667 P(node) =0.0006224712
## class counts: 0 5 0 7
## probabilities: 0.000 0.417 0.000 0.583
##
## Node number 170: 78 observations, complexity param=0.0004982169
## predicted class=Normal expected loss=0.5512821 P(node) =0.004046063
## class counts: 19 5 35 19
## probabilities: 0.244 0.064 0.449 0.244
## left son=340 (59 obs) right son=341 (19 obs)
## Primary splits:
## familysize < 2.5 to the right, improve=3.395915, (0 missing)
## Extraversion < 5.75 to the left, improve=2.729060, (0 missing)
## Conscientiousness < 3.75 to the right, improve=2.440171, (0 missing)
## religion < 5.5 to the right, improve=2.407172, (0 missing)
## engnat < 1.5 to the left, improve=1.871175, (0 missing)
## Surrogate splits:
## religion < 1.5 to the right, agree=0.808, adj=0.211, (0 split)
## Openness < 6.25 to the left, agree=0.769, adj=0.053, (0 split)
##
## Node number 171: 44 observations, complexity param=0.0004982169
## predicted class=Severo expected loss=0.6363636 P(node) =0.002282394
## class counts: 3 12 13 16
## probabilities: 0.068 0.273 0.295 0.364
## left son=342 (10 obs) right son=343 (34 obs)
## Primary splits:
## orientation < 2.5 to the right, improve=3.851872, (0 missing)
## familysize < 2.5 to the left, improve=2.891414, (0 missing)
## race < 40 to the right, improve=1.628115, (0 missing)
## engnat < 1.5 to the left, improve=1.581283, (0 missing)
## Agreeableness < 3.75 to the right, improve=1.469095, (0 missing)
##
## Node number 172: 675 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6222222 P(node) =0.03501401
## class counts: 107 183 130 255
## probabilities: 0.159 0.271 0.193 0.378
## left son=344 (604 obs) right son=345 (71 obs)
## Primary splits:
## Openness < 3.25 to the right, improve=2.617262, (0 missing)
## Agreeableness < 2.75 to the right, improve=2.576438, (0 missing)
## Conscientiousness < 3.25 to the right, improve=2.029742, (0 missing)
## orientation < 1.5 to the left, improve=1.923885, (0 missing)
## EmotionalStability < 3.75 to the right, improve=1.873686, (0 missing)
## Surrogate splits:
## Agreeableness < 1.25 to the right, agree=0.896, adj=0.014, (0 split)
##
## Node number 173: 10 observations
## predicted class=Severo expected loss=0.2 P(node) =0.000518726
## class counts: 1 0 1 8
## probabilities: 0.100 0.000 0.100 0.800
##
## Node number 174: 77 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.5454545 P(node) =0.00399419
## class counts: 9 20 13 35
## probabilities: 0.117 0.260 0.169 0.455
## left son=348 (53 obs) right son=349 (24 obs)
## Primary splits:
## familysize < 4.5 to the left, improve=2.165074, (0 missing)
## hand < 1.5 to the left, improve=1.808081, (0 missing)
## Extraversion < 3.25 to the right, improve=1.692908, (0 missing)
## education < 3.5 to the right, improve=1.357043, (0 missing)
## Openness < 4.25 to the right, improve=1.240260, (0 missing)
##
## Node number 175: 82 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.2804878 P(node) =0.004253553
## class counts: 5 8 10 59
## probabilities: 0.061 0.098 0.122 0.720
## left son=350 (23 obs) right son=351 (59 obs)
## Primary splits:
## Agreeableness < 5.25 to the right, improve=2.5408810, (0 missing)
## Openness < 4.75 to the right, improve=1.4424320, (0 missing)
## familysize < 3.5 to the left, improve=0.9154000, (0 missing)
## orientation < 1.5 to the right, improve=0.8105691, (0 missing)
## religion < 2.5 to the left, improve=0.7661507, (0 missing)
## Surrogate splits:
## Openness < 6.25 to the right, agree=0.732, adj=0.043, (0 split)
## religion < 1.5 to the left, agree=0.732, adj=0.043, (0 split)
##
## Node number 176: 336 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6011905 P(node) =0.01742919
## class counts: 55 61 86 134
## probabilities: 0.164 0.182 0.256 0.399
## left son=352 (74 obs) right son=353 (262 obs)
## Primary splits:
## urban < 1.5 to the left, improve=3.275478, (0 missing)
## race < 45 to the right, improve=1.725935, (0 missing)
## married < 1.5 to the right, improve=1.684524, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.676690, (0 missing)
## education < 1.5 to the right, improve=1.638159, (0 missing)
##
## Node number 177: 101 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4950495 P(node) =0.005239133
## class counts: 5 14 31 51
## probabilities: 0.050 0.139 0.307 0.505
## left son=354 (29 obs) right son=355 (72 obs)
## Primary splits:
## Agreeableness < 5.75 to the right, improve=2.112562, (0 missing)
## urban < 1.5 to the right, improve=1.821025, (0 missing)
## Extraversion < 1.25 to the right, improve=1.616844, (0 missing)
## Openness < 4.25 to the right, improve=1.302897, (0 missing)
## familysize < 2.5 to the right, improve=1.101932, (0 missing)
## Surrogate splits:
## Conscientiousness < 6.75 to the right, agree=0.752, adj=0.138, (0 split)
## hand < 2.5 to the right, agree=0.743, adj=0.103, (0 split)
## education < 1.5 to the left, agree=0.733, adj=0.069, (0 split)
## orientation < 0.5 to the left, agree=0.723, adj=0.034, (0 split)
## familysize < 4.5 to the right, agree=0.723, adj=0.034, (0 split)
##
## Node number 178: 14 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0007262164
## class counts: 1 3 7 3
## probabilities: 0.071 0.214 0.500 0.214
##
## Node number 179: 160 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.41875 P(node) =0.008299616
## class counts: 14 27 26 93
## probabilities: 0.087 0.169 0.162 0.581
## left son=358 (8 obs) right son=359 (152 obs)
## Primary splits:
## Agreeableness < 1.75 to the left, improve=2.292763, (0 missing)
## married < 1.5 to the right, improve=1.689224, (0 missing)
## race < 40 to the right, improve=1.597074, (0 missing)
## Extraversion < 1.25 to the right, improve=1.594718, (0 missing)
## engnat < 1.5 to the left, improve=1.336690, (0 missing)
##
## Node number 186: 110 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.5272727 P(node) =0.005705986
## class counts: 9 33 16 52
## probabilities: 0.082 0.300 0.145 0.473
## left son=372 (62 obs) right son=373 (48 obs)
## Primary splits:
## Extraversion < 2.25 to the right, improve=2.036535, (0 missing)
## Conscientiousness < 2.75 to the left, improve=1.621521, (0 missing)
## married < 1.5 to the right, improve=1.345503, (0 missing)
## familysize < 2.5 to the left, improve=1.267239, (0 missing)
## urban < 1.5 to the right, improve=1.076768, (0 missing)
## Surrogate splits:
## religion < 9 to the right, agree=0.636, adj=0.167, (0 split)
## education < 3.5 to the left, agree=0.618, adj=0.125, (0 split)
## urban < 1.5 to the right, agree=0.600, adj=0.083, (0 split)
## race < 35 to the left, agree=0.591, adj=0.063, (0 split)
## Conscientiousness < 1.25 to the right, agree=0.582, adj=0.042, (0 split)
##
## Node number 187: 124 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.3870968 P(node) =0.006432203
## class counts: 8 22 18 76
## probabilities: 0.065 0.177 0.145 0.613
## left son=374 (53 obs) right son=375 (71 obs)
## Primary splits:
## EmotionalStability < 3.75 to the right, improve=1.867299, (0 missing)
## gender < 1.5 to the left, improve=1.777047, (0 missing)
## Openness < 2.75 to the right, improve=1.597097, (0 missing)
## voted < 1.5 to the right, improve=1.428763, (0 missing)
## Extraversion < 2.25 to the left, improve=1.404567, (0 missing)
## Surrogate splits:
## Agreeableness < 2.25 to the left, agree=0.589, adj=0.038, (0 split)
## Conscientiousness < 2.25 to the left, agree=0.589, adj=0.038, (0 split)
## gender < 1.5 to the left, agree=0.581, adj=0.019, (0 split)
##
## Node number 188: 13 observations
## predicted class=Moderado expected loss=0.4615385 P(node) =0.0006743438
## class counts: 2 7 0 4
## probabilities: 0.154 0.538 0.000 0.308
##
## Node number 189: 12 observations
## predicted class=Severo expected loss=0.4166667 P(node) =0.0006224712
## class counts: 1 1 3 7
## probabilities: 0.083 0.083 0.250 0.583
##
## Node number 192: 244 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6639344 P(node) =0.01265691
## class counts: 35 62 65 82
## probabilities: 0.143 0.254 0.266 0.336
## left son=384 (122 obs) right son=385 (122 obs)
## Primary splits:
## urban < 2.5 to the left, improve=2.729508, (0 missing)
## Extraversion < 4.25 to the right, improve=2.531769, (0 missing)
## Openness < 5.75 to the left, improve=2.204542, (0 missing)
## voted < 1.5 to the left, improve=1.995654, (0 missing)
## familysize < 4.5 to the right, improve=1.401402, (0 missing)
## Surrogate splits:
## race < 20 to the right, agree=0.574, adj=0.148, (0 split)
## familysize < 3.5 to the right, agree=0.566, adj=0.131, (0 split)
## religion < 7.5 to the left, agree=0.553, adj=0.107, (0 split)
## voted < 1.5 to the right, agree=0.545, adj=0.090, (0 split)
## Agreeableness < 4.25 to the left, agree=0.541, adj=0.082, (0 split)
##
## Node number 193: 105 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.5714286 P(node) =0.005446623
## class counts: 15 33 12 45
## probabilities: 0.143 0.314 0.114 0.429
## left son=386 (14 obs) right son=387 (91 obs)
## Primary splits:
## education < 3.5 to the right, improve=2.432967, (0 missing)
## Extraversion < 5.25 to the right, improve=2.384127, (0 missing)
## Openness < 5.75 to the right, improve=1.850794, (0 missing)
## race < 50 to the left, improve=1.721905, (0 missing)
## urban < 1.5 to the right, improve=1.654277, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.876, adj=0.071, (0 split)
##
## Node number 194: 10 observations
## predicted class=Normal expected loss=0.4 P(node) =0.000518726
## class counts: 0 4 6 0
## probabilities: 0.000 0.400 0.600 0.000
##
## Node number 195: 79 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.6202532 P(node) =0.004097935
## class counts: 11 14 30 24
## probabilities: 0.139 0.177 0.380 0.304
## left son=390 (67 obs) right son=391 (12 obs)
## Primary splits:
## gender < 1.5 to the right, improve=1.706783, (0 missing)
## religion < 9 to the left, improve=1.378252, (0 missing)
## hand < 1.5 to the right, improve=1.370962, (0 missing)
## Extraversion < 6.75 to the left, improve=1.314786, (0 missing)
## married < 1.5 to the left, improve=1.197536, (0 missing)
## Surrogate splits:
## Agreeableness < 2 to the right, agree=0.873, adj=0.167, (0 split)
##
## Node number 196: 173 observations, complexity param=0.0002797007
## predicted class=Moderado expected loss=0.6416185 P(node) =0.00897396
## class counts: 26 62 26 59
## probabilities: 0.150 0.358 0.150 0.341
## left son=392 (32 obs) right son=393 (141 obs)
## Primary splits:
## Openness < 3.75 to the left, improve=2.105455, (0 missing)
## education < 3.5 to the left, improve=1.963565, (0 missing)
## married < 2.5 to the left, improve=1.842415, (0 missing)
## familysize < 2.5 to the left, improve=1.494972, (0 missing)
## religion < 7.5 to the left, improve=1.321810, (0 missing)
##
## Node number 197: 65 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5384615 P(node) =0.003371719
## class counts: 9 11 15 30
## probabilities: 0.138 0.169 0.231 0.462
## left son=394 (20 obs) right son=395 (45 obs)
## Primary splits:
## familysize < 4.5 to the right, improve=2.462393, (0 missing)
## Openness < 3.75 to the right, improve=2.238124, (0 missing)
## religion < 9 to the right, improve=2.220979, (0 missing)
## Conscientiousness < 4.75 to the left, improve=1.192180, (0 missing)
## Agreeableness < 5.75 to the right, improve=1.021123, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the left, agree=0.723, adj=0.10, (0 split)
## race < 65 to the right, agree=0.708, adj=0.05, (0 split)
##
## Node number 198: 100 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.57 P(node) =0.00518726
## class counts: 18 17 22 43
## probabilities: 0.180 0.170 0.220 0.430
## left son=396 (89 obs) right son=397 (11 obs)
## Primary splits:
## familysize < 5.5 to the left, improve=2.523657, (0 missing)
## hand < 1.5 to the left, improve=1.646227, (0 missing)
## orientation < 4.5 to the right, improve=1.348989, (0 missing)
## Openness < 3.75 to the right, improve=1.338246, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.328194, (0 missing)
##
## Node number 199: 84 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3690476 P(node) =0.004357298
## class counts: 4 15 12 53
## probabilities: 0.048 0.179 0.143 0.631
## left son=398 (10 obs) right son=399 (74 obs)
## Primary splits:
## Agreeableness < 5.75 to the right, improve=2.041055, (0 missing)
## Extraversion < 6.25 to the right, improve=1.722136, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.642620, (0 missing)
## religion < 6.5 to the left, improve=1.516931, (0 missing)
## voted < 1.5 to the left, improve=1.396480, (0 missing)
##
## Node number 200: 353 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.5835694 P(node) =0.01831103
## class counts: 41 95 70 147
## probabilities: 0.116 0.269 0.198 0.416
## left son=400 (344 obs) right son=401 (9 obs)
## Primary splits:
## Openness < 6.75 to the left, improve=2.341867, (0 missing)
## race < 40 to the right, improve=1.927324, (0 missing)
## Extraversion < 4.25 to the left, improve=1.534537, (0 missing)
## hand < 1.5 to the left, improve=1.384478, (0 missing)
## familysize < 5.5 to the left, improve=1.215806, (0 missing)
##
## Node number 201: 31 observations
## predicted class=Severo expected loss=0.4193548 P(node) =0.001608051
## class counts: 6 5 2 18
## probabilities: 0.194 0.161 0.065 0.581
##
## Node number 202: 44 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.5227273 P(node) =0.002282394
## class counts: 2 18 3 21
## probabilities: 0.045 0.409 0.068 0.477
## left son=404 (30 obs) right son=405 (14 obs)
## Primary splits:
## race < 45 to the left, improve=2.622944, (0 missing)
## Agreeableness < 3.75 to the left, improve=1.561425, (0 missing)
## engnat < 1.5 to the right, improve=1.394044, (0 missing)
## familysize < 2.5 to the right, improve=1.356277, (0 missing)
## religion < 5.5 to the right, improve=1.175325, (0 missing)
## Surrogate splits:
## religion < 5.5 to the right, agree=0.841, adj=0.500, (0 split)
## Openness < 5.25 to the left, agree=0.773, adj=0.286, (0 split)
## familysize < 2.5 to the right, agree=0.773, adj=0.286, (0 split)
## education < 1.5 to the right, agree=0.750, adj=0.214, (0 split)
## hand < 1.5 to the left, agree=0.750, adj=0.214, (0 split)
##
## Node number 203: 110 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4 P(node) =0.005705986
## class counts: 11 19 14 66
## probabilities: 0.100 0.173 0.127 0.600
## left son=406 (70 obs) right son=407 (40 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=2.4077920, (0 missing)
## Conscientiousness < 2.25 to the right, improve=1.6047850, (0 missing)
## religion < 11 to the right, improve=1.4177360, (0 missing)
## familysize < 1.5 to the right, improve=0.8785205, (0 missing)
## orientation < 2.5 to the right, improve=0.8563636, (0 missing)
## Surrogate splits:
## Agreeableness < 6.25 to the left, agree=0.645, adj=0.025, (0 split)
##
## Node number 204: 205 observations, complexity param=0.0001648236
## predicted class=Severo expected loss=0.5073171 P(node) =0.01063388
## class counts: 21 56 27 101
## probabilities: 0.102 0.273 0.132 0.493
## left son=408 (12 obs) right son=409 (193 obs)
## Primary splits:
## orientation < 4.5 to the right, improve=1.4526260, (0 missing)
## hand < 1.5 to the right, improve=1.0650580, (0 missing)
## Openness < 6.75 to the left, improve=1.0516070, (0 missing)
## race < 25 to the right, improve=0.9493103, (0 missing)
## Extraversion < 6.25 to the right, improve=0.9388403, (0 missing)
##
## Node number 205: 49 observations, complexity param=0.0001648236
## predicted class=Severo expected loss=0.3877551 P(node) =0.002541757
## class counts: 1 16 2 30
## probabilities: 0.020 0.327 0.041 0.612
## left son=410 (7 obs) right son=411 (42 obs)
## Primary splits:
## religion < 5 to the left, improve=2.4965990, (0 missing)
## familysize < 3.5 to the left, improve=1.2661220, (0 missing)
## race < 35 to the right, improve=1.1214380, (0 missing)
## education < 2.5 to the right, improve=0.6870748, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.6355342, (0 missing)
##
## Node number 206: 78 observations, complexity param=0.0001258653
## predicted class=Severo expected loss=0.4487179 P(node) =0.004046063
## class counts: 6 22 7 43
## probabilities: 0.077 0.282 0.090 0.551
## left son=412 (64 obs) right son=413 (14 obs)
## Primary splits:
## gender < 1.5 to the right, improve=2.1651790, (0 missing)
## Agreeableness < 5.75 to the left, improve=2.0628020, (0 missing)
## hand < 1.5 to the left, improve=0.9000000, (0 missing)
## voted < 1.5 to the left, improve=0.8395496, (0 missing)
## engnat < 1.5 to the right, improve=0.6944444, (0 missing)
## Surrogate splits:
## Agreeableness < 1.25 to the right, agree=0.846, adj=0.143, (0 split)
##
## Node number 207: 203 observations
## predicted class=Severo expected loss=0.3152709 P(node) =0.01053014
## class counts: 16 34 14 139
## probabilities: 0.079 0.167 0.069 0.685
##
## Node number 210: 55 observations, complexity param=0.0002447381
## predicted class=Severo expected loss=0.6 P(node) =0.002852993
## class counts: 7 10 16 22
## probabilities: 0.127 0.182 0.291 0.400
## left son=420 (8 obs) right son=421 (47 obs)
## Primary splits:
## familysize < 1.5 to the left, improve=2.7140230, (0 missing)
## education < 1.5 to the right, improve=1.2351730, (0 missing)
## engnat < 1.5 to the right, improve=0.7195158, (0 missing)
## religion < 1.5 to the left, improve=0.6501934, (0 missing)
## Extraversion < 3.25 to the left, improve=0.6382960, (0 missing)
##
## Node number 211: 23 observations
## predicted class=Severo expected loss=0.3043478 P(node) =0.00119307
## class counts: 2 3 2 16
## probabilities: 0.087 0.130 0.087 0.696
##
## Node number 212: 238 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.4915966 P(node) =0.01234568
## class counts: 31 40 46 121
## probabilities: 0.130 0.168 0.193 0.508
## left son=424 (220 obs) right son=425 (18 obs)
## Primary splits:
## Openness < 2.75 to the right, improve=3.940014, (0 missing)
## engnat < 1.5 to the left, improve=1.435107, (0 missing)
## married < 2.5 to the left, improve=1.349632, (0 missing)
## Extraversion < 3.25 to the right, improve=1.286828, (0 missing)
## orientation < 1.5 to the right, improve=1.032949, (0 missing)
##
## Node number 213: 341 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.4516129 P(node) =0.01768856
## class counts: 27 85 42 187
## probabilities: 0.079 0.249 0.123 0.548
## left son=426 (8 obs) right son=427 (333 obs)
## Primary splits:
## Openness < 1.75 to the left, improve=2.970346, (0 missing)
## familysize < 6.5 to the left, improve=1.951738, (0 missing)
## Conscientiousness < 6.75 to the left, improve=1.616306, (0 missing)
## Agreeableness < 6.25 to the right, improve=1.477409, (0 missing)
## orientation < 1.5 to the left, improve=1.035652, (0 missing)
##
## Node number 214: 13 observations
## predicted class=Moderado expected loss=0.3846154 P(node) =0.0006743438
## class counts: 0 8 0 5
## probabilities: 0.000 0.615 0.000 0.385
##
## Node number 215: 524 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3874046 P(node) =0.02718124
## class counts: 38 114 51 321
## probabilities: 0.073 0.218 0.097 0.613
## left son=430 (501 obs) right son=431 (23 obs)
## Primary splits:
## Openness < 2.25 to the right, improve=2.125473, (0 missing)
## familysize < 0.5 to the right, improve=2.042562, (0 missing)
## Extraversion < 1.75 to the right, improve=2.003633, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.732124, (0 missing)
## religion < 8.5 to the left, improve=1.430985, (0 missing)
##
## Node number 220: 10 observations
## predicted class=Moderado expected loss=0.4 P(node) =0.000518726
## class counts: 0 6 0 4
## probabilities: 0.000 0.600 0.000 0.400
##
## Node number 221: 332 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.3554217 P(node) =0.0172217
## class counts: 27 74 17 214
## probabilities: 0.081 0.223 0.051 0.645
## left son=442 (128 obs) right son=443 (204 obs)
## Primary splits:
## Extraversion < 2.75 to the right, improve=2.066176, (0 missing)
## Agreeableness < 1.25 to the left, improve=1.611209, (0 missing)
## Openness < 2.75 to the right, improve=1.553512, (0 missing)
## urban < 1.5 to the right, improve=1.424982, (0 missing)
## Conscientiousness < 1.25 to the right, improve=1.277640, (0 missing)
## Surrogate splits:
## urban < 0.5 to the left, agree=0.623, adj=0.023, (0 split)
## Openness < 6.75 to the right, agree=0.620, adj=0.016, (0 split)
##
## Node number 222: 41 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.4390244 P(node) =0.002126777
## class counts: 5 10 3 23
## probabilities: 0.122 0.244 0.073 0.561
## left son=444 (21 obs) right son=445 (20 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=2.2435540, (0 missing)
## Conscientiousness < 2.25 to the right, improve=1.4091000, (0 missing)
## religion < 8 to the right, improve=0.9732077, (0 missing)
## Extraversion < 2.25 to the right, improve=0.9614522, (0 missing)
## Openness < 2.75 to the right, improve=0.7452347, (0 missing)
## Surrogate splits:
## Openness < 3.25 to the right, agree=0.659, adj=0.30, (0 split)
## familysize < 7.5 to the right, agree=0.634, adj=0.25, (0 split)
## orientation < 3.5 to the right, agree=0.610, adj=0.20, (0 split)
## race < 35 to the right, agree=0.610, adj=0.20, (0 split)
## gender < 1.5 to the right, agree=0.585, adj=0.15, (0 split)
##
## Node number 223: 436 observations
## predicted class=Severo expected loss=0.2454128 P(node) =0.02261645
## class counts: 17 65 25 329
## probabilities: 0.039 0.149 0.057 0.755
##
## Node number 224: 7 observations
## predicted class=Leve expected loss=0.5714286 P(node) =0.0003631082
## class counts: 3 1 2 1
## probabilities: 0.429 0.143 0.286 0.143
##
## Node number 225: 24 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5416667 P(node) =0.001244942
## class counts: 3 8 11 2
## probabilities: 0.125 0.333 0.458 0.083
## left son=450 (15 obs) right son=451 (9 obs)
## Primary splits:
## education < 2.5 to the right, improve=1.3500000, (0 missing)
## orientation < 0.5 to the left, improve=1.0833330, (0 missing)
## familysize < 3.5 to the left, improve=0.6071429, (0 missing)
## Surrogate splits:
## familysize < 4.5 to the left, agree=0.792, adj=0.444, (0 split)
##
## Node number 240: 224 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5401786 P(node) =0.01161946
## class counts: 27 67 27 103
## probabilities: 0.121 0.299 0.121 0.460
## left son=480 (195 obs) right son=481 (29 obs)
## Primary splits:
## orientation < 2.5 to the left, improve=3.449144, (0 missing)
## EmotionalStability < 1.75 to the right, improve=3.013672, (0 missing)
## familysize < 5.5 to the right, improve=2.533354, (0 missing)
## race < 40 to the right, improve=2.532296, (0 missing)
## Openness < 4.75 to the right, improve=2.037544, (0 missing)
##
## Node number 241: 170 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.3470588 P(node) =0.008818342
## class counts: 13 32 14 111
## probabilities: 0.076 0.188 0.082 0.653
## left son=482 (123 obs) right son=483 (47 obs)
## Primary splits:
## Agreeableness < 4.75 to the left, improve=4.6831610, (0 missing)
## orientation < 4.5 to the left, improve=1.6204850, (0 missing)
## familysize < 5.5 to the left, improve=1.2604090, (0 missing)
## religion < 6.5 to the left, improve=0.6692721, (0 missing)
## race < 65 to the right, improve=0.5012928, (0 missing)
## Surrogate splits:
## Openness < 2.25 to the right, agree=0.735, adj=0.043, (0 split)
## married < 0.5 to the right, agree=0.735, adj=0.043, (0 split)
##
## Node number 242: 287 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.4041812 P(node) =0.01488744
## class counts: 39 52 25 171
## probabilities: 0.136 0.181 0.087 0.596
## left son=484 (261 obs) right son=485 (26 obs)
## Primary splits:
## Extraversion < 1.25 to the right, improve=3.253163, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.961777, (0 missing)
## race < 65 to the left, improve=1.133278, (0 missing)
## voted < 1.5 to the left, improve=1.095523, (0 missing)
## Openness < 6.75 to the left, improve=1.035669, (0 missing)
##
## Node number 243: 1470 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.2843537 P(node) =0.07625272
## class counts: 65 258 95 1052
## probabilities: 0.044 0.176 0.065 0.716
## left son=486 (840 obs) right son=487 (630 obs)
## Primary splits:
## EmotionalStability < 1.75 to the right, improve=3.577438, (0 missing)
## orientation < 1.5 to the left, improve=3.531967, (0 missing)
## Conscientiousness < 4.75 to the right, improve=2.587278, (0 missing)
## voted < 0.5 to the left, improve=2.220668, (0 missing)
## race < 45 to the right, improve=1.799618, (0 missing)
## Surrogate splits:
## Agreeableness < 3.25 to the right, agree=0.581, adj=0.022, (0 split)
## religion < 11.5 to the left, agree=0.576, adj=0.011, (0 split)
##
## Node number 244: 183 observations, complexity param=0.0001835536
## predicted class=Severo expected loss=0.4098361 P(node) =0.009492686
## class counts: 20 33 22 108
## probabilities: 0.109 0.180 0.120 0.590
## left son=488 (23 obs) right son=489 (160 obs)
## Primary splits:
## married < 1.5 to the right, improve=3.512940, (0 missing)
## Conscientiousness < 1.25 to the left, improve=3.388920, (0 missing)
## race < 65 to the left, improve=2.694878, (0 missing)
## gender < 1.5 to the left, improve=2.148753, (0 missing)
## religion < 7.5 to the left, improve=1.868805, (0 missing)
##
## Node number 245: 107 observations
## predicted class=Severo expected loss=0.2242991 P(node) =0.005550368
## class counts: 2 17 5 83
## probabilities: 0.019 0.159 0.047 0.776
##
## Node number 256: 172 observations, complexity param=0.0002884414
## predicted class=Normal expected loss=0.6162791 P(node) =0.008922087
## class counts: 38 34 66 34
## probabilities: 0.221 0.198 0.384 0.198
## left son=512 (160 obs) right son=513 (12 obs)
## Primary splits:
## education < 1.5 to the right, improve=2.562209, (0 missing)
## familysize < 5.5 to the left, improve=2.529517, (0 missing)
## Agreeableness < 5.25 to the left, improve=2.216091, (0 missing)
## religion < 6.5 to the right, improve=1.890730, (0 missing)
## orientation < 4.5 to the left, improve=1.821184, (0 missing)
##
## Node number 257: 57 observations, complexity param=0.0002884414
## predicted class=Severo expected loss=0.6140351 P(node) =0.002956738
## class counts: 4 12 19 22
## probabilities: 0.070 0.211 0.333 0.386
## left son=514 (7 obs) right son=515 (50 obs)
## Primary splits:
## Openness < 6.25 to the right, improve=2.059850, (0 missing)
## religion < 9 to the left, improve=1.448941, (0 missing)
## urban < 2.5 to the left, improve=1.213421, (0 missing)
## education < 3.5 to the left, improve=1.091825, (0 missing)
## married < 1.5 to the left, improve=1.091825, (0 missing)
##
## Node number 260: 48 observations, complexity param=0.0001573317
## predicted class=Moderado expected loss=0.5208333 P(node) =0.002489885
## class counts: 8 23 8 9
## probabilities: 0.167 0.479 0.167 0.188
## left son=520 (29 obs) right son=521 (19 obs)
## Primary splits:
## EmotionalStability < 4.75 to the right, improve=1.906307, (0 missing)
## urban < 2.5 to the left, improve=1.668478, (0 missing)
## Agreeableness < 3.75 to the left, improve=1.394231, (0 missing)
## voted < 1.5 to the right, improve=1.250000, (0 missing)
## Extraversion < 5.25 to the left, improve=1.099383, (0 missing)
## Surrogate splits:
## education < 3.5 to the left, agree=0.646, adj=0.105, (0 split)
## married < 1.5 to the left, agree=0.625, adj=0.053, (0 split)
##
## Node number 261: 20 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.65 P(node) =0.001037452
## class counts: 5 1 7 7
## probabilities: 0.250 0.050 0.350 0.350
## left son=522 (11 obs) right son=523 (9 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=1.779798, (0 missing)
## race < 55 to the right, improve=1.375758, (0 missing)
## Extraversion < 4.25 to the left, improve=1.254545, (0 missing)
## EmotionalStability < 5.25 to the left, improve=1.052525, (0 missing)
## urban < 2.5 to the right, improve=1.000000, (0 missing)
## Surrogate splits:
## urban < 2.5 to the right, agree=0.75, adj=0.444, (0 split)
## Extraversion < 6.25 to the left, agree=0.70, adj=0.333, (0 split)
## Agreeableness < 6.75 to the left, agree=0.70, adj=0.333, (0 split)
## EmotionalStability < 4.75 to the right, agree=0.70, adj=0.333, (0 split)
## orientation < 1.5 to the left, agree=0.70, adj=0.333, (0 split)
##
## Node number 262: 81 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.6296296 P(node) =0.004201681
## class counts: 12 10 30 29
## probabilities: 0.148 0.123 0.370 0.358
## left son=524 (58 obs) right son=525 (23 obs)
## Primary splits:
## race < 35 to the left, improve=2.522313, (0 missing)
## married < 1.5 to the right, improve=2.521224, (0 missing)
## Extraversion < 4.25 to the left, improve=1.712120, (0 missing)
## familysize < 5.5 to the right, improve=1.487767, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.456790, (0 missing)
## Surrogate splits:
## religion < 2.5 to the right, agree=0.790, adj=0.261, (0 split)
## Agreeableness < 2.75 to the right, agree=0.753, adj=0.130, (0 split)
## gender < 1.5 to the right, agree=0.741, adj=0.087, (0 split)
##
## Node number 263: 25 observations
## predicted class=Severo expected loss=0.32 P(node) =0.001296815
## class counts: 4 2 2 17
## probabilities: 0.160 0.080 0.080 0.680
##
## Node number 264: 19 observations
## predicted class=Moderado expected loss=0.6842105 P(node) =0.0009855794
## class counts: 5 6 5 3
## probabilities: 0.263 0.316 0.263 0.158
##
## Node number 265: 466 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.4399142 P(node) =0.02417263
## class counts: 72 60 261 73
## probabilities: 0.155 0.129 0.560 0.157
## left son=530 (114 obs) right son=531 (352 obs)
## Primary splits:
## urban < 1.5 to the left, improve=1.512352, (0 missing)
## Agreeableness < 3.75 to the right, improve=1.357485, (0 missing)
## Extraversion < 3.75 to the right, improve=1.334441, (0 missing)
## orientation < 0.5 to the left, improve=1.035031, (0 missing)
## engnat < 1.5 to the right, improve=1.031743, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the left, agree=0.758, adj=0.009, (0 split)
##
## Node number 266: 36 observations, complexity param=0.0002447381
## predicted class=Severo expected loss=0.6666667 P(node) =0.001867414
## class counts: 8 8 8 12
## probabilities: 0.222 0.222 0.222 0.333
## left son=532 (13 obs) right son=533 (23 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=1.9175030, (0 missing)
## race < 45 to the left, improve=1.4476190, (0 missing)
## Extraversion < 4.25 to the right, improve=0.9916667, (0 missing)
## familysize < 2.5 to the right, improve=0.7670011, (0 missing)
## voted < 1.5 to the right, improve=0.6666667, (0 missing)
## Surrogate splits:
## education < 3.5 to the right, agree=0.694, adj=0.154, (0 split)
## hand < 1.5 to the right, agree=0.667, adj=0.077, (0 split)
##
## Node number 267: 77 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.4805195 P(node) =0.00399419
## class counts: 10 13 40 14
## probabilities: 0.130 0.169 0.519 0.182
## left son=534 (29 obs) right son=535 (48 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=1.430381, (0 missing)
## race < 65 to the right, improve=1.356421, (0 missing)
## Extraversion < 3.75 to the left, improve=1.271292, (0 missing)
## familysize < 4.5 to the right, improve=1.058699, (0 missing)
## religion < 6.5 to the left, improve=1.000000, (0 missing)
## Surrogate splits:
## orientation < 3.5 to the right, agree=0.688, adj=0.172, (0 split)
## Extraversion < 3.75 to the left, agree=0.649, adj=0.069, (0 split)
## race < 65 to the right, agree=0.649, adj=0.069, (0 split)
## married < 1.5 to the right, agree=0.649, adj=0.069, (0 split)
##
## Node number 268: 59 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.4745763 P(node) =0.003060483
## class counts: 10 10 31 8
## probabilities: 0.169 0.169 0.525 0.136
## left son=536 (48 obs) right son=537 (11 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=3.097137, (0 missing)
## familysize < 4.5 to the left, improve=1.797894, (0 missing)
## Extraversion < 4.25 to the right, improve=1.288082, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.232690, (0 missing)
## married < 1.5 to the right, improve=1.183955, (0 missing)
##
## Node number 269: 19 observations
## predicted class=Severo expected loss=0.4736842 P(node) =0.0009855794
## class counts: 5 0 4 10
## probabilities: 0.263 0.000 0.211 0.526
##
## Node number 270: 736 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.3763587 P(node) =0.03817823
## class counts: 99 96 459 82
## probabilities: 0.135 0.130 0.624 0.111
## left son=540 (576 obs) right son=541 (160 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=3.080707, (0 missing)
## religion < 2.5 to the right, improve=2.912415, (0 missing)
## familysize < 0.5 to the left, improve=2.650965, (0 missing)
## Openness < 4.25 to the right, improve=1.563935, (0 missing)
## Agreeableness < 6.75 to the left, improve=1.214544, (0 missing)
## Surrogate splits:
## gender < 2.5 to the left, agree=0.787, adj=0.019, (0 split)
## familysize < 10.5 to the left, agree=0.785, adj=0.012, (0 split)
## Openness < 1.75 to the right, agree=0.784, adj=0.006, (0 split)
##
## Node number 271: 332 observations
## predicted class=Normal expected loss=0.2590361 P(node) =0.0172217
## class counts: 18 28 246 40
## probabilities: 0.054 0.084 0.741 0.120
##
## Node number 290: 8 observations
## predicted class=Normal expected loss=0.25 P(node) =0.0004149808
## class counts: 2 0 6 0
## probabilities: 0.250 0.000 0.750 0.000
##
## Node number 291: 40 observations, complexity param=0.0002622194
## predicted class=Severo expected loss=0.55 P(node) =0.002074904
## class counts: 5 4 13 18
## probabilities: 0.125 0.100 0.325 0.450
## left son=582 (18 obs) right son=583 (22 obs)
## Primary splits:
## Agreeableness < 5.25 to the right, improve=2.0641410, (0 missing)
## urban < 1.5 to the left, improve=1.5250000, (0 missing)
## gender < 1.5 to the right, improve=1.2500000, (0 missing)
## religion < 3 to the right, improve=1.0887460, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.9407268, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.675, adj=0.278, (0 split)
## Openness < 1.75 to the left, agree=0.650, adj=0.222, (0 split)
## gender < 1.5 to the right, agree=0.650, adj=0.222, (0 split)
## married < 1.5 to the right, agree=0.625, adj=0.167, (0 split)
## familysize < 4.5 to the right, agree=0.625, adj=0.167, (0 split)
##
## Node number 292: 629 observations, complexity param=0.0003496259
## predicted class=Normal expected loss=0.5596184 P(node) =0.03262787
## class counts: 73 117 277 162
## probabilities: 0.116 0.186 0.440 0.258
## left son=584 (423 obs) right son=585 (206 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=2.550009, (0 missing)
## hand < 2.5 to the left, improve=2.429766, (0 missing)
## Conscientiousness < 6.25 to the left, improve=2.295698, (0 missing)
## education < 3.5 to the right, improve=1.774601, (0 missing)
## orientation < 0.5 to the left, improve=1.464323, (0 missing)
## Surrogate splits:
## urban < 0.5 to the right, agree=0.677, adj=0.015, (0 split)
## voted < 0.5 to the right, agree=0.676, adj=0.010, (0 split)
## married < 0.5 to the right, agree=0.676, adj=0.010, (0 split)
##
## Node number 293: 20 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5 P(node) =0.001037452
## class counts: 4 3 3 10
## probabilities: 0.200 0.150 0.150 0.500
## left son=586 (9 obs) right son=587 (11 obs)
## Primary splits:
## urban < 2.5 to the left, improve=1.906061, (0 missing)
## Openness < 5.25 to the left, improve=1.663636, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.216667, (0 missing)
## Extraversion < 2.75 to the left, improve=0.700000, (0 missing)
## race < 15 to the left, improve=0.700000, (0 missing)
## Surrogate splits:
## gender < 1.5 to the left, agree=0.75, adj=0.444, (0 split)
## voted < 1.5 to the left, agree=0.75, adj=0.444, (0 split)
## Conscientiousness < 4.25 to the left, agree=0.70, adj=0.333, (0 split)
## Openness < 5.25 to the left, agree=0.70, adj=0.333, (0 split)
## Agreeableness < 4.75 to the left, agree=0.65, adj=0.222, (0 split)
##
## Node number 294: 57 observations, complexity param=0.0002447381
## predicted class=Severo expected loss=0.5964912 P(node) =0.002956738
## class counts: 3 14 17 23
## probabilities: 0.053 0.246 0.298 0.404
## left son=588 (31 obs) right son=589 (26 obs)
## Primary splits:
## education < 2.5 to the right, improve=1.4273210, (0 missing)
## familysize < 4.5 to the right, improve=1.2771210, (0 missing)
## Openness < 4.75 to the left, improve=1.1191340, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.9759052, (0 missing)
## Extraversion < 2.75 to the left, improve=0.8849845, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.719, adj=0.385, (0 split)
## Conscientiousness < 4.25 to the right, agree=0.649, adj=0.231, (0 split)
## EmotionalStability < 4.75 to the right, agree=0.649, adj=0.231, (0 split)
## engnat < 1.5 to the right, agree=0.632, adj=0.192, (0 split)
## Openness < 3.25 to the right, agree=0.614, adj=0.154, (0 split)
##
## Node number 295: 14 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0007262164
## class counts: 2 2 0 10
## probabilities: 0.143 0.143 0.000 0.714
##
## Node number 296: 43 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.5813953 P(node) =0.002230522
## class counts: 4 8 18 13
## probabilities: 0.093 0.186 0.419 0.302
## left son=592 (30 obs) right son=593 (13 obs)
## Primary splits:
## Agreeableness < 6.75 to the left, improve=2.0590340, (0 missing)
## education < 2.5 to the right, improve=1.5658210, (0 missing)
## Conscientiousness < 4.25 to the right, improve=1.3966410, (0 missing)
## gender < 1.5 to the right, improve=1.1314080, (0 missing)
## religion < 3 to the right, improve=0.9934662, (0 missing)
## Surrogate splits:
## education < 3.5 to the left, agree=0.767, adj=0.231, (0 split)
## Openness < 5.75 to the left, agree=0.744, adj=0.154, (0 split)
## familysize < 0.5 to the right, agree=0.744, adj=0.154, (0 split)
## orientation < 0.5 to the right, agree=0.721, adj=0.077, (0 split)
##
## Node number 297: 34 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5294118 P(node) =0.001763668
## class counts: 2 9 7 16
## probabilities: 0.059 0.265 0.206 0.471
## left son=594 (19 obs) right son=595 (15 obs)
## Primary splits:
## voted < 1.5 to the left, improve=2.171517, (0 missing)
## urban < 2.5 to the left, improve=1.470588, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.457983, (0 missing)
## religion < 5 to the left, improve=1.418301, (0 missing)
## orientation < 1.5 to the right, improve=1.418301, (0 missing)
## Surrogate splits:
## education < 2.5 to the right, agree=0.765, adj=0.467, (0 split)
## religion < 3.5 to the right, agree=0.647, adj=0.200, (0 split)
## orientation < 1.5 to the left, agree=0.647, adj=0.200, (0 split)
## Conscientiousness < 4.25 to the right, agree=0.618, adj=0.133, (0 split)
## Openness < 2.25 to the right, agree=0.618, adj=0.133, (0 split)
##
## Node number 304: 12 observations
## predicted class=Moderado expected loss=0.4166667 P(node) =0.0006224712
## class counts: 2 7 0 3
## probabilities: 0.167 0.583 0.000 0.250
##
## Node number 305: 13 observations
## predicted class=Leve expected loss=0.6923077 P(node) =0.0006743438
## class counts: 4 3 3 3
## probabilities: 0.308 0.231 0.231 0.231
##
## Node number 312: 49 observations, complexity param=0.0003408853
## predicted class=Moderado expected loss=0.6530612 P(node) =0.002541757
## class counts: 16 17 3 13
## probabilities: 0.327 0.347 0.061 0.265
## left son=624 (13 obs) right son=625 (36 obs)
## Primary splits:
## voted < 1.5 to the left, improve=3.659428, (0 missing)
## education < 2.5 to the right, improve=2.001565, (0 missing)
## orientation < 2.5 to the right, improve=1.507093, (0 missing)
## familysize < 3.5 to the left, improve=1.411565, (0 missing)
## gender < 1.5 to the left, improve=1.362139, (0 missing)
## Surrogate splits:
## hand < 1.5 to the right, agree=0.796, adj=0.231, (0 split)
##
## Node number 313: 40 observations, complexity param=0.0003408853
## predicted class=Normal expected loss=0.65 P(node) =0.002074904
## class counts: 2 12 14 12
## probabilities: 0.050 0.300 0.350 0.300
## left son=626 (24 obs) right son=627 (16 obs)
## Primary splits:
## voted < 1.5 to the right, improve=1.425000, (0 missing)
## gender < 1.5 to the left, improve=1.400000, (0 missing)
## Openness < 5.75 to the left, improve=1.323810, (0 missing)
## religion < 6.5 to the left, improve=1.201709, (0 missing)
## race < 65 to the right, improve=0.987500, (0 missing)
## Surrogate splits:
## married < 1.5 to the left, agree=0.725, adj=0.312, (0 split)
## Agreeableness < 6.25 to the left, agree=0.700, adj=0.250, (0 split)
## Extraversion < 2.75 to the right, agree=0.675, adj=0.188, (0 split)
## Conscientiousness < 1.75 to the right, agree=0.650, adj=0.125, (0 split)
## education < 3.5 to the left, agree=0.650, adj=0.125, (0 split)
##
## Node number 314: 16 observations
## predicted class=Normal expected loss=0.6875 P(node) =0.0008299616
## class counts: 4 4 5 3
## probabilities: 0.250 0.250 0.312 0.188
##
## Node number 315: 48 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4375 P(node) =0.002489885
## class counts: 4 7 10 27
## probabilities: 0.083 0.146 0.208 0.563
## left son=630 (25 obs) right son=631 (23 obs)
## Primary splits:
## urban < 2.5 to the left, improve=2.1089130, (0 missing)
## Conscientiousness < 2.75 to the right, improve=1.7246500, (0 missing)
## orientation < 1.5 to the right, improve=1.1250000, (0 missing)
## Openness < 2.75 to the right, improve=1.0261060, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.6687063, (0 missing)
## Surrogate splits:
## race < 20 to the left, agree=0.625, adj=0.217, (0 split)
## religion < 1.5 to the right, agree=0.604, adj=0.174, (0 split)
## EmotionalStability < 4.75 to the left, agree=0.583, adj=0.130, (0 split)
## education < 3.5 to the left, agree=0.583, adj=0.130, (0 split)
## Conscientiousness < 3.25 to the left, agree=0.562, adj=0.087, (0 split)
##
## Node number 316: 18 observations
## predicted class=Moderado expected loss=0.6111111 P(node) =0.0009337068
## class counts: 2 7 7 2
## probabilities: 0.111 0.389 0.389 0.111
##
## Node number 317: 14 observations
## predicted class=Severo expected loss=0.3571429 P(node) =0.0007262164
## class counts: 2 2 1 9
## probabilities: 0.143 0.143 0.071 0.643
##
## Node number 320: 11 observations
## predicted class=Leve expected loss=0.3636364 P(node) =0.0005705986
## class counts: 7 1 2 1
## probabilities: 0.636 0.091 0.182 0.091
##
## Node number 321: 129 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.6046512 P(node) =0.006691566
## class counts: 30 18 51 30
## probabilities: 0.233 0.140 0.395 0.233
## left son=642 (10 obs) right son=643 (119 obs)
## Primary splits:
## familysize < 6.5 to the right, improve=1.7872190, (0 missing)
## Extraversion < 5.75 to the left, improve=1.3930460, (0 missing)
## religion < 5.5 to the right, improve=1.2054260, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.0506640, (0 missing)
## Agreeableness < 5.75 to the left, improve=0.8744043, (0 missing)
##
## Node number 324: 185 observations, complexity param=0.0005244389
## predicted class=Moderado expected loss=0.6918919 P(node) =0.009596431
## class counts: 30 57 48 50
## probabilities: 0.162 0.308 0.259 0.270
## left son=648 (177 obs) right son=649 (8 obs)
## Primary splits:
## Openness < 2.75 to the right, improve=1.858230, (0 missing)
## engnat < 1.5 to the right, improve=1.281739, (0 missing)
## religion < 6.5 to the right, improve=1.263361, (0 missing)
## familysize < 3.5 to the left, improve=1.209009, (0 missing)
## Agreeableness < 3.75 to the left, improve=1.083136, (0 missing)
##
## Node number 325: 70 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.5571429 P(node) =0.003631082
## class counts: 14 8 31 17
## probabilities: 0.200 0.114 0.443 0.243
## left son=650 (43 obs) right son=651 (27 obs)
## Primary splits:
## Extraversion < 3.75 to the left, improve=2.144334, (0 missing)
## education < 2.5 to the right, improve=2.098861, (0 missing)
## Openness < 4.25 to the left, improve=1.320906, (0 missing)
## religion < 7.5 to the right, improve=1.197511, (0 missing)
## married < 1.5 to the right, improve=1.066502, (0 missing)
## Surrogate splits:
## orientation < 4.5 to the left, agree=0.657, adj=0.111, (0 split)
## Agreeableness < 6.75 to the left, agree=0.643, adj=0.074, (0 split)
## Openness < 2.75 to the right, agree=0.643, adj=0.074, (0 split)
## religion < 11 to the left, agree=0.643, adj=0.074, (0 split)
##
## Node number 326: 245 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6530612 P(node) =0.01270879
## class counts: 49 59 52 85
## probabilities: 0.200 0.241 0.212 0.347
## left son=652 (225 obs) right son=653 (20 obs)
## Primary splits:
## Agreeableness < 3.25 to the right, improve=2.660862, (0 missing)
## married < 1.5 to the right, improve=1.961201, (0 missing)
## religion < 3.5 to the right, improve=1.709368, (0 missing)
## familysize < 7.5 to the right, improve=1.699072, (0 missing)
## Openness < 2.25 to the right, improve=1.553289, (0 missing)
##
## Node number 327: 20 observations
## predicted class=Severo expected loss=0.3 P(node) =0.001037452
## class counts: 1 4 1 14
## probabilities: 0.050 0.200 0.050 0.700
##
## Node number 328: 188 observations, complexity param=0.0004195511
## predicted class=Moderado expected loss=0.6648936 P(node) =0.009752049
## class counts: 28 63 44 53
## probabilities: 0.149 0.335 0.234 0.282
## left son=656 (15 obs) right son=657 (173 obs)
## Primary splits:
## familysize < 6.5 to the right, improve=2.039802, (0 missing)
## race < 65 to the right, improve=1.589153, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.519200, (0 missing)
## education < 2.5 to the left, improve=1.510818, (0 missing)
## engnat < 1.5 to the left, improve=1.400780, (0 missing)
##
## Node number 329: 103 observations, complexity param=0.0006642892
## predicted class=Normal expected loss=0.6116505 P(node) =0.005342878
## class counts: 14 24 40 25
## probabilities: 0.136 0.233 0.388 0.243
## left son=658 (24 obs) right son=659 (79 obs)
## Primary splits:
## Extraversion < 3.25 to the left, improve=3.131816, (0 missing)
## education < 2.5 to the right, improve=1.768573, (0 missing)
## religion < 3.5 to the right, improve=1.702271, (0 missing)
## race < 15 to the left, improve=1.554747, (0 missing)
## Agreeableness < 6.75 to the right, improve=1.347649, (0 missing)
##
## Node number 330: 82 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5121951 P(node) =0.004253553
## class counts: 12 9 40 21
## probabilities: 0.146 0.110 0.488 0.256
## left son=660 (42 obs) right son=661 (40 obs)
## Primary splits:
## familysize < 3.5 to the right, improve=2.242044, (0 missing)
## engnat < 1.5 to the right, improve=1.708729, (0 missing)
## hand < 1.5 to the left, improve=1.654743, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.633354, (0 missing)
## race < 15 to the left, improve=1.171319, (0 missing)
## Surrogate splits:
## religion < 8.5 to the right, agree=0.720, adj=0.425, (0 split)
## race < 15 to the left, agree=0.622, adj=0.225, (0 split)
## engnat < 1.5 to the right, agree=0.598, adj=0.175, (0 split)
## Extraversion < 5.75 to the left, agree=0.585, adj=0.150, (0 split)
## Conscientiousness < 6.25 to the left, agree=0.585, adj=0.150, (0 split)
##
## Node number 331: 49 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6122449 P(node) =0.002541757
## class counts: 1 12 17 19
## probabilities: 0.020 0.245 0.347 0.388
## left son=662 (32 obs) right son=663 (17 obs)
## Primary splits:
## Extraversion < 5.25 to the right, improve=1.959334, (0 missing)
## religion < 8.5 to the left, improve=1.421975, (0 missing)
## Agreeableness < 3.75 to the right, improve=1.318193, (0 missing)
## voted < 1.5 to the left, improve=1.293803, (0 missing)
## Openness < 5.25 to the right, improve=1.261224, (0 missing)
## Surrogate splits:
## Openness < 6.75 to the left, agree=0.735, adj=0.235, (0 split)
## Agreeableness < 5.25 to the left, agree=0.673, adj=0.059, (0 split)
## married < 1.5 to the left, agree=0.673, adj=0.059, (0 split)
##
## Node number 332: 231 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.5367965 P(node) =0.01198257
## class counts: 31 40 107 53
## probabilities: 0.134 0.173 0.463 0.229
## left son=664 (13 obs) right son=665 (218 obs)
## Primary splits:
## Agreeableness < 3.25 to the left, improve=1.804449, (0 missing)
## education < 2.5 to the right, improve=1.576119, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.455792, (0 missing)
## Extraversion < 6.75 to the left, improve=1.262548, (0 missing)
## orientation < 3.5 to the right, improve=1.243537, (0 missing)
## Surrogate splits:
## gender < 2.5 to the right, agree=0.948, adj=0.077, (0 split)
##
## Node number 333: 133 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.4210526 P(node) =0.006899056
## class counts: 9 27 77 20
## probabilities: 0.068 0.203 0.579 0.150
## left son=666 (119 obs) right son=667 (14 obs)
## Primary splits:
## Extraversion < 3.25 to the right, improve=3.3989390, (0 missing)
## familysize < 3.5 to the left, improve=1.6075190, (0 missing)
## race < 55 to the left, improve=1.5256670, (0 missing)
## religion < 11 to the right, improve=0.7854931, (0 missing)
## orientation < 2.5 to the right, improve=0.7304229, (0 missing)
##
## Node number 334: 10 observations
## predicted class=Moderado expected loss=0.4 P(node) =0.000518726
## class counts: 2 6 0 2
## probabilities: 0.200 0.600 0.000 0.200
##
## Node number 335: 80 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.575 P(node) =0.004149808
## class counts: 4 21 34 21
## probabilities: 0.050 0.263 0.425 0.263
## left son=670 (70 obs) right son=671 (10 obs)
## Primary splits:
## Openness < 6.75 to the left, improve=3.696429, (0 missing)
## Extraversion < 4.75 to the right, improve=2.028192, (0 missing)
## hand < 1.5 to the left, improve=1.575000, (0 missing)
## religion < 5 to the right, improve=1.399391, (0 missing)
## voted < 1.5 to the left, improve=1.034402, (0 missing)
##
## Node number 336: 93 observations, complexity param=0.0003566184
## predicted class=Severo expected loss=0.6774194 P(node) =0.004824152
## class counts: 22 26 15 30
## probabilities: 0.237 0.280 0.161 0.323
## left son=672 (28 obs) right son=673 (65 obs)
## Primary splits:
## Conscientiousness < 2.25 to the right, improve=1.4268110, (0 missing)
## Openness < 6.75 to the right, improve=1.2682450, (0 missing)
## orientation < 1.5 to the left, improve=1.1935980, (0 missing)
## familysize < 5.5 to the left, improve=1.1843240, (0 missing)
## Agreeableness < 2.25 to the left, improve=0.9583467, (0 missing)
##
## Node number 337: 305 observations, complexity param=0.0003566184
## predicted class=Severo expected loss=0.6590164 P(node) =0.01582114
## class counts: 49 66 86 104
## probabilities: 0.161 0.216 0.282 0.341
## left son=674 (186 obs) right son=675 (119 obs)
## Primary splits:
## Agreeableness < 4.75 to the left, improve=2.0740670, (0 missing)
## education < 0.5 to the left, improve=1.4063120, (0 missing)
## Extraversion < 6.25 to the left, improve=1.0053650, (0 missing)
## Openness < 5.25 to the left, improve=0.8654493, (0 missing)
## gender < 1.5 to the right, improve=0.8144262, (0 missing)
## Surrogate splits:
## gender < 2.5 to the left, agree=0.623, adj=0.034, (0 split)
## familysize < 0.5 to the right, agree=0.620, adj=0.025, (0 split)
## Openness < 6.25 to the left, agree=0.616, adj=0.017, (0 split)
## religion < 2.5 to the right, agree=0.616, adj=0.017, (0 split)
## Extraversion < 6.25 to the left, agree=0.613, adj=0.008, (0 split)
##
## Node number 340: 59 observations, complexity param=0.0004195511
## predicted class=Normal expected loss=0.4915254 P(node) =0.003060483
## class counts: 17 3 30 9
## probabilities: 0.288 0.051 0.508 0.153
## left son=680 (50 obs) right son=681 (9 obs)
## Primary splits:
## religion < 5.5 to the right, improve=3.450923, (0 missing)
## Conscientiousness < 3.75 to the right, improve=2.593298, (0 missing)
## Extraversion < 5.75 to the left, improve=1.825580, (0 missing)
## familysize < 4.5 to the right, improve=1.462510, (0 missing)
## engnat < 1.5 to the left, improve=1.382318, (0 missing)
## Surrogate splits:
## Openness < 6.75 to the left, agree=0.864, adj=0.111, (0 split)
## education < 1.5 to the right, agree=0.864, adj=0.111, (0 split)
## race < 35 to the left, agree=0.864, adj=0.111, (0 split)
##
## Node number 341: 19 observations
## predicted class=Severo expected loss=0.4736842 P(node) =0.0009855794
## class counts: 2 2 5 10
## probabilities: 0.105 0.105 0.263 0.526
##
## Node number 342: 10 observations
## predicted class=Moderado expected loss=0.3 P(node) =0.000518726
## class counts: 1 7 0 2
## probabilities: 0.100 0.700 0.000 0.200
##
## Node number 343: 34 observations, complexity param=0.0004982169
## predicted class=Severo expected loss=0.5882353 P(node) =0.001763668
## class counts: 2 5 13 14
## probabilities: 0.059 0.147 0.382 0.412
## left son=686 (17 obs) right son=687 (17 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=2.5294120, (0 missing)
## Agreeableness < 3.75 to the right, improve=1.2194570, (0 missing)
## engnat < 1.5 to the left, improve=0.8879552, (0 missing)
## Openness < 3.75 to the right, improve=0.8700980, (0 missing)
## Extraversion < 5.75 to the left, improve=0.4117647, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.735, adj=0.471, (0 split)
## Extraversion < 5.25 to the left, agree=0.676, adj=0.353, (0 split)
## Conscientiousness < 3.25 to the right, agree=0.618, adj=0.235, (0 split)
## Openness < 3.25 to the right, agree=0.618, adj=0.235, (0 split)
## education < 2.5 to the left, agree=0.588, adj=0.176, (0 split)
##
## Node number 344: 604 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6374172 P(node) =0.03133105
## class counts: 103 161 121 219
## probabilities: 0.171 0.267 0.200 0.363
## left son=688 (592 obs) right son=689 (12 obs)
## Primary splits:
## Agreeableness < 2.75 to the right, improve=3.276199, (0 missing)
## EmotionalStability < 3.75 to the right, improve=2.407751, (0 missing)
## urban < 2.5 to the right, improve=2.311245, (0 missing)
## orientation < 1.5 to the left, improve=2.230415, (0 missing)
## familysize < 2.5 to the right, improve=1.360011, (0 missing)
##
## Node number 345: 71 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.4929577 P(node) =0.003682955
## class counts: 4 22 9 36
## probabilities: 0.056 0.310 0.127 0.507
## left son=690 (38 obs) right son=691 (33 obs)
## Primary splits:
## urban < 2.5 to the left, improve=4.0450390, (0 missing)
## Conscientiousness < 3.75 to the left, improve=2.1786290, (0 missing)
## Agreeableness < 4.25 to the right, improve=1.1231810, (0 missing)
## orientation < 4.5 to the left, improve=0.9361076, (0 missing)
## familysize < 4.5 to the left, improve=0.8090946, (0 missing)
## Surrogate splits:
## Conscientiousness < 3.75 to the left, agree=0.620, adj=0.182, (0 split)
## Agreeableness < 3.75 to the right, agree=0.606, adj=0.152, (0 split)
## religion < 11 to the left, agree=0.563, adj=0.061, (0 split)
## orientation < 0.5 to the right, agree=0.563, adj=0.061, (0 split)
## Openness < 1.25 to the right, agree=0.549, adj=0.030, (0 split)
##
## Node number 348: 53 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.6415094 P(node) =0.002749248
## class counts: 7 16 11 19
## probabilities: 0.132 0.302 0.208 0.358
## left son=696 (39 obs) right son=697 (14 obs)
## Primary splits:
## Extraversion < 3.25 to the right, improve=2.432995, (0 missing)
## hand < 1.5 to the left, improve=2.155595, (0 missing)
## urban < 1.5 to the right, improve=1.904190, (0 missing)
## familysize < 1.5 to the right, improve=1.399391, (0 missing)
## married < 1.5 to the left, improve=1.327711, (0 missing)
## Surrogate splits:
## religion < 1.5 to the right, agree=0.774, adj=0.143, (0 split)
##
## Node number 349: 24 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.001244942
## class counts: 2 4 2 16
## probabilities: 0.083 0.167 0.083 0.667
##
## Node number 350: 23 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5217391 P(node) =0.00119307
## class counts: 4 4 4 11
## probabilities: 0.174 0.174 0.174 0.478
## left son=700 (10 obs) right son=701 (13 obs)
## Primary splits:
## urban < 2.5 to the right, improve=2.298328, (0 missing)
## gender < 1.5 to the right, improve=2.255349, (0 missing)
## orientation < 1.5 to the left, improve=1.559866, (0 missing)
## religion < 3 to the right, improve=1.348602, (0 missing)
## Openness < 4.25 to the right, improve=1.295031, (0 missing)
## Surrogate splits:
## EmotionalStability < 3.75 to the right, agree=0.739, adj=0.4, (0 split)
## education < 1.5 to the left, agree=0.739, adj=0.4, (0 split)
## Agreeableness < 5.75 to the left, agree=0.696, adj=0.3, (0 split)
## Openness < 4.25 to the right, agree=0.652, adj=0.2, (0 split)
## hand < 1.5 to the right, agree=0.652, adj=0.2, (0 split)
##
## Node number 351: 59 observations
## predicted class=Severo expected loss=0.1864407 P(node) =0.003060483
## class counts: 1 4 6 48
## probabilities: 0.017 0.068 0.102 0.814
##
## Node number 352: 74 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.6081081 P(node) =0.003838572
## class counts: 14 10 29 21
## probabilities: 0.189 0.135 0.392 0.284
## left son=704 (63 obs) right son=705 (11 obs)
## Primary splits:
## gender < 1.5 to the right, improve=2.277407, (0 missing)
## Extraversion < 1.25 to the right, improve=1.965719, (0 missing)
## hand < 1.5 to the left, improve=1.880221, (0 missing)
## Openness < 4.75 to the left, improve=1.738533, (0 missing)
## race < 45 to the right, improve=1.589781, (0 missing)
##
## Node number 353: 262 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.5687023 P(node) =0.01359062
## class counts: 41 51 57 113
## probabilities: 0.156 0.195 0.218 0.431
## left son=706 (212 obs) right son=707 (50 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=2.467763, (0 missing)
## education < 1.5 to the right, improve=2.269784, (0 missing)
## married < 1.5 to the right, improve=2.117106, (0 missing)
## familysize < 7.5 to the right, improve=1.537571, (0 missing)
## race < 45 to the right, improve=1.529124, (0 missing)
##
## Node number 354: 29 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.5172414 P(node) =0.001504305
## class counts: 2 2 14 11
## probabilities: 0.069 0.069 0.483 0.379
## left son=708 (7 obs) right son=709 (22 obs)
## Primary splits:
## familysize < 3.5 to the right, improve=1.5073890, (0 missing)
## Agreeableness < 6.75 to the right, improve=1.0268700, (0 missing)
## Openness < 4.25 to the right, improve=0.7931034, (0 missing)
## education < 2.5 to the left, improve=0.6407225, (0 missing)
## Extraversion < 1.75 to the right, improve=0.6026273, (0 missing)
## Surrogate splits:
## Conscientiousness < 6.75 to the right, agree=0.828, adj=0.286, (0 split)
## religion < 0.5 to the left, agree=0.828, adj=0.286, (0 split)
## Extraversion < 1.25 to the left, agree=0.793, adj=0.143, (0 split)
##
## Node number 355: 72 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.4444444 P(node) =0.003734827
## class counts: 3 12 17 40
## probabilities: 0.042 0.167 0.236 0.556
## left son=710 (29 obs) right son=711 (43 obs)
## Primary splits:
## familysize < 2.5 to the right, improve=2.3558090, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.2092590, (0 missing)
## Extraversion < 1.75 to the right, improve=1.0939970, (0 missing)
## education < 3.5 to the left, improve=0.9055556, (0 missing)
## urban < 1.5 to the right, improve=0.8529240, (0 missing)
## Surrogate splits:
## Extraversion < 1.75 to the right, agree=0.708, adj=0.276, (0 split)
## religion < 2.5 to the right, agree=0.639, adj=0.103, (0 split)
## married < 1.5 to the right, agree=0.611, adj=0.034, (0 split)
##
## Node number 358: 8 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.0004149808
## class counts: 2 4 0 2
## probabilities: 0.250 0.500 0.000 0.250
##
## Node number 359: 152 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4013158 P(node) =0.007884635
## class counts: 12 23 26 91
## probabilities: 0.079 0.151 0.171 0.599
## left son=718 (14 obs) right son=719 (138 obs)
## Primary splits:
## married < 1.5 to the right, improve=2.458401, (0 missing)
## Extraversion < 1.25 to the right, improve=1.986711, (0 missing)
## engnat < 1.5 to the left, improve=1.834072, (0 missing)
## race < 40 to the right, improve=1.478694, (0 missing)
## voted < 1.5 to the left, improve=1.090250, (0 missing)
##
## Node number 372: 62 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.6290323 P(node) =0.003216101
## class counts: 8 21 10 23
## probabilities: 0.129 0.339 0.161 0.371
## left son=744 (17 obs) right son=745 (45 obs)
## Primary splits:
## familysize < 4.5 to the right, improve=1.6521610, (0 missing)
## Conscientiousness < 2.75 to the left, improve=1.6490710, (0 missing)
## education < 3.5 to the right, improve=1.4316030, (0 missing)
## married < 1.5 to the right, improve=1.2559740, (0 missing)
## urban < 2.5 to the right, improve=0.9266086, (0 missing)
##
## Node number 373: 48 observations
## predicted class=Severo expected loss=0.3958333 P(node) =0.002489885
## class counts: 1 12 6 29
## probabilities: 0.021 0.250 0.125 0.604
##
## Node number 374: 53 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.4716981 P(node) =0.002749248
## class counts: 1 11 13 28
## probabilities: 0.019 0.208 0.245 0.528
## left son=748 (21 obs) right son=749 (32 obs)
## Primary splits:
## gender < 1.5 to the left, improve=2.398529, (0 missing)
## Openness < 3.25 to the right, improve=2.044684, (0 missing)
## urban < 1.5 to the left, improve=1.630025, (0 missing)
## engnat < 1.5 to the left, improve=1.461909, (0 missing)
## religion < 6.5 to the left, improve=1.386546, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the left, agree=0.736, adj=0.333, (0 split)
## religion < 6.5 to the left, agree=0.736, adj=0.333, (0 split)
## race < 35 to the right, agree=0.679, adj=0.190, (0 split)
## Agreeableness < 2.25 to the left, agree=0.660, adj=0.143, (0 split)
## Conscientiousness < 1.25 to the left, agree=0.660, adj=0.143, (0 split)
##
## Node number 375: 71 observations
## predicted class=Severo expected loss=0.3239437 P(node) =0.003682955
## class counts: 7 11 5 48
## probabilities: 0.099 0.155 0.070 0.676
##
## Node number 384: 122 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.6803279 P(node) =0.006328457
## class counts: 19 39 33 31
## probabilities: 0.156 0.320 0.270 0.254
## left son=768 (49 obs) right son=769 (73 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=1.888468, (0 missing)
## Openness < 5.25 to the right, improve=1.611603, (0 missing)
## Agreeableness < 5.75 to the right, improve=1.220959, (0 missing)
## religion < 2.5 to the left, improve=1.170064, (0 missing)
## education < 1.5 to the left, improve=1.061090, (0 missing)
## Surrogate splits:
## Openness < 4.75 to the left, agree=0.664, adj=0.163, (0 split)
## gender < 2.5 to the right, agree=0.623, adj=0.061, (0 split)
## religion < 11 to the right, agree=0.607, adj=0.020, (0 split)
## orientation < 4.5 to the right, agree=0.607, adj=0.020, (0 split)
## voted < 1.5 to the left, agree=0.607, adj=0.020, (0 split)
##
## Node number 385: 122 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.5819672 P(node) =0.006328457
## class counts: 16 23 32 51
## probabilities: 0.131 0.189 0.262 0.418
## left son=770 (42 obs) right son=771 (80 obs)
## Primary splits:
## voted < 1.5 to the left, improve=4.2072210, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.7579090, (0 missing)
## Openness < 6.25 to the left, improve=1.7041720, (0 missing)
## Extraversion < 4.75 to the right, improve=1.0776580, (0 missing)
## education < 2.5 to the left, improve=0.9506269, (0 missing)
## Surrogate splits:
## education < 3.5 to the right, agree=0.705, adj=0.143, (0 split)
## religion < 5 to the left, agree=0.697, adj=0.119, (0 split)
## married < 1.5 to the right, agree=0.664, adj=0.024, (0 split)
##
## Node number 386: 14 observations
## predicted class=Moderado expected loss=0.3571429 P(node) =0.0007262164
## class counts: 0 9 1 4
## probabilities: 0.000 0.643 0.071 0.286
##
## Node number 387: 91 observations, complexity param=0.0001678204
## predicted class=Severo expected loss=0.5494505 P(node) =0.004720407
## class counts: 15 24 11 41
## probabilities: 0.165 0.264 0.121 0.451
## left son=774 (64 obs) right son=775 (27 obs)
## Primary splits:
## race < 35 to the left, improve=2.042595, (0 missing)
## urban < 1.5 to the right, improve=1.902851, (0 missing)
## Extraversion < 5.25 to the right, improve=1.575150, (0 missing)
## voted < 1.5 to the right, improve=1.410665, (0 missing)
## Openness < 5.25 to the right, improve=1.181319, (0 missing)
## Surrogate splits:
## religion < 9.5 to the right, agree=0.835, adj=0.444, (0 split)
## engnat < 1.5 to the right, agree=0.791, adj=0.296, (0 split)
## Agreeableness < 5.25 to the left, agree=0.736, adj=0.111, (0 split)
## gender < 1.5 to the right, agree=0.714, adj=0.037, (0 split)
## orientation < 4.5 to the left, agree=0.714, adj=0.037, (0 split)
##
## Node number 390: 67 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.6716418 P(node) =0.003475464
## class counts: 11 12 22 22
## probabilities: 0.164 0.179 0.328 0.328
## left son=780 (55 obs) right son=781 (12 obs)
## Primary splits:
## Extraversion < 6.75 to the left, improve=1.700045, (0 missing)
## hand < 1.5 to the right, improve=1.652210, (0 missing)
## religion < 7.5 to the left, improve=1.622423, (0 missing)
## race < 55 to the right, improve=1.153216, (0 missing)
## married < 1.5 to the left, improve=1.014964, (0 missing)
##
## Node number 391: 12 observations
## predicted class=Normal expected loss=0.3333333 P(node) =0.0006224712
## class counts: 0 2 8 2
## probabilities: 0.000 0.167 0.667 0.167
##
## Node number 392: 32 observations, complexity param=0.0002797007
## predicted class=Moderado expected loss=0.59375 P(node) =0.001659923
## class counts: 5 13 9 5
## probabilities: 0.156 0.406 0.281 0.156
## left son=784 (21 obs) right son=785 (11 obs)
## Primary splits:
## religion < 8.5 to the right, improve=1.889069, (0 missing)
## urban < 2.5 to the left, improve=1.425000, (0 missing)
## race < 35 to the left, improve=1.339976, (0 missing)
## engnat < 1.5 to the right, improve=1.105000, (0 missing)
## Extraversion < 4.75 to the right, improve=1.091667, (0 missing)
## Surrogate splits:
## race < 35 to the left, agree=0.875, adj=0.636, (0 split)
## education < 3.5 to the left, agree=0.812, adj=0.455, (0 split)
## engnat < 1.5 to the right, agree=0.812, adj=0.455, (0 split)
## Extraversion < 5.75 to the left, agree=0.750, adj=0.273, (0 split)
## familysize < 2.5 to the right, agree=0.750, adj=0.273, (0 split)
##
## Node number 393: 141 observations, complexity param=0.0002797007
## predicted class=Severo expected loss=0.6170213 P(node) =0.007314037
## class counts: 21 49 17 54
## probabilities: 0.149 0.348 0.121 0.383
## left son=786 (134 obs) right son=787 (7 obs)
## Primary splits:
## married < 2.5 to the left, improve=1.701961, (0 missing)
## education < 3.5 to the right, improve=1.670815, (0 missing)
## race < 65 to the left, improve=1.428436, (0 missing)
## religion < 7.5 to the left, improve=1.373793, (0 missing)
## familysize < 2.5 to the left, improve=1.230023, (0 missing)
##
## Node number 394: 20 observations
## predicted class=Severo expected loss=0.4 P(node) =0.001037452
## class counts: 5 3 0 12
## probabilities: 0.250 0.150 0.000 0.600
##
## Node number 395: 45 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6 P(node) =0.002334267
## class counts: 4 8 15 18
## probabilities: 0.089 0.178 0.333 0.400
## left son=790 (36 obs) right son=791 (9 obs)
## Primary splits:
## religion < 9 to the right, improve=1.7444440, (0 missing)
## Conscientiousness < 4.75 to the left, improve=1.7193380, (0 missing)
## orientation < 4.5 to the right, improve=0.8555556, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.7650794, (0 missing)
## Openness < 4.25 to the right, improve=0.7040404, (0 missing)
## Surrogate splits:
## Openness < 6.75 to the left, agree=0.844, adj=0.222, (0 split)
## familysize < 1.5 to the right, agree=0.844, adj=0.222, (0 split)
## Agreeableness < 6.25 to the left, agree=0.822, adj=0.111, (0 split)
## Conscientiousness < 6.25 to the left, agree=0.822, adj=0.111, (0 split)
##
## Node number 396: 89 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6179775 P(node) =0.004616661
## class counts: 17 17 21 34
## probabilities: 0.191 0.191 0.236 0.382
## left son=792 (28 obs) right son=793 (61 obs)
## Primary splits:
## Conscientiousness < 5.25 to the right, improve=2.740955, (0 missing)
## Openness < 5.25 to the right, improve=1.804222, (0 missing)
## familysize < 2.5 to the left, improve=1.686798, (0 missing)
## hand < 1.5 to the left, improve=1.657477, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.446666, (0 missing)
## Surrogate splits:
## Openness < 6.25 to the right, agree=0.730, adj=0.143, (0 split)
## familysize < 0.5 to the left, agree=0.708, adj=0.071, (0 split)
## education < 0.5 to the left, agree=0.697, adj=0.036, (0 split)
## gender < 1.5 to the left, agree=0.697, adj=0.036, (0 split)
## hand < 2.5 to the right, agree=0.697, adj=0.036, (0 split)
##
## Node number 397: 11 observations
## predicted class=Severo expected loss=0.1818182 P(node) =0.0005705986
## class counts: 1 0 1 9
## probabilities: 0.091 0.000 0.091 0.818
##
## Node number 398: 10 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.000518726
## class counts: 1 5 0 4
## probabilities: 0.100 0.500 0.000 0.400
##
## Node number 399: 74 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3378378 P(node) =0.003838572
## class counts: 3 10 12 49
## probabilities: 0.041 0.135 0.162 0.662
## left son=798 (36 obs) right son=799 (38 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=1.8865970, (0 missing)
## education < 1.5 to the left, improve=1.4838140, (0 missing)
## Openness < 5.25 to the right, improve=1.4187610, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.1930110, (0 missing)
## Extraversion < 6.25 to the right, improve=0.9837492, (0 missing)
## Surrogate splits:
## education < 1.5 to the left, agree=0.608, adj=0.194, (0 split)
## familysize < 3.5 to the right, agree=0.595, adj=0.167, (0 split)
## Extraversion < 4.75 to the right, agree=0.581, adj=0.139, (0 split)
## Conscientiousness < 5.75 to the left, agree=0.568, adj=0.111, (0 split)
## Openness < 5.75 to the right, agree=0.568, adj=0.111, (0 split)
##
## Node number 400: 344 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.5930233 P(node) =0.01784417
## class counts: 39 95 70 140
## probabilities: 0.113 0.276 0.203 0.407
## left son=800 (94 obs) right son=801 (250 obs)
## Primary splits:
## race < 40 to the right, improve=2.248561, (0 missing)
## Extraversion < 4.25 to the left, improve=1.749433, (0 missing)
## hand < 1.5 to the left, improve=1.424402, (0 missing)
## education < 3.5 to the left, improve=1.181452, (0 missing)
## Openness < 3.75 to the right, improve=1.170576, (0 missing)
## Surrogate splits:
## religion < 7.5 to the left, agree=0.759, adj=0.117, (0 split)
## married < 2.5 to the right, agree=0.741, adj=0.053, (0 split)
## Agreeableness < 6.75 to the right, agree=0.738, adj=0.043, (0 split)
## engnat < 1.5 to the left, agree=0.738, adj=0.043, (0 split)
## familysize < 9.5 to the right, agree=0.730, adj=0.011, (0 split)
##
## Node number 401: 9 observations
## predicted class=Severo expected loss=0.2222222 P(node) =0.0004668534
## class counts: 2 0 0 7
## probabilities: 0.222 0.000 0.000 0.778
##
## Node number 404: 30 observations, complexity param=0.0001704426
## predicted class=Moderado expected loss=0.4666667 P(node) =0.001556178
## class counts: 1 16 2 11
## probabilities: 0.033 0.533 0.067 0.367
## left son=808 (23 obs) right son=809 (7 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=1.7138720, (0 missing)
## Openness < 3.75 to the right, improve=1.3222220, (0 missing)
## orientation < 3.5 to the left, improve=0.7779789, (0 missing)
## familysize < 4.5 to the right, improve=0.7594896, (0 missing)
## Conscientiousness < 3.25 to the left, improve=0.4273810, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the left, agree=0.8, adj=0.143, (0 split)
## gender < 1.5 to the right, agree=0.8, adj=0.143, (0 split)
## familysize < 1.5 to the right, agree=0.8, adj=0.143, (0 split)
##
## Node number 405: 14 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0007262164
## class counts: 1 2 1 10
## probabilities: 0.071 0.143 0.071 0.714
##
## Node number 406: 70 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4857143 P(node) =0.003631082
## class counts: 7 17 10 36
## probabilities: 0.100 0.243 0.143 0.514
## left son=812 (19 obs) right son=813 (51 obs)
## Primary splits:
## Conscientiousness < 2.75 to the left, improve=1.6475600, (0 missing)
## religion < 1.5 to the right, improve=1.4945090, (0 missing)
## orientation < 2.5 to the right, improve=0.9900093, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.9071429, (0 missing)
## hand < 1.5 to the left, improve=0.9009852, (0 missing)
## Surrogate splits:
## education < 1.5 to the left, agree=0.771, adj=0.158, (0 split)
## Extraversion < 6.75 to the right, agree=0.743, adj=0.053, (0 split)
## religion < 3.5 to the left, agree=0.743, adj=0.053, (0 split)
##
## Node number 407: 40 observations
## predicted class=Severo expected loss=0.25 P(node) =0.002074904
## class counts: 4 2 4 30
## probabilities: 0.100 0.050 0.100 0.750
##
## Node number 408: 12 observations
## predicted class=Leve expected loss=0.6666667 P(node) =0.0006224712
## class counts: 4 3 2 3
## probabilities: 0.333 0.250 0.167 0.250
##
## Node number 409: 193 observations, complexity param=0.0001648236
## predicted class=Severo expected loss=0.492228 P(node) =0.01001141
## class counts: 17 53 25 98
## probabilities: 0.088 0.275 0.130 0.508
## left son=818 (49 obs) right son=819 (144 obs)
## Primary splits:
## familysize < 4.5 to the right, improve=1.2350350, (0 missing)
## hand < 1.5 to the right, improve=1.1881870, (0 missing)
## married < 1.5 to the right, improve=1.0583750, (0 missing)
## engnat < 1.5 to the right, improve=1.0309250, (0 missing)
## Agreeableness < 3.25 to the left, improve=0.9655255, (0 missing)
##
## Node number 410: 7 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 4 1 1
## probabilities: 0.143 0.571 0.143 0.143
##
## Node number 411: 42 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3095238 P(node) =0.002178649
## class counts: 0 12 1 29
## probabilities: 0.000 0.286 0.024 0.690
## left son=822 (28 obs) right son=823 (14 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=2.1666670, (0 missing)
## Openness < 4.75 to the left, improve=0.8066378, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.6723506, (0 missing)
## familysize < 4.5 to the right, improve=0.5089947, (0 missing)
## voted < 1.5 to the left, improve=0.4710236, (0 missing)
## Surrogate splits:
## Openness < 2.5 to the right, agree=0.714, adj=0.143, (0 split)
## race < 65 to the left, agree=0.690, adj=0.071, (0 split)
## familysize < 0.5 to the right, agree=0.690, adj=0.071, (0 split)
##
## Node number 412: 64 observations, complexity param=0.0001258653
## predicted class=Severo expected loss=0.515625 P(node) =0.003319846
## class counts: 6 20 7 31
## probabilities: 0.094 0.312 0.109 0.484
## left son=824 (56 obs) right son=825 (8 obs)
## Primary splits:
## Agreeableness < 5.75 to the left, improve=2.4062500, (0 missing)
## hand < 1.5 to the left, improve=1.3618060, (0 missing)
## familysize < 1.5 to the left, improve=1.1395830, (0 missing)
## voted < 1.5 to the left, improve=0.8895833, (0 missing)
## urban < 2.5 to the left, improve=0.8229988, (0 missing)
##
## Node number 413: 14 observations
## predicted class=Severo expected loss=0.1428571 P(node) =0.0007262164
## class counts: 0 2 0 12
## probabilities: 0.000 0.143 0.000 0.857
##
## Node number 420: 8 observations
## predicted class=Normal expected loss=0.375 P(node) =0.0004149808
## class counts: 2 1 5 0
## probabilities: 0.250 0.125 0.625 0.000
##
## Node number 421: 47 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.5319149 P(node) =0.002438012
## class counts: 5 9 11 22
## probabilities: 0.106 0.191 0.234 0.468
## left son=842 (26 obs) right son=843 (21 obs)
## Primary splits:
## religion < 7.5 to the right, improve=0.9895565, (0 missing)
## Extraversion < 3.25 to the left, improve=0.8915712, (0 missing)
## education < 1.5 to the right, improve=0.8794833, (0 missing)
## race < 20 to the left, improve=0.6467765, (0 missing)
## urban < 1.5 to the right, improve=0.6128810, (0 missing)
## Surrogate splits:
## familysize < 2.5 to the right, agree=0.809, adj=0.571, (0 split)
## race < 20 to the left, agree=0.745, adj=0.429, (0 split)
## engnat < 1.5 to the right, agree=0.723, adj=0.381, (0 split)
## Extraversion < 2.25 to the right, agree=0.660, adj=0.238, (0 split)
## EmotionalStability < 2.75 to the left, agree=0.638, adj=0.190, (0 split)
##
## Node number 424: 220 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.5227273 P(node) =0.01141197
## class counts: 31 38 46 105
## probabilities: 0.141 0.173 0.209 0.477
## left son=848 (122 obs) right son=849 (98 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=1.472530, (0 missing)
## engnat < 1.5 to the left, improve=1.440893, (0 missing)
## orientation < 1.5 to the right, improve=1.401525, (0 missing)
## married < 2.5 to the left, improve=1.345933, (0 missing)
## religion < 1.5 to the left, improve=1.256818, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the right, agree=0.618, adj=0.143, (0 split)
## Agreeableness < 2.75 to the right, agree=0.582, adj=0.061, (0 split)
## married < 2.5 to the left, agree=0.577, adj=0.051, (0 split)
## Extraversion < 1.75 to the right, agree=0.573, adj=0.041, (0 split)
## race < 55 to the right, agree=0.573, adj=0.041, (0 split)
##
## Node number 425: 18 observations
## predicted class=Severo expected loss=0.1111111 P(node) =0.0009337068
## class counts: 0 2 0 16
## probabilities: 0.000 0.111 0.000 0.889
##
## Node number 426: 8 observations
## predicted class=Normal expected loss=0.375 P(node) =0.0004149808
## class counts: 0 1 5 2
## probabilities: 0.000 0.125 0.625 0.250
##
## Node number 427: 333 observations
## predicted class=Severo expected loss=0.4444444 P(node) =0.01727358
## class counts: 27 84 37 185
## probabilities: 0.081 0.252 0.111 0.556
##
## Node number 430: 501 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3992016 P(node) =0.02598817
## class counts: 38 111 51 301
## probabilities: 0.076 0.222 0.102 0.601
## left son=860 (489 obs) right son=861 (12 obs)
## Primary splits:
## familysize < 0.5 to the right, improve=1.958249, (0 missing)
## Openness < 5.75 to the left, improve=1.871601, (0 missing)
## Extraversion < 1.75 to the right, improve=1.749851, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.683437, (0 missing)
## religion < 8.5 to the left, improve=1.313766, (0 missing)
##
## Node number 431: 23 observations
## predicted class=Severo expected loss=0.1304348 P(node) =0.00119307
## class counts: 0 3 0 20
## probabilities: 0.000 0.130 0.000 0.870
##
## Node number 442: 128 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.421875 P(node) =0.006639693
## class counts: 10 38 6 74
## probabilities: 0.078 0.297 0.047 0.578
## left son=884 (49 obs) right son=885 (79 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=1.6117610, (0 missing)
## Openness < 5.75 to the right, improve=1.4263780, (0 missing)
## hand < 1.5 to the left, improve=0.9528761, (0 missing)
## Conscientiousness < 2.75 to the left, improve=0.8853717, (0 missing)
## urban < 2.5 to the right, improve=0.7188438, (0 missing)
## Surrogate splits:
## religion < 9 to the left, agree=0.711, adj=0.245, (0 split)
## engnat < 1.5 to the left, agree=0.656, adj=0.102, (0 split)
## Agreeableness < 6.25 to the right, agree=0.633, adj=0.041, (0 split)
## Conscientiousness < 2.25 to the left, agree=0.633, adj=0.041, (0 split)
## Openness < 6.25 to the right, agree=0.633, adj=0.041, (0 split)
##
## Node number 443: 204 observations
## predicted class=Severo expected loss=0.3137255 P(node) =0.01058201
## class counts: 17 36 11 140
## probabilities: 0.083 0.176 0.054 0.686
##
## Node number 444: 21 observations, complexity param=0.0001573317
## predicted class=Moderado expected loss=0.6190476 P(node) =0.001089325
## class counts: 3 8 2 8
## probabilities: 0.143 0.381 0.095 0.381
## left son=888 (12 obs) right son=889 (9 obs)
## Primary splits:
## Agreeableness < 3.25 to the right, improve=4.7857140, (0 missing)
## Openness < 4.25 to the left, improve=1.1126370, (0 missing)
## Extraversion < 2.75 to the right, improve=0.9584416, (0 missing)
## familysize < 7.5 to the right, improve=0.5714286, (0 missing)
## orientation < 2.5 to the left, improve=0.5357143, (0 missing)
## Surrogate splits:
## religion < 8 to the right, agree=0.857, adj=0.667, (0 split)
## Extraversion < 2.75 to the right, agree=0.810, adj=0.556, (0 split)
## engnat < 1.5 to the right, agree=0.762, adj=0.444, (0 split)
## race < 35 to the left, agree=0.762, adj=0.444, (0 split)
## Conscientiousness < 1.75 to the right, agree=0.714, adj=0.333, (0 split)
##
## Node number 445: 20 observations
## predicted class=Severo expected loss=0.25 P(node) =0.001037452
## class counts: 2 2 1 15
## probabilities: 0.100 0.100 0.050 0.750
##
## Node number 450: 15 observations
## predicted class=Moderado expected loss=0.5333333 P(node) =0.000778089
## class counts: 2 7 5 1
## probabilities: 0.133 0.467 0.333 0.067
##
## Node number 451: 9 observations
## predicted class=Normal expected loss=0.3333333 P(node) =0.0004668534
## class counts: 1 1 6 1
## probabilities: 0.111 0.111 0.667 0.111
##
## Node number 480: 195 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5794872 P(node) =0.01011516
## class counts: 26 63 24 82
## probabilities: 0.133 0.323 0.123 0.421
## left son=960 (109 obs) right son=961 (86 obs)
## Primary splits:
## EmotionalStability < 1.75 to the right, improve=3.578879, (0 missing)
## Openness < 4.75 to the right, improve=2.355520, (0 missing)
## familysize < 0.5 to the left, improve=2.261827, (0 missing)
## Extraversion < 5.75 to the right, improve=1.988095, (0 missing)
## Conscientiousness < 4.25 to the left, improve=1.933521, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.590, adj=0.070, (0 split)
## orientation < 0.5 to the right, agree=0.590, adj=0.070, (0 split)
## familysize < 0.5 to the right, agree=0.574, adj=0.035, (0 split)
## religion < 3.5 to the right, agree=0.569, adj=0.023, (0 split)
## hand < 1.5 to the left, agree=0.564, adj=0.012, (0 split)
##
## Node number 481: 29 observations
## predicted class=Severo expected loss=0.2758621 P(node) =0.001504305
## class counts: 1 4 3 21
## probabilities: 0.034 0.138 0.103 0.724
##
## Node number 482: 123 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.4308943 P(node) =0.00638033
## class counts: 11 30 12 70
## probabilities: 0.089 0.244 0.098 0.569
## left son=964 (30 obs) right son=965 (93 obs)
## Primary splits:
## Agreeableness < 4.25 to the right, improve=2.867401, (0 missing)
## orientation < 4.5 to the left, improve=1.661686, (0 missing)
## religion < 6.5 to the left, improve=1.303050, (0 missing)
## race < 65 to the right, improve=1.140614, (0 missing)
## familysize < 5.5 to the left, improve=1.129369, (0 missing)
## Surrogate splits:
## urban < 0.5 to the left, agree=0.764, adj=0.033, (0 split)
##
## Node number 483: 47 observations
## predicted class=Severo expected loss=0.1276596 P(node) =0.002438012
## class counts: 2 2 2 41
## probabilities: 0.043 0.043 0.043 0.872
##
## Node number 484: 261 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.4329502 P(node) =0.01353875
## class counts: 39 49 25 148
## probabilities: 0.149 0.188 0.096 0.567
## left son=968 (39 obs) right son=969 (222 obs)
## Primary splits:
## Conscientiousness < 6.25 to the right, improve=2.950391, (0 missing)
## orientation < 4.5 to the left, improve=1.273030, (0 missing)
## voted < 1.5 to the left, improve=1.137931, (0 missing)
## race < 65 to the left, improve=1.028392, (0 missing)
## Openness < 6.75 to the left, improve=0.864171, (0 missing)
## Surrogate splits:
## married < 2.5 to the right, agree=0.854, adj=0.026, (0 split)
##
## Node number 485: 26 observations
## predicted class=Severo expected loss=0.1153846 P(node) =0.001348688
## class counts: 0 3 0 23
## probabilities: 0.000 0.115 0.000 0.885
##
## Node number 486: 840 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.3166667 P(node) =0.04357298
## class counts: 34 169 63 574
## probabilities: 0.040 0.201 0.075 0.683
## left son=972 (738 obs) right son=973 (102 obs)
## Primary splits:
## race < 65 to the left, improve=2.566087, (0 missing)
## orientation < 3.5 to the left, improve=2.134100, (0 missing)
## familysize < 3.5 to the left, improve=1.904420, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.797619, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.681456, (0 missing)
##
## Node number 487: 630 observations
## predicted class=Severo expected loss=0.2412698 P(node) =0.03267974
## class counts: 31 89 32 478
## probabilities: 0.049 0.141 0.051 0.759
##
## Node number 488: 23 observations, complexity param=0.0001835536
## predicted class=Moderado expected loss=0.5652174 P(node) =0.00119307
## class counts: 4 10 1 8
## probabilities: 0.174 0.435 0.043 0.348
## left son=976 (11 obs) right son=977 (12 obs)
## Primary splits:
## Agreeableness < 4.25 to the right, improve=3.236495, (0 missing)
## familysize < 2.5 to the left, improve=3.041149, (0 missing)
## religion < 5 to the left, improve=2.654244, (0 missing)
## Conscientiousness < 2.75 to the right, improve=1.299666, (0 missing)
## EmotionalStability < 1.75 to the right, improve=1.160738, (0 missing)
## Surrogate splits:
## familysize < 2.5 to the left, agree=0.826, adj=0.636, (0 split)
## race < 35 to the right, agree=0.783, adj=0.545, (0 split)
## education < 2.5 to the left, agree=0.739, adj=0.455, (0 split)
## engnat < 1.5 to the left, agree=0.739, adj=0.455, (0 split)
## religion < 5 to the left, agree=0.739, adj=0.455, (0 split)
##
## Node number 489: 160 observations, complexity param=0.0001835536
## predicted class=Severo expected loss=0.375 P(node) =0.008299616
## class counts: 16 23 21 100
## probabilities: 0.100 0.144 0.131 0.625
## left son=978 (8 obs) right son=979 (152 obs)
## Primary splits:
## Conscientiousness < 1.25 to the left, improve=3.350658, (0 missing)
## race < 65 to the left, improve=2.386212, (0 missing)
## gender < 1.5 to the left, improve=1.760577, (0 missing)
## Extraversion < 6.25 to the right, improve=1.417395, (0 missing)
## familysize < 3.5 to the left, improve=1.343625, (0 missing)
##
## Node number 512: 160 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.60625 P(node) =0.008299616
## class counts: 37 33 63 27
## probabilities: 0.231 0.206 0.394 0.169
## left son=1024 (134 obs) right son=1025 (26 obs)
## Primary splits:
## familysize < 5.5 to the left, improve=2.937457, (0 missing)
## Agreeableness < 4.75 to the left, improve=2.844310, (0 missing)
## religion < 6.5 to the right, improve=2.602832, (0 missing)
## Openness < 5.75 to the left, improve=1.729950, (0 missing)
## orientation < 4.5 to the left, improve=1.517805, (0 missing)
##
## Node number 513: 12 observations
## predicted class=Severo expected loss=0.4166667 P(node) =0.0006224712
## class counts: 1 1 3 7
## probabilities: 0.083 0.083 0.250 0.583
##
## Node number 514: 7 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 3 4 0
## probabilities: 0.000 0.429 0.571 0.000
##
## Node number 515: 50 observations, complexity param=0.0002797007
## predicted class=Severo expected loss=0.56 P(node) =0.00259363
## class counts: 4 9 15 22
## probabilities: 0.080 0.180 0.300 0.440
## left son=1030 (11 obs) right son=1031 (39 obs)
## Primary splits:
## Openness < 3.75 to the left, improve=2.220326, (0 missing)
## religion < 1.5 to the left, improve=1.327154, (0 missing)
## urban < 2.5 to the left, improve=1.027436, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.942500, (0 missing)
## EmotionalStability < 4.75 to the left, improve=0.832381, (0 missing)
##
## Node number 520: 29 observations, complexity param=0.0001573317
## predicted class=Moderado expected loss=0.5172414 P(node) =0.001504305
## class counts: 5 14 8 2
## probabilities: 0.172 0.483 0.276 0.069
## left son=1040 (15 obs) right son=1041 (14 obs)
## Primary splits:
## urban < 2.5 to the left, improve=2.4344830, (0 missing)
## education < 2.5 to the right, improve=1.6017900, (0 missing)
## familysize < 2.5 to the right, improve=1.4952670, (0 missing)
## voted < 1.5 to the right, improve=1.1081670, (0 missing)
## Agreeableness < 3.75 to the right, improve=0.9344828, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the right, agree=0.655, adj=0.286, (0 split)
## orientation < 1.5 to the left, agree=0.621, adj=0.214, (0 split)
## EmotionalStability < 5.75 to the left, agree=0.586, adj=0.143, (0 split)
## education < 2.5 to the right, agree=0.586, adj=0.143, (0 split)
## gender < 2.5 to the left, agree=0.586, adj=0.143, (0 split)
##
## Node number 521: 19 observations
## predicted class=Moderado expected loss=0.5263158 P(node) =0.0009855794
## class counts: 3 9 0 7
## probabilities: 0.158 0.474 0.000 0.368
##
## Node number 522: 11 observations
## predicted class=Normal expected loss=0.4545455 P(node) =0.0005705986
## class counts: 2 1 6 2
## probabilities: 0.182 0.091 0.545 0.182
##
## Node number 523: 9 observations
## predicted class=Severo expected loss=0.4444444 P(node) =0.0004668534
## class counts: 3 0 1 5
## probabilities: 0.333 0.000 0.111 0.556
##
## Node number 524: 58 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6034483 P(node) =0.003008611
## class counts: 11 8 16 23
## probabilities: 0.190 0.138 0.276 0.397
## left son=1048 (10 obs) right son=1049 (48 obs)
## Primary splits:
## Agreeableness < 5.75 to the right, improve=1.817529, (0 missing)
## education < 2.5 to the right, improve=1.689655, (0 missing)
## familysize < 5.5 to the right, improve=1.590392, (0 missing)
## Extraversion < 4.25 to the right, improve=1.521054, (0 missing)
## Openness < 3.75 to the right, improve=1.504433, (0 missing)
##
## Node number 525: 23 observations
## predicted class=Normal expected loss=0.3913043 P(node) =0.00119307
## class counts: 1 2 14 6
## probabilities: 0.043 0.087 0.609 0.261
##
## Node number 530: 114 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.4912281 P(node) =0.005913477
## class counts: 27 12 58 17
## probabilities: 0.237 0.105 0.509 0.149
## left son=1060 (101 obs) right son=1061 (13 obs)
## Primary splits:
## Agreeableness < 3.75 to the right, improve=2.0332040, (0 missing)
## Openness < 6.25 to the right, improve=1.8093570, (0 missing)
## married < 1.5 to the right, improve=1.3562580, (0 missing)
## Extraversion < 3.75 to the left, improve=1.2482460, (0 missing)
## Conscientiousness < 4.75 to the left, improve=0.9776837, (0 missing)
##
## Node number 531: 352 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.4232955 P(node) =0.01825916
## class counts: 45 48 203 56
## probabilities: 0.128 0.136 0.577 0.159
## left son=1062 (12 obs) right son=1063 (340 obs)
## Primary splits:
## Openness < 3.25 to the left, improve=1.929434, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.384165, (0 missing)
## engnat < 1.5 to the left, improve=1.074248, (0 missing)
## married < 2.5 to the left, improve=1.029509, (0 missing)
## education < 3.5 to the right, improve=0.926452, (0 missing)
##
## Node number 532: 13 observations
## predicted class=Moderado expected loss=0.5384615 P(node) =0.0006743438
## class counts: 2 6 3 2
## probabilities: 0.154 0.462 0.231 0.154
##
## Node number 533: 23 observations
## predicted class=Severo expected loss=0.5652174 P(node) =0.00119307
## class counts: 6 2 5 10
## probabilities: 0.261 0.087 0.217 0.435
##
## Node number 534: 29 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5517241 P(node) =0.001504305
## class counts: 8 3 13 5
## probabilities: 0.276 0.103 0.448 0.172
## left son=1068 (20 obs) right son=1069 (9 obs)
## Primary splits:
## voted < 1.5 to the right, improve=1.981992, (0 missing)
## race < 40 to the left, improve=1.852627, (0 missing)
## Openness < 4.25 to the right, improve=1.264257, (0 missing)
## orientation < 2.5 to the left, improve=1.182577, (0 missing)
## familysize < 4.5 to the right, improve=1.168103, (0 missing)
## Surrogate splits:
## Openness < 5.25 to the left, agree=0.759, adj=0.222, (0 split)
## religion < 6.5 to the right, agree=0.724, adj=0.111, (0 split)
## married < 1.5 to the left, agree=0.724, adj=0.111, (0 split)
## familysize < 5.5 to the left, agree=0.724, adj=0.111, (0 split)
##
## Node number 535: 48 observations
## predicted class=Normal expected loss=0.4375 P(node) =0.002489885
## class counts: 2 10 27 9
## probabilities: 0.042 0.208 0.562 0.188
##
## Node number 536: 48 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.4375 P(node) =0.002489885
## class counts: 9 10 27 2
## probabilities: 0.187 0.208 0.562 0.042
## left son=1072 (14 obs) right son=1073 (34 obs)
## Primary splits:
## Openness < 6.25 to the right, improve=3.286064, (0 missing)
## familysize < 3.5 to the left, improve=2.058862, (0 missing)
## Extraversion < 4.75 to the right, improve=1.907899, (0 missing)
## EmotionalStability < 5.25 to the left, improve=1.875000, (0 missing)
## married < 1.5 to the right, improve=1.419872, (0 missing)
## Surrogate splits:
## education < 3.5 to the right, agree=0.771, adj=0.214, (0 split)
## familysize < 7.5 to the right, agree=0.750, adj=0.143, (0 split)
## Conscientiousness < 6.75 to the right, agree=0.729, adj=0.071, (0 split)
##
## Node number 537: 11 observations
## predicted class=Severo expected loss=0.4545455 P(node) =0.0005705986
## class counts: 1 0 4 6
## probabilities: 0.091 0.000 0.364 0.545
##
## Node number 540: 576 observations
## predicted class=Normal expected loss=0.3524306 P(node) =0.02987862
## class counts: 82 64 373 57
## probabilities: 0.142 0.111 0.648 0.099
##
## Node number 541: 160 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.4625 P(node) =0.008299616
## class counts: 17 32 86 25
## probabilities: 0.106 0.200 0.538 0.156
## left son=1082 (21 obs) right son=1083 (139 obs)
## Primary splits:
## religion < 2.5 to the left, improve=6.549790, (0 missing)
## engnat < 1.5 to the left, improve=1.894095, (0 missing)
## Openness < 6.75 to the right, improve=1.630316, (0 missing)
## married < 1.5 to the right, improve=1.628186, (0 missing)
## Agreeableness < 6.75 to the left, improve=1.406246, (0 missing)
##
## Node number 582: 18 observations
## predicted class=Severo expected loss=0.4444444 P(node) =0.0009337068
## class counts: 3 3 2 10
## probabilities: 0.167 0.167 0.111 0.556
##
## Node number 583: 22 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5 P(node) =0.001141197
## class counts: 2 1 11 8
## probabilities: 0.091 0.045 0.500 0.364
## left son=1166 (8 obs) right son=1167 (14 obs)
## Primary splits:
## Extraversion < 2.25 to the right, improve=1.1850650, (0 missing)
## familysize < 3.5 to the left, improve=1.0779220, (0 missing)
## Openness < 3.25 to the left, improve=0.6363636, (0 missing)
## urban < 2.5 to the left, improve=0.4707792, (0 missing)
## EmotionalStability < 6.25 to the right, improve=0.3993506, (0 missing)
## Surrogate splits:
## religion < 3 to the right, agree=0.773, adj=0.375, (0 split)
## Agreeableness < 3.75 to the right, agree=0.727, adj=0.250, (0 split)
## gender < 1.5 to the right, agree=0.727, adj=0.250, (0 split)
## race < 65 to the right, agree=0.682, adj=0.125, (0 split)
##
## Node number 584: 423 observations, complexity param=0.0003496259
## predicted class=Normal expected loss=0.5248227 P(node) =0.02194211
## class counts: 45 79 201 98
## probabilities: 0.106 0.187 0.475 0.232
## left son=1168 (414 obs) right son=1169 (9 obs)
## Primary splits:
## hand < 2.5 to the left, improve=2.485045, (0 missing)
## race < 40 to the left, improve=2.201430, (0 missing)
## Conscientiousness < 6.25 to the left, improve=2.100358, (0 missing)
## education < 3.5 to the right, improve=2.044272, (0 missing)
## Extraversion < 2.25 to the right, improve=1.972912, (0 missing)
##
## Node number 585: 206 observations, complexity param=0.0003496259
## predicted class=Normal expected loss=0.631068 P(node) =0.01068576
## class counts: 28 38 76 64
## probabilities: 0.136 0.184 0.369 0.311
## left son=1170 (177 obs) right son=1171 (29 obs)
## Primary splits:
## Agreeableness < 6.25 to the left, improve=2.778208, (0 missing)
## familysize < 5.5 to the left, improve=1.909184, (0 missing)
## Conscientiousness < 6.75 to the left, improve=1.698684, (0 missing)
## orientation < 0.5 to the left, improve=1.525857, (0 missing)
## Openness < 3.75 to the right, improve=1.113580, (0 missing)
##
## Node number 586: 9 observations
## predicted class=Normal expected loss=0.6666667 P(node) =0.0004668534
## class counts: 2 2 3 2
## probabilities: 0.222 0.222 0.333 0.222
##
## Node number 587: 11 observations
## predicted class=Severo expected loss=0.2727273 P(node) =0.0005705986
## class counts: 2 1 0 8
## probabilities: 0.182 0.091 0.000 0.727
##
## Node number 588: 31 observations, complexity param=0.0002447381
## predicted class=Normal expected loss=0.6129032 P(node) =0.001608051
## class counts: 2 8 12 9
## probabilities: 0.065 0.258 0.387 0.290
## left son=1176 (7 obs) right son=1177 (24 obs)
## Primary splits:
## familysize < 4.5 to the right, improve=2.6317200, (0 missing)
## Openness < 4.25 to the left, improve=1.2721970, (0 missing)
## EmotionalStability < 5.25 to the right, improve=0.9505610, (0 missing)
## Agreeableness < 2.75 to the left, improve=0.8904924, (0 missing)
## Extraversion < 2.75 to the left, improve=0.7960061, (0 missing)
## Surrogate splits:
## urban < 1.5 to the left, agree=0.806, adj=0.143, (0 split)
##
## Node number 589: 26 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4615385 P(node) =0.001348688
## class counts: 1 6 5 14
## probabilities: 0.038 0.231 0.192 0.538
## left son=1178 (8 obs) right son=1179 (18 obs)
## Primary splits:
## education < 1.5 to the left, improve=2.271368, (0 missing)
## Openness < 5.25 to the left, improve=1.882479, (0 missing)
## engnat < 1.5 to the left, improve=1.446620, (0 missing)
## Conscientiousness < 4.25 to the left, improve=1.410256, (0 missing)
## urban < 2.5 to the left, improve=1.386447, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the left, agree=0.769, adj=0.25, (0 split)
##
## Node number 592: 30 observations
## predicted class=Normal expected loss=0.4666667 P(node) =0.001556178
## class counts: 3 4 16 7
## probabilities: 0.100 0.133 0.533 0.233
##
## Node number 593: 13 observations
## predicted class=Severo expected loss=0.5384615 P(node) =0.0006743438
## class counts: 1 4 2 6
## probabilities: 0.077 0.308 0.154 0.462
##
## Node number 594: 19 observations
## predicted class=Normal expected loss=0.6315789 P(node) =0.0009855794
## class counts: 1 5 7 6
## probabilities: 0.053 0.263 0.368 0.316
##
## Node number 595: 15 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.000778089
## class counts: 1 4 0 10
## probabilities: 0.067 0.267 0.000 0.667
##
## Node number 624: 13 observations
## predicted class=Leve expected loss=0.3076923 P(node) =0.0006743438
## class counts: 9 2 1 1
## probabilities: 0.692 0.154 0.077 0.077
##
## Node number 625: 36 observations, complexity param=0.0003408853
## predicted class=Moderado expected loss=0.5833333 P(node) =0.001867414
## class counts: 7 15 2 12
## probabilities: 0.194 0.417 0.056 0.333
## left son=1250 (17 obs) right son=1251 (19 obs)
## Primary splits:
## education < 2.5 to the right, improve=1.751462, (0 missing)
## race < 65 to the right, improve=1.479748, (0 missing)
## orientation < 2.5 to the right, improve=1.312261, (0 missing)
## familysize < 3.5 to the left, improve=1.101307, (0 missing)
## EmotionalStability < 4.75 to the left, improve=1.027778, (0 missing)
## Surrogate splits:
## race < 65 to the right, agree=0.667, adj=0.294, (0 split)
## urban < 1.5 to the left, agree=0.639, adj=0.235, (0 split)
## gender < 1.5 to the left, agree=0.639, adj=0.235, (0 split)
## religion < 9 to the right, agree=0.639, adj=0.235, (0 split)
## Agreeableness < 3.75 to the right, agree=0.611, adj=0.176, (0 split)
##
## Node number 626: 24 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5416667 P(node) =0.001244942
## class counts: 2 6 11 5
## probabilities: 0.083 0.250 0.458 0.208
## left son=1252 (7 obs) right son=1253 (17 obs)
## Primary splits:
## religion < 6.5 to the left, improve=2.653361, (0 missing)
## familysize < 2.5 to the left, improve=1.625000, (0 missing)
## urban < 1.5 to the right, improve=1.125000, (0 missing)
## engnat < 1.5 to the left, improve=0.875000, (0 missing)
## Agreeableness < 5.75 to the left, improve=0.750000, (0 missing)
## Surrogate splits:
## education < 1.5 to the left, agree=0.792, adj=0.286, (0 split)
## Conscientiousness < 2.25 to the left, agree=0.750, adj=0.143, (0 split)
## EmotionalStability < 4.75 to the left, agree=0.750, adj=0.143, (0 split)
##
## Node number 627: 16 observations
## predicted class=Severo expected loss=0.5625 P(node) =0.0008299616
## class counts: 0 6 3 7
## probabilities: 0.000 0.375 0.188 0.438
##
## Node number 630: 25 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6 P(node) =0.001296815
## class counts: 3 4 8 10
## probabilities: 0.120 0.160 0.320 0.400
## left son=1260 (13 obs) right son=1261 (12 obs)
## Primary splits:
## Conscientiousness < 2.75 to the right, improve=2.516923, (0 missing)
## Openness < 3.75 to the left, improve=1.648333, (0 missing)
## orientation < 1.5 to the right, improve=1.616471, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.324615, (0 missing)
## education < 2.5 to the right, improve=1.260513, (0 missing)
## Surrogate splits:
## Agreeableness < 4.25 to the right, agree=0.68, adj=0.333, (0 split)
## Openness < 2.75 to the right, agree=0.68, adj=0.333, (0 split)
## education < 1.5 to the right, agree=0.64, adj=0.250, (0 split)
## religion < 2.5 to the right, agree=0.64, adj=0.250, (0 split)
## familysize < 2.5 to the right, agree=0.64, adj=0.250, (0 split)
##
## Node number 631: 23 observations
## predicted class=Severo expected loss=0.2608696 P(node) =0.00119307
## class counts: 1 3 2 17
## probabilities: 0.043 0.130 0.087 0.739
##
## Node number 642: 10 observations
## predicted class=Leve expected loss=0.5 P(node) =0.000518726
## class counts: 5 1 1 3
## probabilities: 0.500 0.100 0.100 0.300
##
## Node number 643: 119 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5798319 P(node) =0.00617284
## class counts: 25 17 50 27
## probabilities: 0.210 0.143 0.420 0.227
## left son=1286 (89 obs) right son=1287 (30 obs)
## Primary splits:
## familysize < 4.5 to the left, improve=1.1653980, (0 missing)
## religion < 5 to the right, improve=1.0518770, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.0424880, (0 missing)
## Extraversion < 5.75 to the left, improve=0.9443599, (0 missing)
## education < 3.5 to the right, improve=0.5653087, (0 missing)
##
## Node number 648: 177 observations, complexity param=0.0003356409
## predicted class=Moderado expected loss=0.6779661 P(node) =0.00918145
## class counts: 29 57 46 45
## probabilities: 0.164 0.322 0.260 0.254
## left son=1296 (142 obs) right son=1297 (35 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=1.6504950, (0 missing)
## Agreeableness < 3.75 to the left, improve=1.3713860, (0 missing)
## familysize < 3.5 to the left, improve=1.1201910, (0 missing)
## religion < 6.5 to the right, improve=1.1027710, (0 missing)
## married < 1.5 to the right, improve=0.8768335, (0 missing)
## Surrogate splits:
## education < 1.5 to the right, agree=0.819, adj=0.086, (0 split)
## religion < 11.5 to the left, agree=0.819, adj=0.086, (0 split)
##
## Node number 649: 8 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0004149808
## class counts: 1 0 2 5
## probabilities: 0.125 0.000 0.250 0.625
##
## Node number 650: 43 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.4651163 P(node) =0.002230522
## class counts: 9 5 23 6
## probabilities: 0.209 0.116 0.535 0.140
## left son=1300 (8 obs) right son=1301 (35 obs)
## Primary splits:
## married < 1.5 to the right, improve=1.916777, (0 missing)
## urban < 2.5 to the right, improve=1.693127, (0 missing)
## education < 3.5 to the left, improve=1.181063, (0 missing)
## religion < 9 to the left, improve=1.177756, (0 missing)
## race < 35 to the right, improve=1.177756, (0 missing)
## Surrogate splits:
## gender < 1.5 to the left, agree=0.860, adj=0.250, (0 split)
## hand < 1.5 to the right, agree=0.837, adj=0.125, (0 split)
##
## Node number 651: 27 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.5925926 P(node) =0.00140056
## class counts: 5 3 8 11
## probabilities: 0.185 0.111 0.296 0.407
## left son=1302 (18 obs) right son=1303 (9 obs)
## Primary splits:
## education < 2.5 to the right, improve=2.3333330, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.2222220, (0 missing)
## religion < 7.5 to the right, improve=0.9546784, (0 missing)
## Openness < 4.25 to the left, improve=0.8757310, (0 missing)
## urban < 2.5 to the right, improve=0.8535948, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the right, agree=0.741, adj=0.222, (0 split)
## religion < 5.5 to the right, agree=0.741, adj=0.222, (0 split)
## Agreeableness < 5.75 to the left, agree=0.704, adj=0.111, (0 split)
## urban < 1.5 to the right, agree=0.704, adj=0.111, (0 split)
## race < 20 to the left, agree=0.704, adj=0.111, (0 split)
##
## Node number 652: 225 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.64 P(node) =0.01167134
## class counts: 49 51 44 81
## probabilities: 0.218 0.227 0.196 0.360
## left son=1304 (39 obs) right son=1305 (186 obs)
## Primary splits:
## married < 1.5 to the right, improve=2.077232, (0 missing)
## familysize < 7.5 to the right, improve=2.022048, (0 missing)
## Openness < 2.25 to the right, improve=1.762584, (0 missing)
## gender < 1.5 to the right, improve=1.336877, (0 missing)
## religion < 3 to the right, improve=1.166526, (0 missing)
##
## Node number 653: 20 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.6 P(node) =0.001037452
## class counts: 0 8 8 4
## probabilities: 0.000 0.400 0.400 0.200
## left son=1306 (7 obs) right son=1307 (13 obs)
## Primary splits:
## Openness < 3.25 to the left, improve=1.8109890, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.2166670, (0 missing)
## religion < 9 to the right, improve=0.9212121, (0 missing)
## Extraversion < 3.75 to the right, improve=0.5979798, (0 missing)
## Agreeableness < 2.75 to the left, improve=0.5979798, (0 missing)
## Surrogate splits:
## married < 1.5 to the right, agree=0.7, adj=0.143, (0 split)
##
## Node number 656: 15 observations
## predicted class=Leve expected loss=0.6 P(node) =0.000778089
## class counts: 6 4 0 5
## probabilities: 0.400 0.267 0.000 0.333
##
## Node number 657: 173 observations, complexity param=0.0004195511
## predicted class=Moderado expected loss=0.6589595 P(node) =0.00897396
## class counts: 22 59 44 48
## probabilities: 0.127 0.341 0.254 0.277
## left son=1314 (161 obs) right son=1315 (12 obs)
## Primary splits:
## hand < 1.5 to the left, improve=2.087782, (0 missing)
## familysize < 2.5 to the left, improve=1.935482, (0 missing)
## education < 2.5 to the left, improve=1.592142, (0 missing)
## race < 20 to the right, improve=1.348506, (0 missing)
## religion < 7.5 to the left, improve=1.333230, (0 missing)
##
## Node number 658: 24 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.5416667 P(node) =0.001244942
## class counts: 3 11 4 6
## probabilities: 0.125 0.458 0.167 0.250
## left son=1316 (16 obs) right son=1317 (8 obs)
## Primary splits:
## Conscientiousness < 5.25 to the left, improve=2.2916670, (0 missing)
## Openness < 6.25 to the left, improve=1.0833330, (0 missing)
## familysize < 3.5 to the left, improve=1.0388890, (0 missing)
## education < 2.5 to the left, improve=0.9055556, (0 missing)
## race < 45 to the left, improve=0.8166667, (0 missing)
## Surrogate splits:
## Agreeableness < 6.25 to the left, agree=0.750, adj=0.250, (0 split)
## engnat < 1.5 to the right, agree=0.750, adj=0.250, (0 split)
## Openness < 6.25 to the left, agree=0.708, adj=0.125, (0 split)
## race < 15 to the left, agree=0.708, adj=0.125, (0 split)
## familysize < 1.5 to the right, agree=0.708, adj=0.125, (0 split)
##
## Node number 659: 79 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.5443038 P(node) =0.004097935
## class counts: 11 13 36 19
## probabilities: 0.139 0.165 0.456 0.241
## left son=1318 (38 obs) right son=1319 (41 obs)
## Primary splits:
## education < 2.5 to the right, improve=1.893583, (0 missing)
## voted < 1.5 to the left, improve=1.602378, (0 missing)
## urban < 2.5 to the left, improve=1.317540, (0 missing)
## religion < 7.5 to the right, improve=1.290982, (0 missing)
## race < 15 to the left, improve=1.226742, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.734, adj=0.447, (0 split)
## Conscientiousness < 6.75 to the right, agree=0.582, adj=0.132, (0 split)
## familysize < 3.5 to the right, agree=0.582, adj=0.132, (0 split)
## engnat < 1.5 to the left, agree=0.570, adj=0.105, (0 split)
## married < 1.5 to the right, agree=0.570, adj=0.105, (0 split)
##
## Node number 660: 42 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.6190476 P(node) =0.002178649
## class counts: 8 9 16 9
## probabilities: 0.190 0.214 0.381 0.214
## left son=1320 (19 obs) right son=1321 (23 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=1.823581, (0 missing)
## urban < 2.5 to the left, improve=1.761457, (0 missing)
## race < 15 to the left, improve=1.373810, (0 missing)
## engnat < 1.5 to the right, improve=1.362519, (0 missing)
## voted < 1.5 to the left, improve=1.162698, (0 missing)
## Surrogate splits:
## education < 3.5 to the right, agree=0.619, adj=0.158, (0 split)
## urban < 2.5 to the left, agree=0.619, adj=0.158, (0 split)
## married < 1.5 to the left, agree=0.619, adj=0.158, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.595, adj=0.105, (0 split)
## Extraversion < 5.25 to the left, agree=0.571, adj=0.053, (0 split)
##
## Node number 661: 40 observations
## predicted class=Normal expected loss=0.4 P(node) =0.002074904
## class counts: 4 0 24 12
## probabilities: 0.100 0.000 0.600 0.300
##
## Node number 662: 32 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.65625 P(node) =0.001659923
## class counts: 1 11 11 9
## probabilities: 0.031 0.344 0.344 0.281
## left son=1324 (25 obs) right son=1325 (7 obs)
## Primary splits:
## Agreeableness < 3.75 to the right, improve=2.2978570, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.7721430, (0 missing)
## Openness < 5.25 to the right, improve=1.6204550, (0 missing)
## urban < 2.5 to the right, improve=1.1416670, (0 missing)
## orientation < 1.5 to the right, improve=0.9295455, (0 missing)
## Surrogate splits:
## gender < 1.5 to the right, agree=0.812, adj=0.143, (0 split)
##
## Node number 663: 17 observations
## predicted class=Severo expected loss=0.4117647 P(node) =0.0008818342
## class counts: 0 1 6 10
## probabilities: 0.000 0.059 0.353 0.588
##
## Node number 664: 13 observations
## predicted class=Moderado expected loss=0.5384615 P(node) =0.0006743438
## class counts: 2 6 4 1
## probabilities: 0.154 0.462 0.308 0.077
##
## Node number 665: 218 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.5275229 P(node) =0.01130823
## class counts: 29 34 103 52
## probabilities: 0.133 0.156 0.472 0.239
## left son=1330 (111 obs) right son=1331 (107 obs)
## Primary splits:
## Conscientiousness < 5.25 to the right, improve=1.909398, (0 missing)
## orientation < 4.5 to the left, improve=1.715087, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.436917, (0 missing)
## education < 2.5 to the right, improve=1.412700, (0 missing)
## urban < 1.5 to the right, improve=1.248664, (0 missing)
## Surrogate splits:
## Openness < 5.25 to the right, agree=0.624, adj=0.234, (0 split)
## religion < 9 to the left, agree=0.555, adj=0.093, (0 split)
## Extraversion < 5.25 to the right, agree=0.550, adj=0.084, (0 split)
## Agreeableness < 5.75 to the right, agree=0.550, adj=0.084, (0 split)
## voted < 1.5 to the left, agree=0.550, adj=0.084, (0 split)
##
## Node number 666: 119 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.3781513 P(node) =0.00617284
## class counts: 8 23 74 14
## probabilities: 0.067 0.193 0.622 0.118
## left son=1332 (46 obs) right son=1333 (73 obs)
## Primary splits:
## race < 55 to the left, improve=1.5494870, (0 missing)
## Openness < 6.75 to the left, improve=1.1701130, (0 missing)
## Agreeableness < 6.75 to the left, improve=0.9948331, (0 missing)
## Extraversion < 4.25 to the left, improve=0.9753355, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.7525981, (0 missing)
## Surrogate splits:
## religion < 9.5 to the right, agree=0.748, adj=0.348, (0 split)
## familysize < 3.5 to the right, agree=0.681, adj=0.174, (0 split)
## orientation < 3.5 to the right, agree=0.672, adj=0.152, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.630, adj=0.043, (0 split)
##
## Node number 667: 14 observations
## predicted class=Severo expected loss=0.5714286 P(node) =0.0007262164
## class counts: 1 4 3 6
## probabilities: 0.071 0.286 0.214 0.429
##
## Node number 670: 70 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.6428571 P(node) =0.003631082
## class counts: 4 21 25 20
## probabilities: 0.057 0.300 0.357 0.286
## left son=1340 (28 obs) right son=1341 (42 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=1.5190480, (0 missing)
## voted < 1.5 to the left, improve=1.4946210, (0 missing)
## Openness < 5.25 to the left, improve=1.1197000, (0 missing)
## Extraversion < 4.25 to the left, improve=1.0495860, (0 missing)
## familysize < 4.5 to the right, improve=0.8642857, (0 missing)
## Surrogate splits:
## hand < 1.5 to the right, agree=0.629, adj=0.071, (0 split)
## familysize < 1.5 to the left, agree=0.614, adj=0.036, (0 split)
##
## Node number 671: 10 observations
## predicted class=Normal expected loss=0.1 P(node) =0.000518726
## class counts: 0 0 9 1
## probabilities: 0.000 0.000 0.900 0.100
##
## Node number 672: 28 observations, complexity param=0.0002097755
## predicted class=Leve expected loss=0.6428571 P(node) =0.001452433
## class counts: 10 8 5 5
## probabilities: 0.357 0.286 0.179 0.179
## left son=1344 (7 obs) right son=1345 (21 obs)
## Primary splits:
## gender < 1.5 to the left, improve=0.9285714, (0 missing)
## EmotionalStability < 3.75 to the left, improve=0.8186813, (0 missing)
## religion < 8.5 to the left, improve=0.7956455, (0 missing)
## race < 45 to the right, improve=0.7849503, (0 missing)
## Agreeableness < 3.25 to the right, improve=0.7380952, (0 missing)
## Surrogate splits:
## Openness < 6.75 to the right, agree=0.857, adj=0.429, (0 split)
## Agreeableness < 2.5 to the left, agree=0.786, adj=0.143, (0 split)
##
## Node number 673: 65 observations, complexity param=0.0003566184
## predicted class=Severo expected loss=0.6153846 P(node) =0.003371719
## class counts: 12 18 10 25
## probabilities: 0.185 0.277 0.154 0.385
## left son=1346 (45 obs) right son=1347 (20 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=1.757265, (0 missing)
## Openness < 6.75 to the right, improve=1.536505, (0 missing)
## hand < 1.5 to the left, improve=1.355245, (0 missing)
## Extraversion < 5.25 to the right, improve=1.045768, (0 missing)
## familysize < 1.5 to the left, improve=1.031074, (0 missing)
## Surrogate splits:
## hand < 2.5 to the left, agree=0.738, adj=0.15, (0 split)
## religion < 11.5 to the left, agree=0.723, adj=0.10, (0 split)
## Openness < 1.75 to the right, agree=0.708, adj=0.05, (0 split)
## familysize < 1.5 to the right, agree=0.708, adj=0.05, (0 split)
##
## Node number 674: 186 observations, complexity param=0.0003566184
## predicted class=Severo expected loss=0.6666667 P(node) =0.009648304
## class counts: 35 46 43 62
## probabilities: 0.188 0.247 0.231 0.333
## left son=1348 (86 obs) right son=1349 (100 obs)
## Primary splits:
## urban < 2.5 to the left, improve=2.224991, (0 missing)
## Openness < 3.75 to the right, improve=1.561060, (0 missing)
## education < 1.5 to the left, improve=1.508528, (0 missing)
## married < 1.5 to the right, improve=1.414445, (0 missing)
## Agreeableness < 3.25 to the left, improve=1.371337, (0 missing)
## Surrogate splits:
## education < 2.5 to the right, agree=0.586, adj=0.105, (0 split)
## Openness < 6.25 to the right, agree=0.559, adj=0.047, (0 split)
## voted < 1.5 to the left, agree=0.559, adj=0.047, (0 split)
## familysize < 3.5 to the right, agree=0.559, adj=0.047, (0 split)
## EmotionalStability < 3.75 to the right, agree=0.554, adj=0.035, (0 split)
##
## Node number 675: 119 observations, complexity param=0.0003566184
## predicted class=Normal expected loss=0.6386555 P(node) =0.00617284
## class counts: 14 20 43 42
## probabilities: 0.118 0.168 0.361 0.353
## left son=1350 (53 obs) right son=1351 (66 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=2.435855, (0 missing)
## Agreeableness < 6.25 to the left, improve=1.904762, (0 missing)
## orientation < 2.5 to the right, improve=1.433282, (0 missing)
## Extraversion < 5.75 to the left, improve=1.196919, (0 missing)
## religion < 1.5 to the left, improve=1.088968, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the right, agree=0.689, adj=0.302, (0 split)
## race < 20 to the left, agree=0.622, adj=0.151, (0 split)
## religion < 9.5 to the right, agree=0.613, adj=0.132, (0 split)
## Extraversion < 4.75 to the left, agree=0.580, adj=0.057, (0 split)
## orientation < 3.5 to the right, agree=0.580, adj=0.057, (0 split)
##
## Node number 680: 50 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.42 P(node) =0.00259363
## class counts: 14 3 29 4
## probabilities: 0.280 0.060 0.580 0.080
## left son=1360 (23 obs) right son=1361 (27 obs)
## Primary splits:
## Conscientiousness < 3.75 to the left, improve=2.6569400, (0 missing)
## Openness < 5.75 to the left, improve=1.9100000, (0 missing)
## married < 1.5 to the left, improve=1.6488890, (0 missing)
## familysize < 7.5 to the right, improve=1.5041860, (0 missing)
## Extraversion < 5.25 to the left, improve=0.9438235, (0 missing)
## Surrogate splits:
## Extraversion < 4.75 to the left, agree=0.66, adj=0.261, (0 split)
## Openness < 5.75 to the left, agree=0.66, adj=0.261, (0 split)
## orientation < 0.5 to the left, agree=0.64, adj=0.217, (0 split)
## engnat < 1.5 to the left, agree=0.62, adj=0.174, (0 split)
## Agreeableness < 4.75 to the right, agree=0.60, adj=0.130, (0 split)
##
## Node number 681: 9 observations
## predicted class=Severo expected loss=0.4444444 P(node) =0.0004668534
## class counts: 3 0 1 5
## probabilities: 0.333 0.000 0.111 0.556
##
## Node number 686: 17 observations
## predicted class=Normal expected loss=0.4117647 P(node) =0.0008818342
## class counts: 1 2 10 4
## probabilities: 0.059 0.118 0.588 0.235
##
## Node number 687: 17 observations
## predicted class=Severo expected loss=0.4117647 P(node) =0.0008818342
## class counts: 1 3 3 10
## probabilities: 0.059 0.176 0.176 0.588
##
## Node number 688: 592 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6452703 P(node) =0.03070858
## class counts: 100 161 121 210
## probabilities: 0.169 0.272 0.204 0.355
## left son=1376 (293 obs) right son=1377 (299 obs)
## Primary splits:
## EmotionalStability < 3.75 to the right, improve=2.406122, (0 missing)
## urban < 2.5 to the right, improve=2.295775, (0 missing)
## orientation < 1.5 to the left, improve=2.265890, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.296001, (0 missing)
## familysize < 2.5 to the right, improve=1.247772, (0 missing)
## Surrogate splits:
## familysize < 3.5 to the right, agree=0.552, adj=0.096, (0 split)
## Extraversion < 3.75 to the right, agree=0.551, adj=0.092, (0 split)
## gender < 1.5 to the left, agree=0.539, adj=0.068, (0 split)
## voted < 1.5 to the left, agree=0.539, adj=0.068, (0 split)
## Openness < 3.75 to the right, agree=0.535, adj=0.061, (0 split)
##
## Node number 689: 12 observations
## predicted class=Severo expected loss=0.25 P(node) =0.0006224712
## class counts: 3 0 0 9
## probabilities: 0.250 0.000 0.000 0.750
##
## Node number 690: 38 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.6052632 P(node) =0.001971159
## class counts: 4 15 7 12
## probabilities: 0.105 0.395 0.184 0.316
## left son=1380 (31 obs) right son=1381 (7 obs)
## Primary splits:
## race < 65 to the left, improve=1.970652, (0 missing)
## Conscientiousness < 3.25 to the right, improve=1.811271, (0 missing)
## education < 2.5 to the right, improve=1.723392, (0 missing)
## orientation < 4.5 to the left, improve=1.128947, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.028947, (0 missing)
##
## Node number 691: 33 observations
## predicted class=Severo expected loss=0.2727273 P(node) =0.001711796
## class counts: 0 7 2 24
## probabilities: 0.000 0.212 0.061 0.727
##
## Node number 696: 39 observations, complexity param=0.0001573317
## predicted class=Moderado expected loss=0.6923077 P(node) =0.002023031
## class counts: 6 12 11 10
## probabilities: 0.154 0.308 0.282 0.256
## left son=1392 (17 obs) right son=1393 (22 obs)
## Primary splits:
## Extraversion < 3.75 to the left, improve=1.8249010, (0 missing)
## EmotionalStability < 3.75 to the left, improve=1.3436170, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.1068380, (0 missing)
## urban < 1.5 to the left, improve=1.0840200, (0 missing)
## religion < 7.5 to the right, improve=0.9062604, (0 missing)
## Surrogate splits:
## Agreeableness < 4.75 to the right, agree=0.667, adj=0.235, (0 split)
## Conscientiousness < 2.25 to the right, agree=0.615, adj=0.118, (0 split)
## urban < 1.5 to the right, agree=0.615, adj=0.118, (0 split)
## race < 35 to the left, agree=0.615, adj=0.118, (0 split)
## engnat < 1.5 to the right, agree=0.590, adj=0.059, (0 split)
##
## Node number 697: 14 observations
## predicted class=Severo expected loss=0.3571429 P(node) =0.0007262164
## class counts: 1 4 0 9
## probabilities: 0.071 0.286 0.000 0.643
##
## Node number 700: 10 observations
## predicted class=Leve expected loss=0.6 P(node) =0.000518726
## class counts: 4 2 2 2
## probabilities: 0.400 0.200 0.200 0.200
##
## Node number 701: 13 observations
## predicted class=Severo expected loss=0.3076923 P(node) =0.0006743438
## class counts: 0 2 2 9
## probabilities: 0.000 0.154 0.154 0.692
##
## Node number 704: 63 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.5873016 P(node) =0.003267974
## class counts: 14 9 26 14
## probabilities: 0.222 0.143 0.413 0.222
## left son=1408 (54 obs) right son=1409 (9 obs)
## Primary splits:
## Extraversion < 1.25 to the right, improve=1.5396830, (0 missing)
## race < 45 to the right, improve=1.4514830, (0 missing)
## voted < 1.5 to the left, improve=1.1535710, (0 missing)
## Openness < 5.75 to the right, improve=1.0916920, (0 missing)
## orientation < 0.5 to the left, improve=0.8864331, (0 missing)
## Surrogate splits:
## Openness < 6.25 to the left, agree=0.873, adj=0.111, (0 split)
##
## Node number 705: 11 observations
## predicted class=Severo expected loss=0.3636364 P(node) =0.0005705986
## class counts: 0 1 3 7
## probabilities: 0.000 0.091 0.273 0.636
##
## Node number 706: 212 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.5943396 P(node) =0.01099699
## class counts: 36 48 42 86
## probabilities: 0.170 0.226 0.198 0.406
## left son=1412 (191 obs) right son=1413 (21 obs)
## Primary splits:
## education < 1.5 to the right, improve=2.526853, (0 missing)
## married < 1.5 to the right, improve=1.840487, (0 missing)
## Openness < 5.25 to the right, improve=1.466855, (0 missing)
## orientation < 2.5 to the left, improve=1.389110, (0 missing)
## familysize < 7.5 to the left, improve=1.358359, (0 missing)
##
## Node number 707: 50 observations
## predicted class=Severo expected loss=0.46 P(node) =0.00259363
## class counts: 5 3 15 27
## probabilities: 0.100 0.060 0.300 0.540
##
## Node number 708: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 1 1 4
## probabilities: 0.143 0.143 0.143 0.571
##
## Node number 709: 22 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.4090909 P(node) =0.001141197
## class counts: 1 1 13 7
## probabilities: 0.045 0.045 0.591 0.318
## left son=1418 (12 obs) right son=1419 (10 obs)
## Primary splits:
## voted < 1.5 to the right, improve=1.3666670, (0 missing)
## EmotionalStability < 3.75 to the left, improve=1.2820510, (0 missing)
## education < 3.5 to the left, improve=0.9714286, (0 missing)
## Extraversion < 1.75 to the right, improve=0.8333333, (0 missing)
## Openness < 5.75 to the left, improve=0.3247863, (0 missing)
## Surrogate splits:
## education < 2.5 to the left, agree=0.818, adj=0.6, (0 split)
## Agreeableness < 6.25 to the right, agree=0.727, adj=0.4, (0 split)
## EmotionalStability < 3.75 to the left, agree=0.682, adj=0.3, (0 split)
## Openness < 5.75 to the left, agree=0.682, adj=0.3, (0 split)
## urban < 2.5 to the left, agree=0.682, adj=0.3, (0 split)
##
## Node number 710: 29 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.6206897 P(node) =0.001504305
## class counts: 1 7 10 11
## probabilities: 0.034 0.241 0.345 0.379
## left son=1420 (15 obs) right son=1421 (14 obs)
## Primary splits:
## Openness < 5.25 to the right, improve=2.217077, (0 missing)
## gender < 1.5 to the left, improve=2.135692, (0 missing)
## education < 2.5 to the left, improve=1.523859, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.188506, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.140021, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the left, agree=0.655, adj=0.286, (0 split)
## orientation < 1.5 to the right, agree=0.655, adj=0.286, (0 split)
## race < 15 to the right, agree=0.655, adj=0.286, (0 split)
## Extraversion < 2.25 to the right, agree=0.621, adj=0.214, (0 split)
## education < 2.5 to the right, agree=0.621, adj=0.214, (0 split)
##
## Node number 711: 43 observations
## predicted class=Severo expected loss=0.3255814 P(node) =0.002230522
## class counts: 2 5 7 29
## probabilities: 0.047 0.116 0.163 0.674
##
## Node number 718: 14 observations
## predicted class=Moderado expected loss=0.6428571 P(node) =0.0007262164
## class counts: 3 5 2 4
## probabilities: 0.214 0.357 0.143 0.286
##
## Node number 719: 138 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3695652 P(node) =0.007158419
## class counts: 9 18 24 87
## probabilities: 0.065 0.130 0.174 0.630
## left son=1438 (104 obs) right son=1439 (34 obs)
## Primary splits:
## Extraversion < 1.25 to the right, improve=1.4405370, (0 missing)
## education < 2.5 to the left, improve=1.4399430, (0 missing)
## race < 40 to the right, improve=1.4029610, (0 missing)
## familysize < 2.5 to the left, improve=0.9247914, (0 missing)
## engnat < 1.5 to the left, improve=0.9043874, (0 missing)
## Surrogate splits:
## Openness < 6.25 to the left, agree=0.768, adj=0.059, (0 split)
## hand < 2.5 to the left, agree=0.761, adj=0.029, (0 split)
## religion < 11 to the left, agree=0.761, adj=0.029, (0 split)
##
## Node number 744: 17 observations
## predicted class=Moderado expected loss=0.4705882 P(node) =0.0008818342
## class counts: 3 9 0 5
## probabilities: 0.176 0.529 0.000 0.294
##
## Node number 745: 45 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.6 P(node) =0.002334267
## class counts: 5 12 10 18
## probabilities: 0.111 0.267 0.222 0.400
## left son=1490 (13 obs) right son=1491 (32 obs)
## Primary splits:
## Conscientiousness < 2.75 to the left, improve=1.9135680, (0 missing)
## married < 1.5 to the right, improve=1.4235740, (0 missing)
## gender < 1.5 to the right, improve=0.9558429, (0 missing)
## Openness < 3.75 to the left, improve=0.9327991, (0 missing)
## EmotionalStability < 3.75 to the left, improve=0.8419851, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the left, agree=0.733, adj=0.077, (0 split)
##
## Node number 748: 21 observations, complexity param=0.0001398504
## predicted class=Moderado expected loss=0.6190476 P(node) =0.001089325
## class counts: 1 8 5 7
## probabilities: 0.048 0.381 0.238 0.333
## left son=1496 (13 obs) right son=1497 (8 obs)
## Primary splits:
## race < 35 to the right, improve=1.5155680, (0 missing)
## Openness < 3.75 to the left, improve=1.0952380, (0 missing)
## urban < 2.5 to the left, improve=0.7264069, (0 missing)
## Extraversion < 2.25 to the right, improve=0.5238095, (0 missing)
## Conscientiousness < 2.75 to the left, improve=0.3264069, (0 missing)
## Surrogate splits:
## religion < 6.5 to the left, agree=0.810, adj=0.500, (0 split)
## familysize < 3.5 to the left, agree=0.810, adj=0.500, (0 split)
## orientation < 1.5 to the left, agree=0.762, adj=0.375, (0 split)
## engnat < 1.5 to the left, agree=0.714, adj=0.250, (0 split)
##
## Node number 749: 32 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.34375 P(node) =0.001659923
## class counts: 0 3 8 21
## probabilities: 0.000 0.094 0.250 0.656
## left son=1498 (22 obs) right son=1499 (10 obs)
## Primary splits:
## Openness < 3.25 to the right, improve=2.7556820, (0 missing)
## race < 35 to the left, improve=1.0292870, (0 missing)
## religion < 7.5 to the right, improve=0.8639069, (0 missing)
## Extraversion < 2.25 to the left, improve=0.6676587, (0 missing)
## urban < 2.5 to the right, improve=0.6257591, (0 missing)
## Surrogate splits:
## Extraversion < 2.25 to the left, agree=0.750, adj=0.2, (0 split)
## Agreeableness < 3.25 to the right, agree=0.750, adj=0.2, (0 split)
## voted < 1.5 to the right, agree=0.750, adj=0.2, (0 split)
## married < 1.5 to the left, agree=0.750, adj=0.2, (0 split)
## Conscientiousness < 3.25 to the left, agree=0.719, adj=0.1, (0 split)
##
## Node number 768: 49 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.6530612 P(node) =0.002541757
## class counts: 9 17 7 16
## probabilities: 0.184 0.347 0.143 0.327
## left son=1536 (7 obs) right son=1537 (42 obs)
## Primary splits:
## Agreeableness < 5.75 to the right, improve=1.843537, (0 missing)
## hand < 1.5 to the left, improve=1.700680, (0 missing)
## engnat < 1.5 to the left, improve=1.486395, (0 missing)
## gender < 1.5 to the right, improve=1.280045, (0 missing)
## education < 2.5 to the right, improve=1.110697, (0 missing)
## Surrogate splits:
## gender < 2.5 to the right, agree=0.878, adj=0.143, (0 split)
##
## Node number 769: 73 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.6438356 P(node) =0.0037867
## class counts: 10 22 26 15
## probabilities: 0.137 0.301 0.356 0.205
## left son=1538 (51 obs) right son=1539 (22 obs)
## Primary splits:
## Openness < 5.75 to the left, improve=2.1994240, (0 missing)
## familysize < 4.5 to the right, improve=1.6337250, (0 missing)
## Agreeableness < 5.75 to the right, improve=1.4806110, (0 missing)
## Conscientiousness < 5.75 to the right, improve=1.1712540, (0 missing)
## education < 3.5 to the right, improve=0.9562355, (0 missing)
## Surrogate splits:
## gender < 1.5 to the right, agree=0.753, adj=0.182, (0 split)
## hand < 2.5 to the left, agree=0.740, adj=0.136, (0 split)
## religion < 1.5 to the right, agree=0.740, adj=0.136, (0 split)
## urban < 0.5 to the right, agree=0.726, adj=0.091, (0 split)
## orientation < 0.5 to the right, agree=0.726, adj=0.091, (0 split)
##
## Node number 770: 42 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.5952381 P(node) =0.002178649
## class counts: 3 12 17 10
## probabilities: 0.071 0.286 0.405 0.238
## left son=1540 (15 obs) right son=1541 (27 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=2.754497, (0 missing)
## orientation < 1.5 to the left, improve=1.499084, (0 missing)
## gender < 1.5 to the left, improve=1.323810, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.261905, (0 missing)
## familysize < 4.5 to the right, improve=1.154062, (0 missing)
## Surrogate splits:
## orientation < 4.5 to the right, agree=0.690, adj=0.133, (0 split)
## Agreeableness < 2.75 to the left, agree=0.667, adj=0.067, (0 split)
## hand < 1.5 to the right, agree=0.667, adj=0.067, (0 split)
##
## Node number 771: 80 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4875 P(node) =0.004149808
## class counts: 13 11 15 41
## probabilities: 0.163 0.138 0.188 0.513
## left son=1542 (66 obs) right son=1543 (14 obs)
## Primary splits:
## religion < 7.5 to the right, improve=1.710173, (0 missing)
## Openness < 3.25 to the left, improve=1.494444, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.319439, (0 missing)
## familysize < 2.5 to the right, improve=1.145238, (0 missing)
## engnat < 1.5 to the left, improve=1.044505, (0 missing)
## Surrogate splits:
## familysize < 0.5 to the right, agree=0.838, adj=0.071, (0 split)
##
## Node number 774: 64 observations, complexity param=0.0001678204
## predicted class=Severo expected loss=0.609375 P(node) =0.003319846
## class counts: 15 18 6 25
## probabilities: 0.234 0.281 0.094 0.391
## left son=1548 (46 obs) right son=1549 (18 obs)
## Primary splits:
## urban < 1.5 to the right, improve=1.9826390, (0 missing)
## orientation < 3 to the left, improve=1.7723210, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.5104170, (0 missing)
## Extraversion < 5.25 to the right, improve=0.7826389, (0 missing)
## familysize < 5.5 to the right, improve=0.7604167, (0 missing)
## Surrogate splits:
## religion < 6.5 to the right, agree=0.734, adj=0.056, (0 split)
## familysize < 8.5 to the left, agree=0.734, adj=0.056, (0 split)
##
## Node number 775: 27 observations
## predicted class=Severo expected loss=0.4074074 P(node) =0.00140056
## class counts: 0 6 5 16
## probabilities: 0.000 0.222 0.185 0.593
##
## Node number 780: 55 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.6363636 P(node) =0.002852993
## class counts: 7 12 20 16
## probabilities: 0.127 0.218 0.364 0.291
## left son=1560 (44 obs) right son=1561 (11 obs)
## Primary splits:
## married < 1.5 to the left, improve=1.7000000, (0 missing)
## hand < 1.5 to the right, improve=1.6303030, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.5822120, (0 missing)
## religion < 7.5 to the left, improve=0.9372923, (0 missing)
## voted < 1.5 to the right, improve=0.8158886, (0 missing)
## Surrogate splits:
## Conscientiousness < 6.75 to the left, agree=0.836, adj=0.182, (0 split)
## education < 3.5 to the left, agree=0.836, adj=0.182, (0 split)
##
## Node number 781: 12 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0006224712
## class counts: 4 0 2 6
## probabilities: 0.333 0.000 0.167 0.500
##
## Node number 784: 21 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.5238095 P(node) =0.001089325
## class counts: 5 10 3 3
## probabilities: 0.238 0.476 0.143 0.143
## left son=1568 (9 obs) right son=1569 (12 obs)
## Primary splits:
## urban < 2.5 to the left, improve=2.0238100, (0 missing)
## Extraversion < 4.25 to the left, improve=1.1904760, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.1904760, (0 missing)
## Openness < 2.75 to the right, improve=0.6190476, (0 missing)
## familysize < 3.5 to the right, improve=0.5793651, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the left, agree=0.714, adj=0.333, (0 split)
## Extraversion < 4.25 to the right, agree=0.667, adj=0.222, (0 split)
## Openness < 2.75 to the right, agree=0.667, adj=0.222, (0 split)
## voted < 1.5 to the left, agree=0.667, adj=0.222, (0 split)
## familysize < 2.5 to the left, agree=0.667, adj=0.222, (0 split)
##
## Node number 785: 11 observations
## predicted class=Normal expected loss=0.4545455 P(node) =0.0005705986
## class counts: 0 3 6 2
## probabilities: 0.000 0.273 0.545 0.182
##
## Node number 786: 134 observations, complexity param=0.0002797007
## predicted class=Moderado expected loss=0.6343284 P(node) =0.006950929
## class counts: 20 49 16 49
## probabilities: 0.149 0.366 0.119 0.366
## left son=1572 (31 obs) right son=1573 (103 obs)
## Primary splits:
## education < 3.5 to the right, improve=1.761610, (0 missing)
## religion < 9.5 to the left, improve=1.498960, (0 missing)
## Conscientiousness < 5.75 to the right, improve=1.425800, (0 missing)
## Extraversion < 6.75 to the left, improve=1.369894, (0 missing)
## familysize < 2.5 to the left, improve=1.367921, (0 missing)
## Surrogate splits:
## Openness < 6.75 to the right, agree=0.784, adj=0.065, (0 split)
## familysize < 7.5 to the right, agree=0.784, adj=0.065, (0 split)
## married < 1.5 to the right, agree=0.776, adj=0.032, (0 split)
##
## Node number 787: 7 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0003631082
## class counts: 1 0 1 5
## probabilities: 0.143 0.000 0.143 0.714
##
## Node number 790: 36 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5833333 P(node) =0.001867414
## class counts: 4 8 9 15
## probabilities: 0.111 0.222 0.250 0.417
## left son=1580 (12 obs) right son=1581 (24 obs)
## Primary splits:
## Conscientiousness < 4.75 to the left, improve=1.8611110, (0 missing)
## orientation < 2.5 to the right, improve=1.0555560, (0 missing)
## engnat < 1.5 to the right, improve=0.6111111, (0 missing)
## Openness < 4.25 to the right, improve=0.4931624, (0 missing)
## familysize < 3.5 to the right, improve=0.2027778, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the left, agree=0.778, adj=0.333, (0 split)
## hand < 1.5 to the right, agree=0.694, adj=0.083, (0 split)
##
## Node number 791: 9 observations
## predicted class=Normal expected loss=0.3333333 P(node) =0.0004668534
## class counts: 0 0 6 3
## probabilities: 0.000 0.000 0.667 0.333
##
## Node number 792: 28 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.6071429 P(node) =0.001452433
## class counts: 6 6 11 5
## probabilities: 0.214 0.214 0.393 0.179
## left son=1584 (10 obs) right son=1585 (18 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=3.0365080, (0 missing)
## Agreeableness < 4.25 to the left, improve=3.0059520, (0 missing)
## familysize < 3.5 to the left, improve=1.6706960, (0 missing)
## education < 1.5 to the left, improve=0.8809524, (0 missing)
## Conscientiousness < 6.25 to the left, improve=0.6142857, (0 missing)
## Surrogate splits:
## hand < 1.5 to the right, agree=0.750, adj=0.3, (0 split)
## Conscientiousness < 6.75 to the right, agree=0.714, adj=0.2, (0 split)
## engnat < 1.5 to the left, agree=0.714, adj=0.2, (0 split)
## Extraversion < 5.75 to the right, agree=0.679, adj=0.1, (0 split)
## Agreeableness < 4.75 to the left, agree=0.679, adj=0.1, (0 split)
##
## Node number 793: 61 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5245902 P(node) =0.003164229
## class counts: 11 11 10 29
## probabilities: 0.180 0.180 0.164 0.475
## left son=1586 (11 obs) right son=1587 (50 obs)
## Primary splits:
## orientation < 2.5 to the right, improve=1.6320120, (0 missing)
## Extraversion < 5.75 to the left, improve=1.3990740, (0 missing)
## urban < 2.5 to the left, improve=1.3083120, (0 missing)
## Openness < 3.25 to the right, improve=1.2604040, (0 missing)
## familysize < 2.5 to the right, improve=0.7282965, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the left, agree=0.852, adj=0.182, (0 split)
## education < 0.5 to the left, agree=0.852, adj=0.182, (0 split)
##
## Node number 798: 36 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4722222 P(node) =0.001867414
## class counts: 2 8 7 19
## probabilities: 0.056 0.222 0.194 0.528
## left son=1596 (25 obs) right son=1597 (11 obs)
## Primary splits:
## Conscientiousness < 4.75 to the right, improve=2.0094950, (0 missing)
## Openness < 5.25 to the right, improve=1.3476090, (0 missing)
## religion < 1.5 to the left, improve=0.9783799, (0 missing)
## education < 1.5 to the right, improve=0.9507937, (0 missing)
## orientation < 2.5 to the left, improve=0.6926656, (0 missing)
## Surrogate splits:
## gender < 1.5 to the right, agree=0.778, adj=0.273, (0 split)
## orientation < 2.5 to the left, agree=0.722, adj=0.091, (0 split)
##
## Node number 799: 38 observations
## predicted class=Severo expected loss=0.2105263 P(node) =0.001971159
## class counts: 1 2 5 30
## probabilities: 0.026 0.053 0.132 0.789
##
## Node number 800: 94 observations, complexity param=0.0001704426
## predicted class=Moderado expected loss=0.6595745 P(node) =0.004876024
## class counts: 14 32 20 28
## probabilities: 0.149 0.340 0.213 0.298
## left son=1600 (80 obs) right son=1601 (14 obs)
## Primary splits:
## familysize < 1.5 to the right, improve=1.8326750, (0 missing)
## Extraversion < 5.75 to the right, improve=1.7322750, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.2612390, (0 missing)
## education < 3.5 to the left, improve=1.0576750, (0 missing)
## gender < 1.5 to the right, improve=0.9255319, (0 missing)
##
## Node number 801: 250 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.552 P(node) =0.01296815
## class counts: 25 63 50 112
## probabilities: 0.100 0.252 0.200 0.448
## left son=1602 (214 obs) right son=1603 (36 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=2.321832, (0 missing)
## hand < 1.5 to the left, improve=2.291049, (0 missing)
## Extraversion < 4.25 to the left, improve=2.171757, (0 missing)
## married < 1.5 to the right, improve=2.069098, (0 missing)
## education < 3.5 to the left, improve=1.605848, (0 missing)
##
## Node number 808: 23 observations
## predicted class=Moderado expected loss=0.3913043 P(node) =0.00119307
## class counts: 1 14 2 6
## probabilities: 0.043 0.609 0.087 0.261
##
## Node number 809: 7 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0003631082
## class counts: 0 2 0 5
## probabilities: 0.000 0.286 0.000 0.714
##
## Node number 812: 19 observations
## predicted class=Severo expected loss=0.4736842 P(node) =0.0009855794
## class counts: 5 1 3 10
## probabilities: 0.263 0.053 0.158 0.526
##
## Node number 813: 51 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4901961 P(node) =0.002645503
## class counts: 2 16 7 26
## probabilities: 0.039 0.314 0.137 0.510
## left son=1626 (37 obs) right son=1627 (14 obs)
## Primary splits:
## gender < 1.5 to the right, improve=2.2306760, (0 missing)
## hand < 1.5 to the right, improve=1.6228600, (0 missing)
## religion < 3 to the right, improve=1.5525540, (0 missing)
## orientation < 2.5 to the right, improve=1.4767510, (0 missing)
## Extraversion < 5.25 to the left, improve=0.7084967, (0 missing)
## Surrogate splits:
## religion < 3 to the right, agree=0.765, adj=0.143, (0 split)
##
## Node number 818: 49 observations, complexity param=0.0001648236
## predicted class=Severo expected loss=0.5918367 P(node) =0.002541757
## class counts: 3 17 9 20
## probabilities: 0.061 0.347 0.184 0.408
## left son=1636 (38 obs) right son=1637 (11 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=1.834098, (0 missing)
## Extraversion < 4.75 to the right, improve=1.816327, (0 missing)
## Openness < 5.25 to the right, improve=1.399477, (0 missing)
## race < 45 to the left, improve=1.307596, (0 missing)
## urban < 2.5 to the left, improve=1.185374, (0 missing)
## Surrogate splits:
## religion < 8.5 to the right, agree=0.837, adj=0.273, (0 split)
##
## Node number 819: 144 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.4583333 P(node) =0.007469655
## class counts: 14 36 16 78
## probabilities: 0.097 0.250 0.111 0.542
## left son=1638 (133 obs) right son=1639 (11 obs)
## Primary splits:
## Openness < 3.25 to the right, improve=1.3595730, (0 missing)
## engnat < 1.5 to the left, improve=1.2695550, (0 missing)
## Agreeableness < 5.75 to the right, improve=1.0146560, (0 missing)
## religion < 6.5 to the left, improve=0.9019536, (0 missing)
## hand < 1.5 to the right, improve=0.8923611, (0 missing)
##
## Node number 822: 28 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4285714 P(node) =0.001452433
## class counts: 0 11 1 16
## probabilities: 0.000 0.393 0.036 0.571
## left son=1644 (7 obs) right son=1645 (21 obs)
## Primary splits:
## voted < 1.5 to the left, improve=1.1666670, (0 missing)
## familysize < 4.5 to the right, improve=0.5818713, (0 missing)
## education < 2.5 to the right, improve=0.5615385, (0 missing)
## Openness < 4.25 to the left, improve=0.4111111, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.3245614, (0 missing)
##
## Node number 823: 14 observations
## predicted class=Severo expected loss=0.07142857 P(node) =0.0007262164
## class counts: 0 1 0 13
## probabilities: 0.000 0.071 0.000 0.929
##
## Node number 824: 56 observations, complexity param=0.0001258653
## predicted class=Severo expected loss=0.5714286 P(node) =0.002904866
## class counts: 5 20 7 24
## probabilities: 0.089 0.357 0.125 0.429
## left son=1648 (46 obs) right son=1649 (10 obs)
## Primary splits:
## Agreeableness < 3.25 to the right, improve=2.136957, (0 missing)
## hand < 1.5 to the left, improve=1.625000, (0 missing)
## Conscientiousness < 2.75 to the left, improve=1.020833, (0 missing)
## voted < 1.5 to the left, improve=1.005556, (0 missing)
## familysize < 1.5 to the left, improve=0.875000, (0 missing)
##
## Node number 825: 8 observations
## predicted class=Severo expected loss=0.125 P(node) =0.0004149808
## class counts: 1 0 0 7
## probabilities: 0.125 0.000 0.000 0.875
##
## Node number 842: 26 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.6153846 P(node) =0.001348688
## class counts: 4 7 5 10
## probabilities: 0.154 0.269 0.192 0.385
## left son=1684 (8 obs) right son=1685 (18 obs)
## Primary splits:
## orientation < 1.5 to the right, improve=1.4423080, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.7892774, (0 missing)
## education < 2.5 to the left, improve=0.7184515, (0 missing)
## Openness < 6.75 to the right, improve=0.5746606, (0 missing)
## EmotionalStability < 2.75 to the left, improve=0.5118566, (0 missing)
## Surrogate splits:
## religion < 9 to the left, agree=0.769, adj=0.250, (0 split)
## Extraversion < 2.25 to the left, agree=0.731, adj=0.125, (0 split)
## Agreeableness < 3.5 to the left, agree=0.731, adj=0.125, (0 split)
##
## Node number 843: 21 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4285714 P(node) =0.001089325
## class counts: 1 2 6 12
## probabilities: 0.048 0.095 0.286 0.571
## left son=1686 (7 obs) right son=1687 (14 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=1.4761900, (0 missing)
## education < 2.5 to the right, improve=1.1327840, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.8632035, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.5793651, (0 missing)
## Extraversion < 2.25 to the right, improve=0.4995671, (0 missing)
## Surrogate splits:
## education < 2.5 to the right, agree=0.762, adj=0.286, (0 split)
## Agreeableness < 6.75 to the right, agree=0.714, adj=0.143, (0 split)
## race < 20 to the left, agree=0.714, adj=0.143, (0 split)
##
## Node number 848: 122 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.5819672 P(node) =0.006328457
## class counts: 19 26 26 51
## probabilities: 0.156 0.213 0.213 0.418
## left son=1696 (80 obs) right son=1697 (42 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=2.079820, (0 missing)
## religion < 2.5 to the left, improve=1.466204, (0 missing)
## engnat < 1.5 to the left, improve=1.350938, (0 missing)
## hand < 1.5 to the left, improve=1.184156, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.116478, (0 missing)
## Surrogate splits:
## familysize < 4.5 to the left, agree=0.680, adj=0.071, (0 split)
## urban < 1.5 to the right, agree=0.672, adj=0.048, (0 split)
## gender < 2.5 to the left, agree=0.672, adj=0.048, (0 split)
## religion < 0.5 to the right, agree=0.664, adj=0.024, (0 split)
## married < 2.5 to the left, agree=0.664, adj=0.024, (0 split)
##
## Node number 849: 98 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.4489796 P(node) =0.005083515
## class counts: 12 12 20 54
## probabilities: 0.122 0.122 0.204 0.551
## left son=1698 (28 obs) right son=1699 (70 obs)
## Primary splits:
## voted < 1.5 to the left, improve=1.2673470, (0 missing)
## familysize < 3.5 to the left, improve=1.2135310, (0 missing)
## Extraversion < 1.25 to the left, improve=1.1898580, (0 missing)
## urban < 2.5 to the left, improve=0.9174723, (0 missing)
## Openness < 3.25 to the left, improve=0.8270539, (0 missing)
## Surrogate splits:
## education < 0.5 to the left, agree=0.745, adj=0.107, (0 split)
## Conscientiousness < 5.75 to the right, agree=0.724, adj=0.036, (0 split)
##
## Node number 860: 489 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.406953 P(node) =0.0253657
## class counts: 37 111 51 290
## probabilities: 0.076 0.227 0.104 0.593
## left son=1720 (41 obs) right son=1721 (448 obs)
## Primary splits:
## familysize < 1.5 to the left, improve=2.190434, (0 missing)
## Openness < 5.75 to the left, improve=1.911502, (0 missing)
## Extraversion < 1.25 to the right, improve=1.653646, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.582018, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.423620, (0 missing)
##
## Node number 861: 12 observations
## predicted class=Severo expected loss=0.08333333 P(node) =0.0006224712
## class counts: 1 0 0 11
## probabilities: 0.083 0.000 0.000 0.917
##
## Node number 884: 49 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.5306122 P(node) =0.002541757
## class counts: 4 19 3 23
## probabilities: 0.082 0.388 0.061 0.469
## left son=1768 (33 obs) right son=1769 (16 obs)
## Primary splits:
## religion < 7.5 to the right, improve=2.0916820, (0 missing)
## orientation < 1.5 to the left, improve=1.5992580, (0 missing)
## Agreeableness < 4.25 to the left, improve=0.7245239, (0 missing)
## Conscientiousness < 3.25 to the left, improve=0.7144905, (0 missing)
## urban < 2.5 to the right, improve=0.5765306, (0 missing)
## Surrogate splits:
## Openness < 5.25 to the left, agree=0.796, adj=0.375, (0 split)
## Agreeableness < 3.25 to the right, agree=0.755, adj=0.250, (0 split)
## race < 35 to the left, agree=0.755, adj=0.250, (0 split)
## voted < 1.5 to the right, agree=0.755, adj=0.250, (0 split)
## urban < 0.5 to the right, agree=0.694, adj=0.063, (0 split)
##
## Node number 885: 79 observations
## predicted class=Severo expected loss=0.3544304 P(node) =0.004097935
## class counts: 6 19 3 51
## probabilities: 0.076 0.241 0.038 0.646
##
## Node number 888: 12 observations
## predicted class=Moderado expected loss=0.3333333 P(node) =0.0006224712
## class counts: 2 8 1 1
## probabilities: 0.167 0.667 0.083 0.083
##
## Node number 889: 9 observations
## predicted class=Severo expected loss=0.2222222 P(node) =0.0004668534
## class counts: 1 0 1 7
## probabilities: 0.111 0.000 0.111 0.778
##
## Node number 960: 109 observations, complexity param=0.0002097755
## predicted class=Moderado expected loss=0.6146789 P(node) =0.005654113
## class counts: 17 42 15 35
## probabilities: 0.156 0.385 0.138 0.321
## left son=1920 (63 obs) right son=1921 (46 obs)
## Primary splits:
## Conscientiousness < 5.25 to the left, improve=3.063213, (0 missing)
## race < 40 to the right, improve=2.327100, (0 missing)
## familysize < 2.5 to the right, improve=2.076305, (0 missing)
## religion < 7.5 to the left, improve=1.652158, (0 missing)
## orientation < 1.5 to the right, improve=1.634185, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the left, agree=0.670, adj=0.217, (0 split)
## race < 15 to the left, agree=0.670, adj=0.217, (0 split)
## religion < 6.5 to the right, agree=0.624, adj=0.109, (0 split)
## orientation < 1.5 to the left, agree=0.624, adj=0.109, (0 split)
## Agreeableness < 6.75 to the left, agree=0.606, adj=0.065, (0 split)
##
## Node number 961: 86 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4534884 P(node) =0.004461044
## class counts: 9 21 9 47
## probabilities: 0.105 0.244 0.105 0.547
## left son=1922 (37 obs) right son=1923 (49 obs)
## Primary splits:
## Extraversion < 5.75 to the right, improve=5.219590, (0 missing)
## Openness < 5.75 to the right, improve=3.697750, (0 missing)
## religion < 7.5 to the left, improve=2.139739, (0 missing)
## Agreeableness < 3.25 to the left, improve=1.711117, (0 missing)
## orientation < 0.5 to the right, improve=1.386020, (0 missing)
## Surrogate splits:
## race < 15 to the right, agree=0.698, adj=0.297, (0 split)
## Openness < 5.75 to the right, agree=0.663, adj=0.216, (0 split)
## engnat < 1.5 to the left, agree=0.628, adj=0.135, (0 split)
## married < 1.5 to the right, agree=0.628, adj=0.135, (0 split)
## Agreeableness < 4.25 to the right, agree=0.616, adj=0.108, (0 split)
##
## Node number 964: 30 observations, complexity param=0.0001398504
## predicted class=Moderado expected loss=0.6 P(node) =0.001556178
## class counts: 5 12 2 11
## probabilities: 0.167 0.400 0.067 0.367
## left son=1928 (9 obs) right son=1929 (21 obs)
## Primary splits:
## Conscientiousness < 4.25 to the left, improve=1.2158730, (0 missing)
## religion < 5.5 to the left, improve=1.1000000, (0 missing)
## Openness < 4.75 to the left, improve=0.8250000, (0 missing)
## orientation < 1.5 to the right, improve=0.6761905, (0 missing)
## education < 1.5 to the right, improve=0.5409091, (0 missing)
## Surrogate splits:
## education < 0.5 to the left, agree=0.767, adj=0.222, (0 split)
## Openness < 3.75 to the left, agree=0.733, adj=0.111, (0 split)
## orientation < 3.5 to the right, agree=0.733, adj=0.111, (0 split)
## familysize < 4.5 to the right, agree=0.733, adj=0.111, (0 split)
##
## Node number 965: 93 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3655914 P(node) =0.004824152
## class counts: 6 18 10 59
## probabilities: 0.065 0.194 0.108 0.634
## left son=1930 (73 obs) right son=1931 (20 obs)
## Primary splits:
## orientation < 2.5 to the left, improve=2.1455740, (0 missing)
## familysize < 3.5 to the left, improve=1.0984030, (0 missing)
## married < 1.5 to the left, improve=0.9677736, (0 missing)
## Openness < 2.75 to the left, improve=0.6269782, (0 missing)
## religion < 7.5 to the left, improve=0.5875448, (0 missing)
## Surrogate splits:
## Agreeableness < 1.25 to the right, agree=0.806, adj=0.10, (0 split)
## race < 65 to the left, agree=0.796, adj=0.05, (0 split)
##
## Node number 968: 39 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.6410256 P(node) =0.002023031
## class counts: 9 12 4 14
## probabilities: 0.231 0.308 0.103 0.359
## left son=1936 (19 obs) right son=1937 (20 obs)
## Primary splits:
## familysize < 2.5 to the left, improve=2.647503, (0 missing)
## Extraversion < 3.75 to the right, improve=1.928800, (0 missing)
## urban < 2.5 to the left, improve=1.479654, (0 missing)
## education < 2.5 to the left, improve=1.409002, (0 missing)
## orientation < 1.5 to the right, improve=1.401768, (0 missing)
## Surrogate splits:
## religion < 3 to the left, agree=0.667, adj=0.316, (0 split)
## Agreeableness < 5.25 to the left, agree=0.641, adj=0.263, (0 split)
## voted < 1.5 to the left, agree=0.641, adj=0.263, (0 split)
## Openness < 6.25 to the left, agree=0.615, adj=0.211, (0 split)
## urban < 2.5 to the right, agree=0.615, adj=0.211, (0 split)
##
## Node number 969: 222 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3963964 P(node) =0.01151572
## class counts: 30 37 21 134
## probabilities: 0.135 0.167 0.095 0.604
## left son=1938 (93 obs) right son=1939 (129 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=1.3330160, (0 missing)
## orientation < 1.5 to the left, improve=1.2313110, (0 missing)
## Extraversion < 1.75 to the right, improve=1.2108240, (0 missing)
## race < 65 to the left, improve=0.9531697, (0 missing)
## Conscientiousness < 5.75 to the right, improve=0.8042638, (0 missing)
## Surrogate splits:
## gender < 1.5 to the left, agree=0.631, adj=0.118, (0 split)
## education < 3.5 to the right, agree=0.622, adj=0.097, (0 split)
## orientation < 3.5 to the right, agree=0.590, adj=0.022, (0 split)
## familysize < 0.5 to the left, agree=0.590, adj=0.022, (0 split)
## Openness < 6.75 to the right, agree=0.586, adj=0.011, (0 split)
##
## Node number 972: 738 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.3319783 P(node) =0.03828198
## class counts: 33 158 54 493
## probabilities: 0.045 0.214 0.073 0.668
## left son=1944 (590 obs) right son=1945 (148 obs)
## Primary splits:
## orientation < 2.5 to the left, improve=2.454205, (0 missing)
## familysize < 3.5 to the left, improve=2.100167, (0 missing)
## Conscientiousness < 4.75 to the right, improve=2.019934, (0 missing)
## race < 55 to the right, improve=1.640376, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.459404, (0 missing)
## Surrogate splits:
## familysize < 0.5 to the right, agree=0.802, adj=0.014, (0 split)
## gender < 2.5 to the left, agree=0.801, adj=0.007, (0 split)
##
## Node number 973: 102 observations
## predicted class=Severo expected loss=0.2058824 P(node) =0.005291005
## class counts: 1 11 9 81
## probabilities: 0.010 0.108 0.088 0.794
##
## Node number 976: 11 observations
## predicted class=Moderado expected loss=0.2727273 P(node) =0.0005705986
## class counts: 2 8 0 1
## probabilities: 0.182 0.727 0.000 0.091
##
## Node number 977: 12 observations
## predicted class=Severo expected loss=0.4166667 P(node) =0.0006224712
## class counts: 2 2 1 7
## probabilities: 0.167 0.167 0.083 0.583
##
## Node number 978: 8 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0004149808
## class counts: 1 2 4 1
## probabilities: 0.125 0.250 0.500 0.125
##
## Node number 979: 152 observations, complexity param=0.0001311097
## predicted class=Severo expected loss=0.3486842 P(node) =0.007884635
## class counts: 15 21 17 99
## probabilities: 0.099 0.138 0.112 0.651
## left son=1958 (116 obs) right son=1959 (36 obs)
## Primary splits:
## Conscientiousness < 2.25 to the right, improve=2.091248, (0 missing)
## race < 65 to the left, improve=1.973684, (0 missing)
## gender < 1.5 to the left, improve=1.820526, (0 missing)
## familysize < 3.5 to the left, improve=1.642407, (0 missing)
## Extraversion < 6.25 to the right, improve=1.551596, (0 missing)
##
## Node number 1024: 134 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.5895522 P(node) =0.006950929
## class counts: 28 33 55 18
## probabilities: 0.209 0.246 0.410 0.134
## left son=2048 (98 obs) right son=2049 (36 obs)
## Primary splits:
## Agreeableness < 5.25 to the left, improve=2.1965170, (0 missing)
## religion < 6.5 to the right, improve=1.8600240, (0 missing)
## Openness < 5.75 to the left, improve=1.7622570, (0 missing)
## EmotionalStability < 4.75 to the left, improve=1.2945230, (0 missing)
## familysize < 3.5 to the right, improve=0.8712486, (0 missing)
## Surrogate splits:
## religion < 11 to the left, agree=0.746, adj=0.056, (0 split)
## Openness < 3.25 to the right, agree=0.739, adj=0.028, (0 split)
## married < 2.5 to the left, agree=0.739, adj=0.028, (0 split)
##
## Node number 1025: 26 observations, complexity param=0.0002622194
## predicted class=Leve expected loss=0.6538462 P(node) =0.001348688
## class counts: 9 0 8 9
## probabilities: 0.346 0.000 0.308 0.346
## left son=2050 (13 obs) right son=2051 (13 obs)
## Primary splits:
## Extraversion < 4.25 to the right, improve=1.4615380, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.2684770, (0 missing)
## Conscientiousness < 3.25 to the right, improve=1.1326920, (0 missing)
## orientation < 1.5 to the left, improve=0.7813765, (0 missing)
## urban < 1.5 to the right, improve=0.4188034, (0 missing)
## Surrogate splits:
## Agreeableness < 4.25 to the left, agree=0.769, adj=0.538, (0 split)
## orientation < 1.5 to the left, agree=0.615, adj=0.231, (0 split)
## Conscientiousness < 3.25 to the right, agree=0.577, adj=0.154, (0 split)
## EmotionalStability < 4.75 to the left, agree=0.577, adj=0.154, (0 split)
## hand < 1.5 to the right, agree=0.577, adj=0.154, (0 split)
##
## Node number 1030: 11 observations
## predicted class=Moderado expected loss=0.5454545 P(node) =0.0005705986
## class counts: 2 5 1 3
## probabilities: 0.182 0.455 0.091 0.273
##
## Node number 1031: 39 observations, complexity param=0.0002797007
## predicted class=Severo expected loss=0.5128205 P(node) =0.002023031
## class counts: 2 4 14 19
## probabilities: 0.051 0.103 0.359 0.487
## left son=2062 (25 obs) right son=2063 (14 obs)
## Primary splits:
## Agreeableness < 4.75 to the left, improve=2.2394140, (0 missing)
## religion < 1.5 to the left, improve=2.1247710, (0 missing)
## urban < 2.5 to the left, improve=1.0781440, (0 missing)
## orientation < 1.5 to the right, improve=0.8940171, (0 missing)
## race < 20 to the right, improve=0.6779543, (0 missing)
## Surrogate splits:
## Conscientiousness < 3.25 to the right, agree=0.667, adj=0.071, (0 split)
## EmotionalStability < 4.75 to the right, agree=0.667, adj=0.071, (0 split)
## familysize < 1.5 to the right, agree=0.667, adj=0.071, (0 split)
##
## Node number 1040: 15 observations
## predicted class=Moderado expected loss=0.3333333 P(node) =0.000778089
## class counts: 3 10 1 1
## probabilities: 0.200 0.667 0.067 0.067
##
## Node number 1041: 14 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0007262164
## class counts: 2 4 7 1
## probabilities: 0.143 0.286 0.500 0.071
##
## Node number 1048: 10 observations
## predicted class=Moderado expected loss=0.6 P(node) =0.000518726
## class counts: 3 4 1 2
## probabilities: 0.300 0.400 0.100 0.200
##
## Node number 1049: 48 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.5625 P(node) =0.002489885
## class counts: 8 4 15 21
## probabilities: 0.167 0.083 0.312 0.438
## left son=2098 (21 obs) right son=2099 (27 obs)
## Primary splits:
## Extraversion < 4.25 to the right, improve=2.1408730, (0 missing)
## education < 2.5 to the right, improve=2.0374640, (0 missing)
## familysize < 2.5 to the left, improve=1.3583330, (0 missing)
## voted < 1.5 to the left, improve=1.0138890, (0 missing)
## urban < 2.5 to the left, improve=0.9027778, (0 missing)
## Surrogate splits:
## Agreeableness < 4.25 to the left, agree=0.688, adj=0.286, (0 split)
## education < 0.5 to the left, agree=0.604, adj=0.095, (0 split)
## Openness < 4.75 to the right, agree=0.583, adj=0.048, (0 split)
##
## Node number 1060: 101 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.4554455 P(node) =0.005239133
## class counts: 23 11 55 12
## probabilities: 0.228 0.109 0.545 0.119
## left son=2120 (20 obs) right son=2121 (81 obs)
## Primary splits:
## Openness < 5.75 to the right, improve=1.935032, (0 missing)
## Extraversion < 3.75 to the left, improve=1.890500, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.802865, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.759547, (0 missing)
## familysize < 5.5 to the right, improve=1.104085, (0 missing)
## Surrogate splits:
## Extraversion < 6.75 to the right, agree=0.822, adj=0.10, (0 split)
## Agreeableness < 6.75 to the right, agree=0.812, adj=0.05, (0 split)
##
## Node number 1061: 13 observations
## predicted class=Severo expected loss=0.6153846 P(node) =0.0006743438
## class counts: 4 1 3 5
## probabilities: 0.308 0.077 0.231 0.385
##
## Node number 1062: 12 observations
## predicted class=Moderado expected loss=0.6666667 P(node) =0.0006224712
## class counts: 2 4 3 3
## probabilities: 0.167 0.333 0.250 0.250
##
## Node number 1063: 340 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.4117647 P(node) =0.01763668
## class counts: 43 44 200 53
## probabilities: 0.126 0.129 0.588 0.156
## left son=2126 (144 obs) right son=2127 (196 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=1.4205580, (0 missing)
## married < 2.5 to the left, improve=1.1179370, (0 missing)
## engnat < 1.5 to the left, improve=1.0739190, (0 missing)
## orientation < 0.5 to the left, improve=0.8123267, (0 missing)
## education < 3.5 to the right, improve=0.7507032, (0 missing)
## Surrogate splits:
## religion < 5 to the left, agree=0.603, adj=0.063, (0 split)
## race < 25 to the right, agree=0.603, adj=0.063, (0 split)
## Openness < 6.25 to the right, agree=0.594, adj=0.042, (0 split)
## education < 0.5 to the left, agree=0.588, adj=0.028, (0 split)
## hand < 1.5 to the right, agree=0.585, adj=0.021, (0 split)
##
## Node number 1068: 20 observations, complexity param=0.0001048878
## predicted class=Leve expected loss=0.7 P(node) =0.001037452
## class counts: 6 3 6 5
## probabilities: 0.300 0.150 0.300 0.250
## left son=2136 (11 obs) right son=2137 (9 obs)
## Primary splits:
## orientation < 2.5 to the left, improve=1.7909090, (0 missing)
## education < 2.5 to the left, improve=1.3868690, (0 missing)
## Openness < 4.25 to the right, improve=1.1000000, (0 missing)
## Extraversion < 4.25 to the left, improve=1.0636360, (0 missing)
## Agreeableness < 5.75 to the left, improve=0.8666667, (0 missing)
## Surrogate splits:
## Extraversion < 5 to the left, agree=0.75, adj=0.444, (0 split)
## gender < 1.5 to the right, agree=0.70, adj=0.333, (0 split)
## Openness < 4.25 to the right, agree=0.65, adj=0.222, (0 split)
## urban < 1.5 to the right, agree=0.65, adj=0.222, (0 split)
## married < 1.5 to the left, agree=0.65, adj=0.222, (0 split)
##
## Node number 1069: 9 observations
## predicted class=Normal expected loss=0.2222222 P(node) =0.0004668534
## class counts: 2 0 7 0
## probabilities: 0.222 0.000 0.778 0.000
##
## Node number 1072: 14 observations
## predicted class=Leve expected loss=0.6428571 P(node) =0.0007262164
## class counts: 5 4 3 2
## probabilities: 0.357 0.286 0.214 0.143
##
## Node number 1073: 34 observations
## predicted class=Normal expected loss=0.2941176 P(node) =0.001763668
## class counts: 4 6 24 0
## probabilities: 0.118 0.176 0.706 0.000
##
## Node number 1082: 21 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6190476 P(node) =0.001089325
## class counts: 4 7 2 8
## probabilities: 0.190 0.333 0.095 0.381
## left son=2164 (9 obs) right son=2165 (12 obs)
## Primary splits:
## voted < 1.5 to the left, improve=2.5000000, (0 missing)
## Extraversion < 4.25 to the right, improve=1.5212120, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.3974360, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.0121210, (0 missing)
## familysize < 2.5 to the right, improve=0.9393939, (0 missing)
## Surrogate splits:
## EmotionalStability < 5.75 to the right, agree=0.810, adj=0.556, (0 split)
## education < 2.5 to the right, agree=0.762, adj=0.444, (0 split)
## Conscientiousness < 5.25 to the right, agree=0.714, adj=0.333, (0 split)
## Extraversion < 4.75 to the right, agree=0.667, adj=0.222, (0 split)
## urban < 1.5 to the left, agree=0.667, adj=0.222, (0 split)
##
## Node number 1083: 139 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.3956835 P(node) =0.007210292
## class counts: 13 25 84 17
## probabilities: 0.094 0.180 0.604 0.122
## left son=2166 (30 obs) right son=2167 (109 obs)
## Primary splits:
## Openness < 4.25 to the left, improve=1.735951, (0 missing)
## Extraversion < 3.75 to the right, improve=1.679498, (0 missing)
## gender < 1.5 to the left, improve=1.600172, (0 missing)
## married < 1.5 to the right, improve=1.589011, (0 missing)
## familysize < 1.5 to the left, improve=1.348032, (0 missing)
##
## Node number 1166: 8 observations
## predicted class=Severo expected loss=0.625 P(node) =0.0004149808
## class counts: 2 1 2 3
## probabilities: 0.250 0.125 0.250 0.375
##
## Node number 1167: 14 observations
## predicted class=Normal expected loss=0.3571429 P(node) =0.0007262164
## class counts: 0 0 9 5
## probabilities: 0.000 0.000 0.643 0.357
##
## Node number 1168: 414 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.5193237 P(node) =0.02147526
## class counts: 45 78 199 92
## probabilities: 0.109 0.188 0.481 0.222
## left son=2336 (74 obs) right son=2337 (340 obs)
## Primary splits:
## education < 3.5 to the right, improve=2.437221, (0 missing)
## Conscientiousness < 6.25 to the left, improve=2.075766, (0 missing)
## familysize < 6.5 to the right, improve=1.854877, (0 missing)
## race < 40 to the left, improve=1.706221, (0 missing)
## Extraversion < 2.25 to the right, improve=1.705825, (0 missing)
##
## Node number 1169: 9 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.0004668534
## class counts: 0 1 2 6
## probabilities: 0.000 0.111 0.222 0.667
##
## Node number 1170: 177 observations, complexity param=0.0003496259
## predicted class=Normal expected loss=0.6271186 P(node) =0.00918145
## class counts: 27 36 66 48
## probabilities: 0.153 0.203 0.373 0.271
## left son=2340 (150 obs) right son=2341 (27 obs)
## Primary splits:
## familysize < 5.5 to the left, improve=1.709981, (0 missing)
## Openness < 3.75 to the right, improve=1.684411, (0 missing)
## Conscientiousness < 6.75 to the left, improve=1.150691, (0 missing)
## religion < 1.5 to the left, improve=1.062381, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.000067, (0 missing)
##
## Node number 1171: 29 observations
## predicted class=Severo expected loss=0.4482759 P(node) =0.001504305
## class counts: 1 2 10 16
## probabilities: 0.034 0.069 0.345 0.552
##
## Node number 1176: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 2 1 0 4
## probabilities: 0.286 0.143 0.000 0.571
##
## Node number 1177: 24 observations
## predicted class=Normal expected loss=0.5 P(node) =0.001244942
## class counts: 0 7 12 5
## probabilities: 0.000 0.292 0.500 0.208
##
## Node number 1178: 8 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0004149808
## class counts: 1 1 4 2
## probabilities: 0.125 0.125 0.500 0.250
##
## Node number 1179: 18 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.0009337068
## class counts: 0 5 1 12
## probabilities: 0.000 0.278 0.056 0.667
##
## Node number 1250: 17 observations
## predicted class=Moderado expected loss=0.4117647 P(node) =0.0008818342
## class counts: 3 10 1 3
## probabilities: 0.176 0.588 0.059 0.176
##
## Node number 1251: 19 observations
## predicted class=Severo expected loss=0.5263158 P(node) =0.0009855794
## class counts: 4 5 1 9
## probabilities: 0.211 0.263 0.053 0.474
##
## Node number 1252: 7 observations
## predicted class=Normal expected loss=0.1428571 P(node) =0.0003631082
## class counts: 1 0 6 0
## probabilities: 0.143 0.000 0.857 0.000
##
## Node number 1253: 17 observations
## predicted class=Moderado expected loss=0.6470588 P(node) =0.0008818342
## class counts: 1 6 5 5
## probabilities: 0.059 0.353 0.294 0.294
##
## Node number 1260: 13 observations
## predicted class=Normal expected loss=0.5384615 P(node) =0.0006743438
## class counts: 3 2 6 2
## probabilities: 0.231 0.154 0.462 0.154
##
## Node number 1261: 12 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.0006224712
## class counts: 0 2 2 8
## probabilities: 0.000 0.167 0.167 0.667
##
## Node number 1286: 89 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5505618 P(node) =0.004616661
## class counts: 20 13 40 16
## probabilities: 0.225 0.146 0.449 0.180
## left son=2572 (82 obs) right son=2573 (7 obs)
## Primary splits:
## Agreeableness < 5.75 to the left, improve=1.7528090, (0 missing)
## Openness < 4.25 to the left, improve=1.6091690, (0 missing)
## Conscientiousness < 6.25 to the left, improve=0.9774467, (0 missing)
## religion < 5 to the right, improve=0.8566065, (0 missing)
## education < 1.5 to the right, improve=0.8000312, (0 missing)
## Surrogate splits:
## religion < 1.5 to the right, agree=0.933, adj=0.143, (0 split)
##
## Node number 1287: 30 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.6333333 P(node) =0.001556178
## class counts: 5 4 10 11
## probabilities: 0.167 0.133 0.333 0.367
## left son=2574 (10 obs) right son=2575 (20 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=1.1666670, (0 missing)
## EmotionalStability < 3.75 to the right, improve=1.0766210, (0 missing)
## orientation < 1.5 to the right, improve=0.9809524, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.9680241, (0 missing)
## Openness < 4.25 to the right, improve=0.9452381, (0 missing)
## Surrogate splits:
## Conscientiousness < 6.25 to the right, agree=0.7, adj=0.1, (0 split)
## orientation < 3.5 to the right, agree=0.7, adj=0.1, (0 split)
## race < 35 to the right, agree=0.7, adj=0.1, (0 split)
##
## Node number 1296: 142 observations, complexity param=0.0003356409
## predicted class=Moderado expected loss=0.6830986 P(node) =0.007365909
## class counts: 25 45 41 31
## probabilities: 0.176 0.317 0.289 0.218
## left son=2592 (19 obs) right son=2593 (123 obs)
## Primary splits:
## Agreeableness < 3.75 to the left, improve=1.3288860, (0 missing)
## gender < 1.5 to the left, improve=1.2022270, (0 missing)
## Extraversion < 3.25 to the right, improve=1.0236570, (0 missing)
## Openness < 3.75 to the right, improve=1.0026370, (0 missing)
## urban < 2.5 to the right, improve=0.9706905, (0 missing)
##
## Node number 1297: 35 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6 P(node) =0.001815541
## class counts: 4 12 5 14
## probabilities: 0.114 0.343 0.143 0.400
## left son=2594 (11 obs) right son=2595 (24 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=2.394589, (0 missing)
## religion < 5.5 to the right, improve=1.975397, (0 missing)
## Openness < 4.25 to the right, improve=1.514286, (0 missing)
## Conscientiousness < 4.75 to the left, improve=1.280952, (0 missing)
## voted < 1.5 to the left, improve=0.889648, (0 missing)
## Surrogate splits:
## Openness < 3.25 to the left, agree=0.714, adj=0.091, (0 split)
## religion < 11 to the right, agree=0.714, adj=0.091, (0 split)
##
## Node number 1300: 8 observations
## predicted class=Leve expected loss=0.625 P(node) =0.0004149808
## class counts: 3 3 2 0
## probabilities: 0.375 0.375 0.250 0.000
##
## Node number 1301: 35 observations
## predicted class=Normal expected loss=0.4 P(node) =0.001815541
## class counts: 6 2 21 6
## probabilities: 0.171 0.057 0.600 0.171
##
## Node number 1302: 18 observations
## predicted class=Normal expected loss=0.5555556 P(node) =0.0009337068
## class counts: 4 1 8 5
## probabilities: 0.222 0.056 0.444 0.278
##
## Node number 1303: 9 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.0004668534
## class counts: 1 2 0 6
## probabilities: 0.111 0.222 0.000 0.667
##
## Node number 1304: 39 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.6410256 P(node) =0.002023031
## class counts: 8 8 14 9
## probabilities: 0.205 0.205 0.359 0.231
## left son=2608 (32 obs) right son=2609 (7 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=2.901099, (0 missing)
## married < 2.5 to the left, improve=2.558933, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.466813, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.375385, (0 missing)
## familysize < 2.5 to the right, improve=1.264735, (0 missing)
## Surrogate splits:
## Conscientiousness < 6.75 to the left, agree=0.846, adj=0.143, (0 split)
##
## Node number 1305: 186 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6129032 P(node) =0.009648304
## class counts: 41 43 30 72
## probabilities: 0.220 0.231 0.161 0.387
## left son=2610 (10 obs) right son=2611 (176 obs)
## Primary splits:
## familysize < 7.5 to the right, improve=1.850464, (0 missing)
## Openness < 2.25 to the right, improve=1.473192, (0 missing)
## religion < 3 to the right, improve=1.377737, (0 missing)
## hand < 1.5 to the left, improve=1.304623, (0 missing)
## gender < 1.5 to the right, improve=1.124328, (0 missing)
##
## Node number 1306: 7 observations
## predicted class=Moderado expected loss=0.2857143 P(node) =0.0003631082
## class counts: 0 5 1 1
## probabilities: 0.000 0.714 0.143 0.143
##
## Node number 1307: 13 observations
## predicted class=Normal expected loss=0.4615385 P(node) =0.0006743438
## class counts: 0 3 7 3
## probabilities: 0.000 0.231 0.538 0.231
##
## Node number 1314: 161 observations, complexity param=0.0004195511
## predicted class=Moderado expected loss=0.6397516 P(node) =0.008351489
## class counts: 21 58 41 41
## probabilities: 0.130 0.360 0.255 0.255
## left son=2628 (61 obs) right son=2629 (100 obs)
## Primary splits:
## education < 2.5 to the left, improve=2.459226, (0 missing)
## familysize < 2.5 to the left, improve=1.902839, (0 missing)
## race < 20 to the right, improve=1.596415, (0 missing)
## religion < 7.5 to the left, improve=1.517039, (0 missing)
## engnat < 1.5 to the left, improve=1.161589, (0 missing)
## Surrogate splits:
## religion < 5 to the left, agree=0.640, adj=0.049, (0 split)
## Agreeableness < 2.75 to the left, agree=0.634, adj=0.033, (0 split)
## gender < 1.5 to the left, agree=0.634, adj=0.033, (0 split)
## familysize < 0.5 to the left, agree=0.627, adj=0.016, (0 split)
##
## Node number 1315: 12 observations
## predicted class=Severo expected loss=0.4166667 P(node) =0.0006224712
## class counts: 1 1 3 7
## probabilities: 0.083 0.083 0.250 0.583
##
## Node number 1316: 16 observations
## predicted class=Moderado expected loss=0.375 P(node) =0.0008299616
## class counts: 1 10 3 2
## probabilities: 0.062 0.625 0.188 0.125
##
## Node number 1317: 8 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0004149808
## class counts: 2 1 1 4
## probabilities: 0.250 0.125 0.125 0.500
##
## Node number 1318: 38 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5263158 P(node) =0.001971159
## class counts: 7 9 18 4
## probabilities: 0.184 0.237 0.474 0.105
## left son=2636 (25 obs) right son=2637 (13 obs)
## Primary splits:
## religion < 7.5 to the right, improve=1.7238870, (0 missing)
## Agreeableness < 4.25 to the right, improve=1.4838870, (0 missing)
## Conscientiousness < 6.75 to the right, improve=1.3649120, (0 missing)
## voted < 1.5 to the left, improve=0.8947368, (0 missing)
## engnat < 1.5 to the left, improve=0.8649123, (0 missing)
## Surrogate splits:
## race < 20 to the left, agree=0.842, adj=0.538, (0 split)
## Extraversion < 3.75 to the right, agree=0.737, adj=0.231, (0 split)
## Conscientiousness < 5.75 to the left, agree=0.711, adj=0.154, (0 split)
## married < 1.5 to the left, agree=0.684, adj=0.077, (0 split)
## familysize < 2.5 to the right, agree=0.684, adj=0.077, (0 split)
##
## Node number 1319: 41 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.5609756 P(node) =0.002126777
## class counts: 4 4 18 15
## probabilities: 0.098 0.098 0.439 0.366
## left son=2638 (18 obs) right son=2639 (23 obs)
## Primary splits:
## Openness < 6.25 to the right, improve=2.2109110, (0 missing)
## engnat < 1.5 to the right, improve=1.4271520, (0 missing)
## urban < 2.5 to the left, improve=1.1674330, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.9403794, (0 missing)
## Agreeableness < 4.25 to the left, improve=0.8777531, (0 missing)
## Surrogate splits:
## Agreeableness < 4.25 to the left, agree=0.683, adj=0.278, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.634, adj=0.167, (0 split)
## urban < 2.5 to the right, agree=0.585, adj=0.056, (0 split)
## religion < 5.5 to the left, agree=0.585, adj=0.056, (0 split)
## familysize < 1.5 to the left, agree=0.585, adj=0.056, (0 split)
##
## Node number 1320: 19 observations
## predicted class=Normal expected loss=0.5789474 P(node) =0.0009855794
## class counts: 3 7 8 1
## probabilities: 0.158 0.368 0.421 0.053
##
## Node number 1321: 23 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.6521739 P(node) =0.00119307
## class counts: 5 2 8 8
## probabilities: 0.217 0.087 0.348 0.348
## left son=2642 (16 obs) right son=2643 (7 obs)
## Primary splits:
## race < 15 to the left, improve=1.7989130, (0 missing)
## engnat < 1.5 to the left, improve=1.0131990, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.9572464, (0 missing)
## voted < 1.5 to the left, improve=0.8405797, (0 missing)
## Conscientiousness < 5.25 to the right, improve=0.6739130, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the right, agree=0.826, adj=0.429, (0 split)
## religion < 8 to the right, agree=0.826, adj=0.429, (0 split)
## education < 3.5 to the left, agree=0.783, adj=0.286, (0 split)
## Agreeableness < 6 to the left, agree=0.739, adj=0.143, (0 split)
## married < 1.5 to the left, agree=0.739, adj=0.143, (0 split)
##
## Node number 1324: 25 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.56 P(node) =0.001296815
## class counts: 1 11 6 7
## probabilities: 0.040 0.440 0.240 0.280
## left son=2648 (18 obs) right son=2649 (7 obs)
## Primary splits:
## Openness < 5.25 to the right, improve=1.720000, (0 missing)
## engnat < 1.5 to the left, improve=1.322564, (0 missing)
## race < 35 to the right, improve=1.220000, (0 missing)
## religion < 8.5 to the left, improve=1.220000, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.200519, (0 missing)
##
## Node number 1325: 7 observations
## predicted class=Normal expected loss=0.2857143 P(node) =0.0003631082
## class counts: 0 0 5 2
## probabilities: 0.000 0.000 0.714 0.286
##
## Node number 1330: 111 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.6036036 P(node) =0.005757859
## class counts: 18 22 44 27
## probabilities: 0.162 0.198 0.396 0.243
## left son=2660 (30 obs) right son=2661 (81 obs)
## Primary splits:
## Conscientiousness < 5.75 to the left, improve=2.217885, (0 missing)
## Extraversion < 6.25 to the left, improve=1.560018, (0 missing)
## hand < 1.5 to the right, improve=1.554849, (0 missing)
## orientation < 4.5 to the right, improve=1.456857, (0 missing)
## Agreeableness < 3.75 to the left, improve=1.398580, (0 missing)
## Surrogate splits:
## religion < 11 to the right, agree=0.739, adj=0.033, (0 split)
##
## Node number 1331: 107 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.4485981 P(node) =0.005550368
## class counts: 11 12 59 25
## probabilities: 0.103 0.112 0.551 0.234
## left son=2662 (73 obs) right son=2663 (34 obs)
## Primary splits:
## education < 2.5 to the right, improve=2.398525, (0 missing)
## Agreeableness < 3.75 to the right, improve=2.064305, (0 missing)
## voted < 1.5 to the left, improve=2.043051, (0 missing)
## race < 40 to the left, improve=1.174501, (0 missing)
## married < 1.5 to the right, improve=1.130593, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.729, adj=0.147, (0 split)
## Extraversion < 3.25 to the right, agree=0.692, adj=0.029, (0 split)
##
## Node number 1332: 46 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.4782609 P(node) =0.00238614
## class counts: 5 13 24 4
## probabilities: 0.109 0.283 0.522 0.087
## left son=2664 (20 obs) right son=2665 (26 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=2.1438130, (0 missing)
## familysize < 2.5 to the left, improve=1.5713770, (0 missing)
## religion < 9 to the left, improve=1.2457010, (0 missing)
## voted < 1.5 to the right, improve=1.1199400, (0 missing)
## race < 25 to the right, improve=0.9816709, (0 missing)
## Surrogate splits:
## orientation < 1.5 to the right, agree=0.630, adj=0.15, (0 split)
## Agreeableness < 5.25 to the left, agree=0.609, adj=0.10, (0 split)
## education < 3.5 to the right, agree=0.609, adj=0.10, (0 split)
## religion < 1.5 to the left, agree=0.609, adj=0.10, (0 split)
## familysize < 4.5 to the right, agree=0.609, adj=0.10, (0 split)
##
## Node number 1333: 73 observations
## predicted class=Normal expected loss=0.3150685 P(node) =0.0037867
## class counts: 3 10 50 10
## probabilities: 0.041 0.137 0.685 0.137
##
## Node number 1340: 28 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.5 P(node) =0.001452433
## class counts: 1 8 14 5
## probabilities: 0.036 0.286 0.500 0.179
## left son=2680 (10 obs) right son=2681 (18 obs)
## Primary splits:
## religion < 5 to the left, improve=2.3634920, (0 missing)
## familysize < 4.5 to the left, improve=1.3095240, (0 missing)
## voted < 1.5 to the left, improve=0.8857143, (0 missing)
## urban < 2.5 to the right, improve=0.8149541, (0 missing)
## Extraversion < 4.25 to the left, improve=0.5773810, (0 missing)
## Surrogate splits:
## race < 30 to the right, agree=0.714, adj=0.2, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.679, adj=0.1, (0 split)
## urban < 1.5 to the left, agree=0.679, adj=0.1, (0 split)
## engnat < 1.5 to the left, agree=0.679, adj=0.1, (0 split)
## familysize < 2.5 to the left, agree=0.679, adj=0.1, (0 split)
##
## Node number 1341: 42 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.6428571 P(node) =0.002178649
## class counts: 3 13 11 15
## probabilities: 0.071 0.310 0.262 0.357
## left son=2682 (7 obs) right son=2683 (35 obs)
## Primary splits:
## familysize < 4.5 to the right, improve=2.6095240, (0 missing)
## religion < 2.5 to the right, improve=1.6904760, (0 missing)
## Extraversion < 4.75 to the right, improve=1.4227990, (0 missing)
## Openness < 5.25 to the left, improve=0.9949634, (0 missing)
## voted < 1.5 to the left, improve=0.8867725, (0 missing)
##
## Node number 1344: 7 observations
## predicted class=Normal expected loss=0.5714286 P(node) =0.0003631082
## class counts: 2 2 3 0
## probabilities: 0.286 0.286 0.429 0.000
##
## Node number 1345: 21 observations, complexity param=0.0002097755
## predicted class=Leve expected loss=0.6190476 P(node) =0.001089325
## class counts: 8 6 2 5
## probabilities: 0.381 0.286 0.095 0.238
## left son=2690 (8 obs) right son=2691 (13 obs)
## Primary splits:
## religion < 8.5 to the left, improve=1.9917580, (0 missing)
## race < 45 to the right, improve=1.9917580, (0 missing)
## EmotionalStability < 3.75 to the left, improve=1.4207790, (0 missing)
## Openness < 4.25 to the left, improve=0.9126984, (0 missing)
## voted < 1.5 to the right, improve=0.8015873, (0 missing)
## Surrogate splits:
## race < 45 to the right, agree=0.810, adj=0.500, (0 split)
## urban < 2.5 to the left, agree=0.714, adj=0.250, (0 split)
## married < 1.5 to the right, agree=0.714, adj=0.250, (0 split)
## EmotionalStability < 3.75 to the right, agree=0.667, adj=0.125, (0 split)
## education < 1.5 to the left, agree=0.667, adj=0.125, (0 split)
##
## Node number 1346: 45 observations, complexity param=0.0003566184
## predicted class=Moderado expected loss=0.6444444 P(node) =0.002334267
## class counts: 6 16 8 15
## probabilities: 0.133 0.356 0.178 0.333
## left son=2692 (29 obs) right son=2693 (16 obs)
## Primary splits:
## Extraversion < 5.75 to the left, improve=2.416475, (0 missing)
## urban < 2.5 to the right, improve=1.748889, (0 missing)
## hand < 1.5 to the left, improve=1.299415, (0 missing)
## religion < 6.5 to the left, improve=1.255556, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.231746, (0 missing)
## Surrogate splits:
## hand < 1.5 to the left, agree=0.711, adj=0.187, (0 split)
## race < 45 to the left, agree=0.711, adj=0.187, (0 split)
## married < 1.5 to the left, agree=0.711, adj=0.187, (0 split)
## religion < 2.5 to the right, agree=0.689, adj=0.125, (0 split)
## familysize < 5.5 to the left, agree=0.667, adj=0.062, (0 split)
##
## Node number 1347: 20 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5 P(node) =0.001037452
## class counts: 6 2 2 10
## probabilities: 0.300 0.100 0.100 0.500
## left son=2694 (7 obs) right son=2695 (13 obs)
## Primary splits:
## Extraversion < 5.25 to the right, improve=1.942857, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.415385, (0 missing)
## education < 2.5 to the left, improve=1.383333, (0 missing)
## orientation < 3.5 to the right, improve=1.383333, (0 missing)
## urban < 2.5 to the right, improve=1.050000, (0 missing)
## Surrogate splits:
## education < 1.5 to the left, agree=0.7, adj=0.143, (0 split)
## religion < 1.5 to the left, agree=0.7, adj=0.143, (0 split)
##
## Node number 1348: 86 observations, complexity param=0.0003566184
## predicted class=Normal expected loss=0.6860465 P(node) =0.004461044
## class counts: 14 23 27 22
## probabilities: 0.163 0.267 0.314 0.256
## left son=2696 (71 obs) right son=2697 (15 obs)
## Primary splits:
## hand < 1.5 to the left, improve=3.001267, (0 missing)
## Agreeableness < 3.25 to the right, improve=2.286934, (0 missing)
## engnat < 1.5 to the left, improve=1.386328, (0 missing)
## Openness < 3.25 to the right, improve=1.312485, (0 missing)
## familysize < 3.5 to the left, improve=1.156421, (0 missing)
##
## Node number 1349: 100 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6 P(node) =0.00518726
## class counts: 21 23 16 40
## probabilities: 0.210 0.230 0.160 0.400
## left son=2698 (90 obs) right son=2699 (10 obs)
## Primary splits:
## familysize < 1.5 to the right, improve=1.717778, (0 missing)
## education < 1.5 to the left, improve=1.713475, (0 missing)
## Openness < 3.75 to the right, improve=1.580000, (0 missing)
## married < 1.5 to the right, improve=1.428889, (0 missing)
## orientation < 1.5 to the left, improve=1.215936, (0 missing)
##
## Node number 1350: 53 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5471698 P(node) =0.002749248
## class counts: 8 9 24 12
## probabilities: 0.151 0.170 0.453 0.226
## left son=2700 (40 obs) right son=2701 (13 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=1.5753990, (0 missing)
## Conscientiousness < 3.25 to the right, improve=1.0931650, (0 missing)
## education < 2.5 to the right, improve=0.8074504, (0 missing)
## race < 35 to the left, improve=0.7239607, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.6763717, (0 missing)
## Surrogate splits:
## Openness < 3.25 to the right, agree=0.774, adj=0.077, (0 split)
##
## Node number 1351: 66 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5454545 P(node) =0.003423592
## class counts: 6 11 19 30
## probabilities: 0.091 0.167 0.288 0.455
## left son=2702 (9 obs) right son=2703 (57 obs)
## Primary splits:
## religion < 1.5 to the left, improve=1.895268, (0 missing)
## hand < 1.5 to the right, improve=1.867003, (0 missing)
## Agreeableness < 6.25 to the right, improve=1.630536, (0 missing)
## Extraversion < 6.25 to the left, improve=1.200152, (0 missing)
## orientation < 2.5 to the right, improve=1.122294, (0 missing)
## Surrogate splits:
## gender < 2.5 to the right, agree=0.894, adj=0.222, (0 split)
## Extraversion < 6.75 to the right, agree=0.879, adj=0.111, (0 split)
##
## Node number 1360: 23 observations, complexity param=0.0002622194
## predicted class=Leve expected loss=0.5652174 P(node) =0.00119307
## class counts: 10 1 9 3
## probabilities: 0.435 0.043 0.391 0.130
## left son=2720 (9 obs) right son=2721 (14 obs)
## Primary splits:
## familysize < 5 to the right, improve=2.0289860, (0 missing)
## orientation < 2.5 to the right, improve=0.7115252, (0 missing)
## education < 2.5 to the right, improve=0.4992236, (0 missing)
## Conscientiousness < 3.25 to the right, improve=0.4077734, (0 missing)
## Openness < 4.75 to the right, improve=0.3940649, (0 missing)
## Surrogate splits:
## education < 3.5 to the right, agree=0.696, adj=0.222, (0 split)
## voted < 1.5 to the left, agree=0.696, adj=0.222, (0 split)
## Agreeableness < 5.25 to the right, agree=0.652, adj=0.111, (0 split)
## Openness < 4.75 to the left, agree=0.652, adj=0.111, (0 split)
##
## Node number 1361: 27 observations
## predicted class=Normal expected loss=0.2592593 P(node) =0.00140056
## class counts: 4 2 20 1
## probabilities: 0.148 0.074 0.741 0.037
##
## Node number 1376: 293 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6928328 P(node) =0.01519867
## class counts: 53 78 72 90
## probabilities: 0.181 0.266 0.246 0.307
## left son=2752 (283 obs) right son=2753 (10 obs)
## Primary splits:
## familysize < 0.5 to the right, improve=3.536022, (0 missing)
## orientation < 1.5 to the left, improve=3.192596, (0 missing)
## Agreeableness < 3.25 to the left, improve=2.760050, (0 missing)
## Openness < 4.25 to the right, improve=2.009820, (0 missing)
## Extraversion < 3.25 to the right, improve=1.836639, (0 missing)
##
## Node number 1377: 299 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5986622 P(node) =0.01550991
## class counts: 47 83 49 120
## probabilities: 0.157 0.278 0.164 0.401
## left son=2754 (142 obs) right son=2755 (157 obs)
## Primary splits:
## urban < 2.5 to the right, improve=1.7898110, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.4381470, (0 missing)
## familysize < 7.5 to the left, improve=1.4061850, (0 missing)
## Extraversion < 3.75 to the left, improve=1.2467390, (0 missing)
## orientation < 2.5 to the left, improve=0.7215793, (0 missing)
## Surrogate splits:
## Conscientiousness < 3.75 to the right, agree=0.538, adj=0.028, (0 split)
## religion < 6.5 to the left, agree=0.538, adj=0.028, (0 split)
## orientation < 2.5 to the right, agree=0.538, adj=0.028, (0 split)
## Openness < 6.75 to the right, agree=0.535, adj=0.021, (0 split)
## gender < 1.5 to the left, agree=0.535, adj=0.021, (0 split)
##
## Node number 1380: 31 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.516129 P(node) =0.001608051
## class counts: 3 15 4 9
## probabilities: 0.097 0.484 0.129 0.290
## left son=2760 (23 obs) right son=2761 (8 obs)
## Primary splits:
## Conscientiousness < 3.25 to the right, improve=1.8986680, (0 missing)
## Agreeableness < 4.25 to the right, improve=1.5067910, (0 missing)
## familysize < 4.5 to the left, improve=1.2680350, (0 missing)
## urban < 1.5 to the left, improve=0.9465123, (0 missing)
## education < 2.5 to the right, improve=0.9465123, (0 missing)
## Surrogate splits:
## familysize < 5.5 to the left, agree=0.774, adj=0.125, (0 split)
##
## Node number 1381: 7 observations
## predicted class=Normal expected loss=0.5714286 P(node) =0.0003631082
## class counts: 1 0 3 3
## probabilities: 0.143 0.000 0.429 0.429
##
## Node number 1392: 17 observations
## predicted class=Normal expected loss=0.5294118 P(node) =0.0008818342
## class counts: 3 4 8 2
## probabilities: 0.176 0.235 0.471 0.118
##
## Node number 1393: 22 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.6363636 P(node) =0.001141197
## class counts: 3 8 3 8
## probabilities: 0.136 0.364 0.136 0.364
## left son=2786 (10 obs) right son=2787 (12 obs)
## Primary splits:
## voted < 1.5 to the left, improve=1.1303030, (0 missing)
## urban < 2.5 to the left, improve=0.8303030, (0 missing)
## Agreeableness < 3.75 to the left, improve=0.6493506, (0 missing)
## Openness < 4.75 to the left, improve=0.5260295, (0 missing)
## familysize < 2.5 to the right, improve=0.5089355, (0 missing)
## Surrogate splits:
## Openness < 3.25 to the right, agree=0.682, adj=0.3, (0 split)
## Agreeableness < 3.75 to the left, agree=0.636, adj=0.2, (0 split)
## hand < 1.5 to the right, agree=0.636, adj=0.2, (0 split)
## religion < 8.5 to the left, agree=0.636, adj=0.2, (0 split)
## married < 1.5 to the right, agree=0.636, adj=0.2, (0 split)
##
## Node number 1408: 54 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.5740741 P(node) =0.00280112
## class counts: 14 5 23 12
## probabilities: 0.259 0.093 0.426 0.222
## left son=2816 (11 obs) right son=2817 (43 obs)
## Primary splits:
## Openness < 5.75 to the right, improve=1.5966640, (0 missing)
## religion < 6.5 to the left, improve=1.2863900, (0 missing)
## familysize < 2.5 to the left, improve=0.9111111, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.8968254, (0 missing)
## race < 45 to the right, improve=0.8852339, (0 missing)
##
## Node number 1409: 9 observations
## predicted class=Moderado expected loss=0.5555556 P(node) =0.0004668534
## class counts: 0 4 3 2
## probabilities: 0.000 0.444 0.333 0.222
##
## Node number 1412: 191 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.6230366 P(node) =0.009907667
## class counts: 32 46 41 72
## probabilities: 0.168 0.241 0.215 0.377
## left son=2824 (30 obs) right son=2825 (161 obs)
## Primary splits:
## married < 1.5 to the right, improve=1.756517, (0 missing)
## race < 45 to the right, improve=1.646311, (0 missing)
## orientation < 2.5 to the left, improve=1.635517, (0 missing)
## Openness < 5.25 to the right, improve=1.415445, (0 missing)
## familysize < 1.5 to the left, improve=1.353407, (0 missing)
##
## Node number 1413: 21 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.001089325
## class counts: 4 2 1 14
## probabilities: 0.190 0.095 0.048 0.667
##
## Node number 1418: 12 observations
## predicted class=Normal expected loss=0.25 P(node) =0.0006224712
## class counts: 0 1 9 2
## probabilities: 0.000 0.083 0.750 0.167
##
## Node number 1419: 10 observations
## predicted class=Severo expected loss=0.5 P(node) =0.000518726
## class counts: 1 0 4 5
## probabilities: 0.100 0.000 0.400 0.500
##
## Node number 1420: 15 observations
## predicted class=Moderado expected loss=0.6 P(node) =0.000778089
## class counts: 1 6 2 6
## probabilities: 0.067 0.400 0.133 0.400
##
## Node number 1421: 14 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0007262164
## class counts: 0 1 8 5
## probabilities: 0.000 0.071 0.571 0.357
##
## Node number 1438: 104 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4134615 P(node) =0.00539475
## class counts: 6 17 20 61
## probabilities: 0.058 0.163 0.192 0.587
## left son=2876 (53 obs) right son=2877 (51 obs)
## Primary splits:
## education < 2.5 to the left, improve=1.622179, (0 missing)
## familysize < 2.5 to the left, improve=1.401683, (0 missing)
## Extraversion < 2.25 to the left, improve=1.378936, (0 missing)
## race < 45 to the right, improve=1.158921, (0 missing)
## religion < 9 to the left, improve=1.024359, (0 missing)
## Surrogate splits:
## Conscientiousness < 5.25 to the left, agree=0.615, adj=0.216, (0 split)
## religion < 5 to the left, agree=0.615, adj=0.216, (0 split)
## race < 20 to the right, agree=0.606, adj=0.196, (0 split)
## engnat < 1.5 to the left, agree=0.587, adj=0.157, (0 split)
## voted < 1.5 to the right, agree=0.577, adj=0.137, (0 split)
##
## Node number 1439: 34 observations
## predicted class=Severo expected loss=0.2352941 P(node) =0.001763668
## class counts: 3 1 4 26
## probabilities: 0.088 0.029 0.118 0.765
##
## Node number 1490: 13 observations
## predicted class=Moderado expected loss=0.4615385 P(node) =0.0006743438
## class counts: 1 7 1 4
## probabilities: 0.077 0.538 0.077 0.308
##
## Node number 1491: 32 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.5625 P(node) =0.001659923
## class counts: 4 5 9 14
## probabilities: 0.125 0.156 0.281 0.438
## left son=2982 (20 obs) right son=2983 (12 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=1.7625000, (0 missing)
## gender < 1.5 to the right, improve=1.5134800, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.0422570, (0 missing)
## urban < 2.5 to the right, improve=0.8085317, (0 missing)
## familysize < 2.5 to the left, improve=0.6958333, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the right, agree=0.844, adj=0.583, (0 split)
## religion < 2.5 to the right, agree=0.781, adj=0.417, (0 split)
## race < 35 to the left, agree=0.750, adj=0.333, (0 split)
## Agreeableness < 6.25 to the left, agree=0.719, adj=0.250, (0 split)
## urban < 1.5 to the right, agree=0.688, adj=0.167, (0 split)
##
## Node number 1496: 13 observations
## predicted class=Moderado expected loss=0.5384615 P(node) =0.0006743438
## class counts: 1 6 4 2
## probabilities: 0.077 0.462 0.308 0.154
##
## Node number 1497: 8 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0004149808
## class counts: 0 2 1 5
## probabilities: 0.000 0.250 0.125 0.625
##
## Node number 1498: 22 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5 P(node) =0.001141197
## class counts: 0 3 8 11
## probabilities: 0.000 0.136 0.364 0.500
## left son=2996 (14 obs) right son=2997 (8 obs)
## Primary splits:
## urban < 2.5 to the right, improve=1.2889610, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.2484850, (0 missing)
## Conscientiousness < 2.75 to the right, improve=0.8181818, (0 missing)
## religion < 9 to the right, improve=0.7373737, (0 missing)
## Openness < 5.25 to the right, improve=0.3603896, (0 missing)
## Surrogate splits:
## race < 35 to the left, agree=0.727, adj=0.250, (0 split)
## familysize < 2.5 to the right, agree=0.727, adj=0.250, (0 split)
## Conscientiousness < 2.25 to the right, agree=0.682, adj=0.125, (0 split)
## Openness < 3.75 to the right, agree=0.682, adj=0.125, (0 split)
##
## Node number 1499: 10 observations
## predicted class=Severo expected loss=0 P(node) =0.000518726
## class counts: 0 0 0 10
## probabilities: 0.000 0.000 0.000 1.000
##
## Node number 1536: 7 observations
## predicted class=Leve expected loss=0.4285714 P(node) =0.0003631082
## class counts: 4 1 1 1
## probabilities: 0.571 0.143 0.143 0.143
##
## Node number 1537: 42 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.6190476 P(node) =0.002178649
## class counts: 5 16 6 15
## probabilities: 0.119 0.381 0.143 0.357
## left son=3074 (9 obs) right son=3075 (33 obs)
## Primary splits:
## familysize < 2.5 to the left, improve=1.6406930, (0 missing)
## engnat < 1.5 to the left, improve=1.5674600, (0 missing)
## Openness < 4.75 to the left, improve=1.0858260, (0 missing)
## orientation < 4.5 to the left, improve=0.9238095, (0 missing)
## religion < 5 to the left, improve=0.8452381, (0 missing)
## Surrogate splits:
## religion < 2.5 to the left, agree=0.881, adj=0.444, (0 split)
## Agreeableness < 2.75 to the left, agree=0.833, adj=0.222, (0 split)
## Conscientiousness < 6.75 to the right, agree=0.810, adj=0.111, (0 split)
##
## Node number 1538: 51 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.627451 P(node) =0.002645503
## class counts: 6 19 14 12
## probabilities: 0.118 0.373 0.275 0.235
## left son=3076 (14 obs) right son=3077 (37 obs)
## Primary splits:
## Extraversion < 5.25 to the right, improve=1.7034600, (0 missing)
## familysize < 2.5 to the right, improve=1.6626560, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.4626560, (0 missing)
## Conscientiousness < 5.75 to the right, improve=1.2252100, (0 missing)
## Openness < 5.25 to the right, improve=0.9418768, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the left, agree=0.745, adj=0.071, (0 split)
##
## Node number 1539: 22 observations
## predicted class=Normal expected loss=0.4545455 P(node) =0.001141197
## class counts: 4 3 12 3
## probabilities: 0.182 0.136 0.545 0.136
##
## Node number 1540: 15 observations
## predicted class=Moderado expected loss=0.4666667 P(node) =0.000778089
## class counts: 2 8 3 2
## probabilities: 0.133 0.533 0.200 0.133
##
## Node number 1541: 27 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.4814815 P(node) =0.00140056
## class counts: 1 4 14 8
## probabilities: 0.037 0.148 0.519 0.296
## left son=3082 (16 obs) right son=3083 (11 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=1.6839230, (0 missing)
## religion < 5.5 to the right, improve=1.0248320, (0 missing)
## Openness < 5.75 to the right, improve=0.8407407, (0 missing)
## Extraversion < 4.25 to the right, improve=0.7275828, (0 missing)
## race < 35 to the right, improve=0.6857957, (0 missing)
## Surrogate splits:
## Extraversion < 4.25 to the right, agree=0.741, adj=0.364, (0 split)
## religion < 3.5 to the right, agree=0.741, adj=0.364, (0 split)
## Openness < 6.75 to the left, agree=0.704, adj=0.273, (0 split)
## education < 2.5 to the right, agree=0.704, adj=0.273, (0 split)
## familysize < 2.5 to the right, agree=0.704, adj=0.273, (0 split)
##
## Node number 1542: 66 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5454545 P(node) =0.003423592
## class counts: 12 10 14 30
## probabilities: 0.182 0.152 0.212 0.455
## left son=3084 (21 obs) right son=3085 (45 obs)
## Primary splits:
## engnat < 1.5 to the left, improve=1.3795090, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.2088740, (0 missing)
## Openness < 6.25 to the left, improve=1.0504180, (0 missing)
## Agreeableness < 4.25 to the right, improve=1.0053620, (0 missing)
## orientation < 4.5 to the left, improve=0.8435214, (0 missing)
## Surrogate splits:
## religion < 11 to the right, agree=0.773, adj=0.286, (0 split)
## Openness < 6.25 to the right, agree=0.712, adj=0.095, (0 split)
## Extraversion < 5.25 to the right, agree=0.697, adj=0.048, (0 split)
## Agreeableness < 6.25 to the right, agree=0.697, adj=0.048, (0 split)
## education < 0.5 to the left, agree=0.697, adj=0.048, (0 split)
##
## Node number 1543: 14 observations
## predicted class=Severo expected loss=0.2142857 P(node) =0.0007262164
## class counts: 1 1 1 11
## probabilities: 0.071 0.071 0.071 0.786
##
## Node number 1548: 46 observations, complexity param=0.0001678204
## predicted class=Moderado expected loss=0.6521739 P(node) =0.00238614
## class counts: 11 16 5 14
## probabilities: 0.239 0.348 0.109 0.304
## left son=3096 (11 obs) right son=3097 (35 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=1.4883120, (0 missing)
## orientation < 1.5 to the left, improve=0.8289474, (0 missing)
## urban < 2.5 to the right, improve=0.7391304, (0 missing)
## Extraversion < 4.25 to the left, improve=0.6723810, (0 missing)
## Openness < 4.25 to the right, improve=0.6250000, (0 missing)
## Surrogate splits:
## familysize < 6.5 to the right, agree=0.783, adj=0.091, (0 split)
##
## Node number 1549: 18 observations
## predicted class=Severo expected loss=0.3888889 P(node) =0.0009337068
## class counts: 4 2 1 11
## probabilities: 0.222 0.111 0.056 0.611
##
## Node number 1560: 44 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.7045455 P(node) =0.002282394
## class counts: 6 12 13 13
## probabilities: 0.136 0.273 0.295 0.295
## left son=3120 (8 obs) right son=3121 (36 obs)
## Primary splits:
## hand < 1.5 to the right, improve=1.6994950, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.3261230, (0 missing)
## Openness < 6.25 to the right, improve=1.0397730, (0 missing)
## religion < 3 to the left, improve=0.5328283, (0 missing)
## race < 15 to the right, improve=0.5272727, (0 missing)
## Surrogate splits:
## familysize < 5.5 to the right, agree=0.864, adj=0.25, (0 split)
##
## Node number 1561: 11 observations
## predicted class=Normal expected loss=0.3636364 P(node) =0.0005705986
## class counts: 1 0 7 3
## probabilities: 0.091 0.000 0.636 0.273
##
## Node number 1568: 9 observations
## predicted class=Moderado expected loss=0.2222222 P(node) =0.0004668534
## class counts: 1 7 1 0
## probabilities: 0.111 0.778 0.111 0.000
##
## Node number 1569: 12 observations
## predicted class=Leve expected loss=0.6666667 P(node) =0.0006224712
## class counts: 4 3 2 3
## probabilities: 0.333 0.250 0.167 0.250
##
## Node number 1572: 31 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6129032 P(node) =0.001608051
## class counts: 8 6 5 12
## probabilities: 0.258 0.194 0.161 0.387
## left son=3144 (15 obs) right son=3145 (16 obs)
## Primary splits:
## Conscientiousness < 5.75 to the right, improve=2.005914, (0 missing)
## urban < 2.5 to the right, improve=1.580914, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.532104, (0 missing)
## voted < 1.5 to the right, improve=1.440228, (0 missing)
## race < 15 to the right, improve=1.036866, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the right, agree=0.677, adj=0.333, (0 split)
## married < 1.5 to the right, agree=0.677, adj=0.333, (0 split)
## familysize < 2.5 to the left, agree=0.677, adj=0.333, (0 split)
## Agreeableness < 3.25 to the left, agree=0.645, adj=0.267, (0 split)
## religion < 5 to the left, agree=0.613, adj=0.200, (0 split)
##
## Node number 1573: 103 observations, complexity param=0.0002797007
## predicted class=Moderado expected loss=0.5825243 P(node) =0.005342878
## class counts: 12 43 11 37
## probabilities: 0.117 0.417 0.107 0.359
## left son=3146 (67 obs) right son=3147 (36 obs)
## Primary splits:
## Conscientiousness < 4.75 to the right, improve=1.695245, (0 missing)
## race < 65 to the left, improve=1.348569, (0 missing)
## Openness < 6.25 to the left, improve=1.252232, (0 missing)
## married < 1.5 to the right, improve=1.067291, (0 missing)
## religion < 5 to the left, improve=1.062340, (0 missing)
## Surrogate splits:
## Openness < 4.75 to the right, agree=0.66, adj=0.028, (0 split)
##
## Node number 1580: 12 observations
## predicted class=Normal expected loss=0.5833333 P(node) =0.0006224712
## class counts: 1 4 5 2
## probabilities: 0.083 0.333 0.417 0.167
##
## Node number 1581: 24 observations
## predicted class=Severo expected loss=0.4583333 P(node) =0.001244942
## class counts: 3 4 4 13
## probabilities: 0.125 0.167 0.167 0.542
##
## Node number 1584: 10 observations
## predicted class=Leve expected loss=0.5 P(node) =0.000518726
## class counts: 5 1 1 3
## probabilities: 0.500 0.100 0.100 0.300
##
## Node number 1585: 18 observations
## predicted class=Normal expected loss=0.4444444 P(node) =0.0009337068
## class counts: 1 5 10 2
## probabilities: 0.056 0.278 0.556 0.111
##
## Node number 1586: 11 observations
## predicted class=Moderado expected loss=0.5454545 P(node) =0.0005705986
## class counts: 2 5 1 3
## probabilities: 0.182 0.455 0.091 0.273
##
## Node number 1587: 50 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.48 P(node) =0.00259363
## class counts: 9 6 9 26
## probabilities: 0.180 0.120 0.180 0.520
## left son=3174 (41 obs) right son=3175 (9 obs)
## Primary splits:
## Extraversion < 5.75 to the left, improve=2.1405960, (0 missing)
## urban < 1.5 to the right, improve=1.1378860, (0 missing)
## engnat < 1.5 to the right, improve=0.6252632, (0 missing)
## Openness < 3.75 to the right, improve=0.5700000, (0 missing)
## familysize < 2.5 to the right, improve=0.5075260, (0 missing)
##
## Node number 1596: 25 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.6 P(node) =0.001296815
## class counts: 2 6 7 10
## probabilities: 0.080 0.240 0.280 0.400
## left son=3192 (12 obs) right son=3193 (13 obs)
## Primary splits:
## education < 1.5 to the right, improve=2.3758970, (0 missing)
## orientation < 1.5 to the right, improve=1.4400000, (0 missing)
## Openness < 5.25 to the right, improve=1.3880520, (0 missing)
## religion < 5.5 to the right, improve=0.8400000, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.6939683, (0 missing)
## Surrogate splits:
## Extraversion < 5.25 to the left, agree=0.72, adj=0.417, (0 split)
## voted < 1.5 to the left, agree=0.72, adj=0.417, (0 split)
## engnat < 1.5 to the right, agree=0.68, adj=0.333, (0 split)
## religion < 5.5 to the right, agree=0.68, adj=0.333, (0 split)
## race < 65 to the right, agree=0.68, adj=0.333, (0 split)
##
## Node number 1597: 11 observations
## predicted class=Severo expected loss=0.1818182 P(node) =0.0005705986
## class counts: 0 2 0 9
## probabilities: 0.000 0.182 0.000 0.818
##
## Node number 1600: 80 observations, complexity param=0.0001704426
## predicted class=Moderado expected loss=0.6375 P(node) =0.004149808
## class counts: 13 29 13 25
## probabilities: 0.162 0.362 0.162 0.312
## left son=3200 (12 obs) right son=3201 (68 obs)
## Primary splits:
## Extraversion < 5.75 to the right, improve=1.0774510, (0 missing)
## urban < 1.5 to the right, improve=1.0500000, (0 missing)
## religion < 11 to the left, improve=0.9500000, (0 missing)
## Agreeableness < 5.75 to the left, improve=0.8785714, (0 missing)
## Openness < 5.75 to the right, improve=0.7062554, (0 missing)
## Surrogate splits:
## Conscientiousness < 1.75 to the left, agree=0.863, adj=0.083, (0 split)
##
## Node number 1601: 14 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0007262164
## class counts: 1 3 7 3
## probabilities: 0.071 0.214 0.500 0.214
##
## Node number 1602: 214 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.5794393 P(node) =0.01110074
## class counts: 21 60 43 90
## probabilities: 0.098 0.280 0.201 0.421
## left son=3204 (184 obs) right son=3205 (30 obs)
## Primary splits:
## education < 3.5 to the left, improve=1.774719, (0 missing)
## hand < 1.5 to the left, improve=1.646428, (0 missing)
## Extraversion < 5.25 to the left, improve=1.555893, (0 missing)
## familysize < 5.5 to the right, improve=1.461977, (0 missing)
## married < 1.5 to the right, improve=1.352355, (0 missing)
##
## Node number 1603: 36 observations
## predicted class=Severo expected loss=0.3888889 P(node) =0.001867414
## class counts: 4 3 7 22
## probabilities: 0.111 0.083 0.194 0.611
##
## Node number 1626: 37 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5675676 P(node) =0.001919286
## class counts: 0 15 6 16
## probabilities: 0.000 0.405 0.162 0.432
## left son=3252 (21 obs) right son=3253 (16 obs)
## Primary splits:
## orientation < 2.5 to the right, improve=1.1758370, (0 missing)
## engnat < 1.5 to the left, improve=1.1536940, (0 missing)
## Agreeableness < 3.75 to the right, improve=1.0394490, (0 missing)
## familysize < 4.5 to the right, improve=0.9222651, (0 missing)
## Extraversion < 4.25 to the left, improve=0.8365508, (0 missing)
## Surrogate splits:
## Extraversion < 6.25 to the left, agree=0.622, adj=0.125, (0 split)
## religion < 5 to the right, agree=0.622, adj=0.125, (0 split)
## race < 65 to the left, agree=0.622, adj=0.125, (0 split)
## familysize < 3.5 to the right, agree=0.622, adj=0.125, (0 split)
## Agreeableness < 4.25 to the right, agree=0.595, adj=0.063, (0 split)
##
## Node number 1627: 14 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0007262164
## class counts: 2 1 1 10
## probabilities: 0.143 0.071 0.071 0.714
##
## Node number 1636: 38 observations, complexity param=0.0001648236
## predicted class=Moderado expected loss=0.5789474 P(node) =0.001971159
## class counts: 3 16 6 13
## probabilities: 0.079 0.421 0.158 0.342
## left son=3272 (14 obs) right son=3273 (24 obs)
## Primary splits:
## education < 2.5 to the left, improve=1.976817, (0 missing)
## Openness < 5.25 to the right, improve=1.648246, (0 missing)
## Extraversion < 4.75 to the left, improve=1.072656, (0 missing)
## urban < 2.5 to the left, improve=0.847488, (0 missing)
## voted < 1.5 to the right, improve=0.663837, (0 missing)
## Surrogate splits:
## orientation < 0.5 to the left, agree=0.763, adj=0.357, (0 split)
## Openness < 6.25 to the right, agree=0.711, adj=0.214, (0 split)
## Agreeableness < 5.25 to the right, agree=0.658, adj=0.071, (0 split)
##
## Node number 1637: 11 observations
## predicted class=Severo expected loss=0.3636364 P(node) =0.0005705986
## class counts: 0 1 3 7
## probabilities: 0.000 0.091 0.273 0.636
##
## Node number 1638: 133 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.481203 P(node) =0.006899056
## class counts: 13 35 16 69
## probabilities: 0.098 0.263 0.120 0.519
## left son=3276 (47 obs) right son=3277 (86 obs)
## Primary splits:
## engnat < 1.5 to the left, improve=1.2635930, (0 missing)
## Agreeableness < 5.75 to the right, improve=0.9398496, (0 missing)
## Openness < 6.75 to the left, improve=0.8955588, (0 missing)
## gender < 1.5 to the left, improve=0.8940295, (0 missing)
## married < 1.5 to the right, improve=0.8558160, (0 missing)
## Surrogate splits:
## religion < 7.5 to the left, agree=0.782, adj=0.383, (0 split)
## race < 25 to the right, agree=0.767, adj=0.340, (0 split)
## education < 1.5 to the left, agree=0.699, adj=0.149, (0 split)
## Extraversion < 6.25 to the right, agree=0.677, adj=0.085, (0 split)
## Agreeableness < 4.75 to the right, agree=0.677, adj=0.085, (0 split)
##
## Node number 1639: 11 observations
## predicted class=Severo expected loss=0.1818182 P(node) =0.0005705986
## class counts: 1 1 0 9
## probabilities: 0.091 0.091 0.000 0.818
##
## Node number 1644: 7 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 4 1 2
## probabilities: 0.000 0.571 0.143 0.286
##
## Node number 1645: 21 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.001089325
## class counts: 0 7 0 14
## probabilities: 0.000 0.333 0.000 0.667
##
## Node number 1648: 46 observations, complexity param=0.0001258653
## predicted class=Moderado expected loss=0.5652174 P(node) =0.00238614
## class counts: 3 20 4 19
## probabilities: 0.065 0.435 0.087 0.413
## left son=3296 (38 obs) right son=3297 (8 obs)
## Primary splits:
## hand < 1.5 to the left, improve=2.1367280, (0 missing)
## Openness < 5.25 to the left, improve=1.3495510, (0 missing)
## engnat < 1.5 to the right, improve=1.1135100, (0 missing)
## religion < 7 to the right, improve=0.9252139, (0 missing)
## race < 50 to the left, improve=0.6401390, (0 missing)
##
## Node number 1649: 10 observations
## predicted class=Severo expected loss=0.5 P(node) =0.000518726
## class counts: 2 0 3 5
## probabilities: 0.200 0.000 0.300 0.500
##
## Node number 1684: 8 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.0004149808
## class counts: 1 4 2 1
## probabilities: 0.125 0.500 0.250 0.125
##
## Node number 1685: 18 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0009337068
## class counts: 3 3 3 9
## probabilities: 0.167 0.167 0.167 0.500
##
## Node number 1686: 7 observations
## predicted class=Normal expected loss=0.5714286 P(node) =0.0003631082
## class counts: 0 2 3 2
## probabilities: 0.000 0.286 0.429 0.286
##
## Node number 1687: 14 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0007262164
## class counts: 1 0 3 10
## probabilities: 0.071 0.000 0.214 0.714
##
## Node number 1696: 80 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.6375 P(node) =0.004149808
## class counts: 11 17 23 29
## probabilities: 0.138 0.212 0.287 0.363
## left son=3392 (59 obs) right son=3393 (21 obs)
## Primary splits:
## engnat < 1.5 to the left, improve=1.699960, (0 missing)
## religion < 5 to the left, improve=1.668290, (0 missing)
## Extraversion < 3.25 to the right, improve=1.397059, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.074808, (0 missing)
## gender < 1.5 to the right, improve=1.009259, (0 missing)
## Surrogate splits:
## education < 3.5 to the left, agree=0.775, adj=0.143, (0 split)
## religion < 9.5 to the left, agree=0.762, adj=0.095, (0 split)
## hand < 2.5 to the left, agree=0.750, adj=0.048, (0 split)
## race < 45 to the right, agree=0.750, adj=0.048, (0 split)
##
## Node number 1697: 42 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4761905 P(node) =0.002178649
## class counts: 8 9 3 22
## probabilities: 0.190 0.214 0.071 0.524
## left son=3394 (30 obs) right son=3395 (12 obs)
## Primary splits:
## education < 1.5 to the right, improve=1.5095240, (0 missing)
## familysize < 3.5 to the left, improve=1.2135640, (0 missing)
## Extraversion < 1.25 to the right, improve=0.8095238, (0 missing)
## gender < 1.5 to the left, improve=0.7761905, (0 missing)
## hand < 1.5 to the left, improve=0.7523810, (0 missing)
## Surrogate splits:
## hand < 2.5 to the left, agree=0.738, adj=0.083, (0 split)
##
## Node number 1698: 28 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.5714286 P(node) =0.001452433
## class counts: 7 4 5 12
## probabilities: 0.250 0.143 0.179 0.429
## left son=3396 (9 obs) right son=3397 (19 obs)
## Primary splits:
## orientation < 1.5 to the right, improve=1.210109, (0 missing)
## education < 2.5 to the left, improve=1.191575, (0 missing)
## urban < 2.5 to the left, improve=1.151629, (0 missing)
## familysize < 2.5 to the left, improve=1.089011, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.071429, (0 missing)
## Surrogate splits:
## religion < 8.5 to the right, agree=0.750, adj=0.222, (0 split)
## Extraversion < 3.25 to the right, agree=0.714, adj=0.111, (0 split)
## Agreeableness < 5.25 to the right, agree=0.714, adj=0.111, (0 split)
## education < 1 to the left, agree=0.714, adj=0.111, (0 split)
## race < 55 to the left, agree=0.714, adj=0.111, (0 split)
##
## Node number 1699: 70 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.4 P(node) =0.003631082
## class counts: 5 8 15 42
## probabilities: 0.071 0.114 0.214 0.600
## left son=3398 (46 obs) right son=3399 (24 obs)
## Primary splits:
## religion < 6.5 to the left, improve=1.499068, (0 missing)
## Openness < 3.25 to the left, improve=1.393074, (0 missing)
## familysize < 3.5 to the left, improve=1.366450, (0 missing)
## Extraversion < 1.25 to the left, improve=1.155573, (0 missing)
## urban < 2.5 to the right, improve=1.035901, (0 missing)
## Surrogate splits:
## race < 65 to the left, agree=0.786, adj=0.375, (0 split)
## familysize < 3.5 to the left, agree=0.757, adj=0.292, (0 split)
## Extraversion < 2.75 to the left, agree=0.700, adj=0.125, (0 split)
## urban < 2.5 to the left, agree=0.671, adj=0.042, (0 split)
##
## Node number 1720: 41 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5609756 P(node) =0.002126777
## class counts: 7 14 2 18
## probabilities: 0.171 0.341 0.049 0.439
## left son=3440 (19 obs) right son=3441 (22 obs)
## Primary splits:
## race < 40 to the right, improve=2.818649, (0 missing)
## religion < 3.5 to the left, improve=2.370544, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.369845, (0 missing)
## Openness < 4.75 to the left, improve=1.122429, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.826588, (0 missing)
## Surrogate splits:
## religion < 2.5 to the left, agree=0.780, adj=0.526, (0 split)
## engnat < 1.5 to the left, agree=0.732, adj=0.421, (0 split)
## Openness < 5.25 to the right, agree=0.659, adj=0.263, (0 split)
## voted < 1.5 to the left, agree=0.634, adj=0.211, (0 split)
## married < 1.5 to the right, agree=0.634, adj=0.211, (0 split)
##
## Node number 1721: 448 observations
## predicted class=Severo expected loss=0.3928571 P(node) =0.02323893
## class counts: 30 97 49 272
## probabilities: 0.067 0.217 0.109 0.607
##
## Node number 1768: 33 observations, complexity param=0.0001398504
## predicted class=Moderado expected loss=0.5151515 P(node) =0.001711796
## class counts: 3 16 2 12
## probabilities: 0.091 0.485 0.061 0.364
## left son=3536 (15 obs) right son=3537 (18 obs)
## Primary splits:
## urban < 2.5 to the left, improve=1.3959600, (0 missing)
## voted < 1.5 to the left, improve=1.0342990, (0 missing)
## Openness < 3.75 to the left, improve=0.7978920, (0 missing)
## orientation < 1.5 to the left, improve=0.7925408, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.7348485, (0 missing)
## Surrogate splits:
## Agreeableness < 4.75 to the right, agree=0.636, adj=0.200, (0 split)
## education < 3.5 to the left, agree=0.636, adj=0.200, (0 split)
## Openness < 5.25 to the right, agree=0.606, adj=0.133, (0 split)
## gender < 1.5 to the left, agree=0.606, adj=0.133, (0 split)
## Conscientiousness < 3.25 to the left, agree=0.576, adj=0.067, (0 split)
##
## Node number 1769: 16 observations
## predicted class=Severo expected loss=0.3125 P(node) =0.0008299616
## class counts: 1 3 1 11
## probabilities: 0.062 0.188 0.062 0.688
##
## Node number 1920: 63 observations, complexity param=0.0002097755
## predicted class=Moderado expected loss=0.4920635 P(node) =0.003267974
## class counts: 8 32 5 18
## probabilities: 0.127 0.508 0.079 0.286
## left son=3840 (29 obs) right son=3841 (34 obs)
## Primary splits:
## voted < 1.5 to the left, improve=1.894330, (0 missing)
## race < 35 to the right, improve=1.557823, (0 missing)
## familysize < 2.5 to the left, improve=1.476190, (0 missing)
## religion < 7.5 to the left, improve=1.414966, (0 missing)
## engnat < 1.5 to the left, improve=1.144440, (0 missing)
## Surrogate splits:
## race < 35 to the right, agree=0.667, adj=0.276, (0 split)
## religion < 5 to the left, agree=0.635, adj=0.207, (0 split)
## married < 1.5 to the right, agree=0.635, adj=0.207, (0 split)
## Extraversion < 5.25 to the right, agree=0.619, adj=0.172, (0 split)
## engnat < 1.5 to the left, agree=0.619, adj=0.172, (0 split)
##
## Node number 1921: 46 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6304348 P(node) =0.00238614
## class counts: 9 10 10 17
## probabilities: 0.196 0.217 0.217 0.370
## left son=3842 (39 obs) right son=3843 (7 obs)
## Primary splits:
## Openness < 3.75 to the right, improve=1.5061320, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.3291260, (0 missing)
## married < 1.5 to the right, improve=1.2866180, (0 missing)
## orientation < 1.5 to the right, improve=1.0165900, (0 missing)
## Agreeableness < 5.75 to the right, improve=0.8834209, (0 missing)
##
## Node number 1922: 37 observations, complexity param=0.0002097755
## predicted class=Moderado expected loss=0.6216216 P(node) =0.001919286
## class counts: 3 14 8 12
## probabilities: 0.081 0.378 0.216 0.324
## left son=3844 (13 obs) right son=3845 (24 obs)
## Primary splits:
## Openness < 5.75 to the right, improve=2.6519400, (0 missing)
## familysize < 2.5 to the left, improve=1.4226330, (0 missing)
## Agreeableness < 3.25 to the left, improve=1.3616470, (0 missing)
## religion < 2.5 to the right, improve=0.8759331, (0 missing)
## Extraversion < 6.25 to the right, improve=0.8616474, (0 missing)
## Surrogate splits:
## religion < 2.5 to the left, agree=0.730, adj=0.231, (0 split)
## orientation < 1.5 to the right, agree=0.730, adj=0.231, (0 split)
## Agreeableness < 2.75 to the left, agree=0.676, adj=0.077, (0 split)
## urban < 2.5 to the left, agree=0.676, adj=0.077, (0 split)
## familysize < 3.5 to the left, agree=0.676, adj=0.077, (0 split)
##
## Node number 1923: 49 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.002541757
## class counts: 6 7 1 35
## probabilities: 0.122 0.143 0.020 0.714
##
## Node number 1928: 9 observations
## predicted class=Moderado expected loss=0.4444444 P(node) =0.0004668534
## class counts: 2 5 1 1
## probabilities: 0.222 0.556 0.111 0.111
##
## Node number 1929: 21 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.5238095 P(node) =0.001089325
## class counts: 3 7 1 10
## probabilities: 0.143 0.333 0.048 0.476
## left son=3858 (9 obs) right son=3859 (12 obs)
## Primary splits:
## Conscientiousness < 5.75 to the right, improve=1.817460, (0 missing)
## urban < 2.5 to the right, improve=1.409341, (0 missing)
## religion < 5.5 to the left, improve=1.285714, (0 missing)
## familysize < 2.5 to the left, improve=1.101648, (0 missing)
## Extraversion < 5.25 to the left, improve=0.974026, (0 missing)
## Surrogate splits:
## Openness < 4.75 to the right, agree=0.667, adj=0.222, (0 split)
## urban < 2.5 to the right, agree=0.667, adj=0.222, (0 split)
## orientation < 1.5 to the right, agree=0.667, adj=0.222, (0 split)
## race < 55 to the right, agree=0.667, adj=0.222, (0 split)
## religion < 11 to the right, agree=0.619, adj=0.111, (0 split)
##
## Node number 1930: 73 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4246575 P(node) =0.0037867
## class counts: 5 18 8 42
## probabilities: 0.068 0.247 0.110 0.575
## left son=3860 (32 obs) right son=3861 (41 obs)
## Primary splits:
## Conscientiousness < 4.75 to the right, improve=1.4905820, (0 missing)
## Openness < 4.75 to the right, improve=1.2456500, (0 missing)
## familysize < 3.5 to the left, improve=0.9309124, (0 missing)
## Extraversion < 5.25 to the right, improve=0.6901595, (0 missing)
## Agreeableness < 2.25 to the left, improve=0.4681255, (0 missing)
## Surrogate splits:
## urban < 2.5 to the right, agree=0.685, adj=0.281, (0 split)
## Extraversion < 5.25 to the left, agree=0.658, adj=0.219, (0 split)
## religion < 3 to the left, agree=0.630, adj=0.156, (0 split)
## voted < 1.5 to the left, agree=0.616, adj=0.125, (0 split)
## orientation < 0.5 to the left, agree=0.603, adj=0.094, (0 split)
##
## Node number 1931: 20 observations
## predicted class=Severo expected loss=0.15 P(node) =0.001037452
## class counts: 1 0 2 17
## probabilities: 0.050 0.000 0.100 0.850
##
## Node number 1936: 19 observations
## predicted class=Moderado expected loss=0.5263158 P(node) =0.0009855794
## class counts: 4 9 3 3
## probabilities: 0.211 0.474 0.158 0.158
##
## Node number 1937: 20 observations
## predicted class=Severo expected loss=0.45 P(node) =0.001037452
## class counts: 5 3 1 11
## probabilities: 0.250 0.150 0.050 0.550
##
## Node number 1938: 93 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4516129 P(node) =0.004824152
## class counts: 13 22 7 51
## probabilities: 0.140 0.237 0.075 0.548
## left son=3876 (54 obs) right son=3877 (39 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=2.694697, (0 missing)
## religion < 1.5 to the right, improve=1.671177, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.434842, (0 missing)
## familysize < 3.5 to the left, improve=1.109146, (0 missing)
## married < 1.5 to the left, improve=0.967998, (0 missing)
## Surrogate splits:
## Agreeableness < 3.25 to the right, agree=0.656, adj=0.179, (0 split)
## gender < 2.5 to the left, agree=0.613, adj=0.077, (0 split)
## Extraversion < 1.75 to the right, agree=0.602, adj=0.051, (0 split)
## Conscientiousness < 4.75 to the right, agree=0.602, adj=0.051, (0 split)
## education < 1.5 to the right, agree=0.602, adj=0.051, (0 split)
##
## Node number 1939: 129 observations
## predicted class=Severo expected loss=0.3565891 P(node) =0.006691566
## class counts: 17 15 14 83
## probabilities: 0.132 0.116 0.109 0.643
##
## Node number 1944: 590 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.3542373 P(node) =0.03060483
## class counts: 27 137 45 381
## probabilities: 0.046 0.232 0.076 0.646
## left son=3888 (213 obs) right son=3889 (377 obs)
## Primary splits:
## race < 55 to the right, improve=2.152932, (0 missing)
## familysize < 3.5 to the left, improve=2.026889, (0 missing)
## orientation < 0.5 to the right, improve=1.810282, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.780001, (0 missing)
## engnat < 1.5 to the left, improve=1.621016, (0 missing)
## Surrogate splits:
## religion < 7.5 to the left, agree=0.841, adj=0.559, (0 split)
## engnat < 1.5 to the left, agree=0.822, adj=0.507, (0 split)
## familysize < 2.5 to the left, agree=0.707, adj=0.188, (0 split)
## married < 1.5 to the right, agree=0.681, adj=0.117, (0 split)
## education < 1.5 to the left, agree=0.669, adj=0.085, (0 split)
##
## Node number 1945: 148 observations
## predicted class=Severo expected loss=0.2432432 P(node) =0.007677145
## class counts: 6 21 9 112
## probabilities: 0.041 0.142 0.061 0.757
##
## Node number 1958: 116 observations, complexity param=0.0001311097
## predicted class=Severo expected loss=0.4051724 P(node) =0.006017222
## class counts: 14 18 15 69
## probabilities: 0.121 0.155 0.129 0.595
## left son=3916 (100 obs) right son=3917 (16 obs)
## Primary splits:
## race < 65 to the left, improve=2.214483, (0 missing)
## Conscientiousness < 2.75 to the left, improve=2.166961, (0 missing)
## Extraversion < 6.25 to the right, improve=1.849700, (0 missing)
## familysize < 3.5 to the left, improve=1.058689, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.032102, (0 missing)
##
## Node number 1959: 36 observations
## predicted class=Severo expected loss=0.1666667 P(node) =0.001867414
## class counts: 1 3 2 30
## probabilities: 0.028 0.083 0.056 0.833
##
## Node number 2048: 98 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.6428571 P(node) =0.005083515
## class counts: 26 24 35 13
## probabilities: 0.265 0.245 0.357 0.133
## left son=4096 (21 obs) right son=4097 (77 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=2.160173, (0 missing)
## orientation < 3.5 to the left, improve=2.077273, (0 missing)
## Openness < 5.75 to the left, improve=1.856707, (0 missing)
## religion < 6.5 to the right, improve=1.770153, (0 missing)
## gender < 1.5 to the right, improve=1.628686, (0 missing)
##
## Node number 2049: 36 observations
## predicted class=Normal expected loss=0.4444444 P(node) =0.001867414
## class counts: 2 9 20 5
## probabilities: 0.056 0.250 0.556 0.139
##
## Node number 2050: 13 observations
## predicted class=Leve expected loss=0.4615385 P(node) =0.0006743438
## class counts: 7 0 3 3
## probabilities: 0.538 0.000 0.231 0.231
##
## Node number 2051: 13 observations
## predicted class=Severo expected loss=0.5384615 P(node) =0.0006743438
## class counts: 2 0 5 6
## probabilities: 0.154 0.000 0.385 0.462
##
## Node number 2062: 25 observations, complexity param=0.0002797007
## predicted class=Normal expected loss=0.52 P(node) =0.001296815
## class counts: 2 2 12 9
## probabilities: 0.080 0.080 0.480 0.360
## left son=4124 (14 obs) right son=4125 (11 obs)
## Primary splits:
## religion < 9 to the left, improve=1.8488310, (0 missing)
## urban < 2.5 to the left, improve=1.2825640, (0 missing)
## Agreeableness < 3.75 to the right, improve=0.9438889, (0 missing)
## Openness < 4.25 to the right, improve=0.9005882, (0 missing)
## orientation < 1.5 to the left, improve=0.8863492, (0 missing)
## Surrogate splits:
## gender < 1.5 to the left, agree=0.88, adj=0.727, (0 split)
## orientation < 3.5 to the left, agree=0.76, adj=0.455, (0 split)
## race < 45 to the right, agree=0.76, adj=0.455, (0 split)
## familysize < 3.5 to the left, agree=0.76, adj=0.455, (0 split)
## education < 2.5 to the left, agree=0.68, adj=0.273, (0 split)
##
## Node number 2063: 14 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0007262164
## class counts: 0 2 2 10
## probabilities: 0.000 0.143 0.143 0.714
##
## Node number 2098: 21 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5714286 P(node) =0.001089325
## class counts: 4 3 9 5
## probabilities: 0.190 0.143 0.429 0.238
## left son=4196 (10 obs) right son=4197 (11 obs)
## Primary splits:
## EmotionalStability < 4.75 to the left, improve=1.5800870, (0 missing)
## Openness < 3.75 to the right, improve=1.2619050, (0 missing)
## familysize < 4.5 to the right, improve=0.7255411, (0 missing)
## Extraversion < 4.75 to the right, improve=0.7073593, (0 missing)
## Agreeableness < 4.25 to the left, improve=0.4841270, (0 missing)
## Surrogate splits:
## urban < 2.5 to the right, agree=0.714, adj=0.4, (0 split)
## familysize < 4.5 to the right, agree=0.714, adj=0.4, (0 split)
## orientation < 2 to the left, agree=0.667, adj=0.3, (0 split)
## Extraversion < 5.25 to the left, agree=0.619, adj=0.2, (0 split)
## Agreeableness < 3.25 to the right, agree=0.619, adj=0.2, (0 split)
##
## Node number 2099: 27 observations
## predicted class=Severo expected loss=0.4074074 P(node) =0.00140056
## class counts: 4 1 6 16
## probabilities: 0.148 0.037 0.222 0.593
##
## Node number 2120: 20 observations, complexity param=0.0001515046
## predicted class=Leve expected loss=0.6 P(node) =0.001037452
## class counts: 8 1 7 4
## probabilities: 0.400 0.050 0.350 0.200
## left son=4240 (7 obs) right son=4241 (13 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=1.5879120, (0 missing)
## engnat < 1.5 to the right, improve=0.8535354, (0 missing)
## voted < 1.5 to the right, improve=0.7121212, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.5833333, (0 missing)
## Openness < 6.25 to the right, improve=0.4166667, (0 missing)
## Surrogate splits:
## education < 2.5 to the left, agree=0.75, adj=0.286, (0 split)
## married < 1.5 to the right, agree=0.75, adj=0.286, (0 split)
## religion < 3 to the left, agree=0.70, adj=0.143, (0 split)
## voted < 1.5 to the right, agree=0.70, adj=0.143, (0 split)
## familysize < 4.5 to the right, agree=0.70, adj=0.143, (0 split)
##
## Node number 2121: 81 observations
## predicted class=Normal expected loss=0.4074074 P(node) =0.004201681
## class counts: 15 10 48 8
## probabilities: 0.185 0.123 0.593 0.099
##
## Node number 2126: 144 observations
## predicted class=Normal expected loss=0.3541667 P(node) =0.007469655
## class counts: 19 16 93 16
## probabilities: 0.132 0.111 0.646 0.111
##
## Node number 2127: 196 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.4540816 P(node) =0.01016703
## class counts: 24 28 107 37
## probabilities: 0.122 0.143 0.546 0.189
## left son=4254 (46 obs) right son=4255 (150 obs)
## Primary splits:
## religion < 9 to the left, improve=1.9826860, (0 missing)
## Extraversion < 4.75 to the left, improve=1.7166650, (0 missing)
## Agreeableness < 2.25 to the right, improve=1.3281590, (0 missing)
## race < 45 to the left, improve=1.0622350, (0 missing)
## education < 2.5 to the left, improve=0.9393453, (0 missing)
## Surrogate splits:
## race < 45 to the right, agree=0.801, adj=0.152, (0 split)
## married < 2.5 to the right, agree=0.786, adj=0.087, (0 split)
## education < 1.5 to the left, agree=0.781, adj=0.065, (0 split)
##
## Node number 2136: 11 observations
## predicted class=Leve expected loss=0.5454545 P(node) =0.0005705986
## class counts: 5 0 2 4
## probabilities: 0.455 0.000 0.182 0.364
##
## Node number 2137: 9 observations
## predicted class=Normal expected loss=0.5555556 P(node) =0.0004668534
## class counts: 1 3 4 1
## probabilities: 0.111 0.333 0.444 0.111
##
## Node number 2164: 9 observations
## predicted class=Leve expected loss=0.5555556 P(node) =0.0004668534
## class counts: 4 4 0 1
## probabilities: 0.444 0.444 0.000 0.111
##
## Node number 2165: 12 observations
## predicted class=Severo expected loss=0.4166667 P(node) =0.0006224712
## class counts: 0 3 2 7
## probabilities: 0.000 0.250 0.167 0.583
##
## Node number 2166: 30 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5666667 P(node) =0.001556178
## class counts: 4 9 13 4
## probabilities: 0.133 0.300 0.433 0.133
## left son=4332 (22 obs) right son=4333 (8 obs)
## Primary splits:
## Extraversion < 3.75 to the right, improve=2.986364, (0 missing)
## familysize < 4.5 to the left, improve=1.900000, (0 missing)
## urban < 1.5 to the left, improve=1.287783, (0 missing)
## race < 20 to the right, improve=1.159006, (0 missing)
## Conscientiousness < 4.25 to the left, improve=1.134161, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.8, adj=0.25, (0 split)
## familysize < 4.5 to the left, agree=0.8, adj=0.25, (0 split)
##
## Node number 2167: 109 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.3486239 P(node) =0.005654113
## class counts: 9 16 71 13
## probabilities: 0.083 0.147 0.651 0.119
## left son=4334 (23 obs) right son=4335 (86 obs)
## Primary splits:
## gender < 1.5 to the left, improve=2.007968, (0 missing)
## married < 1.5 to the right, improve=1.598856, (0 missing)
## Openness < 4.75 to the right, improve=1.549486, (0 missing)
## engnat < 1.5 to the left, improve=1.207975, (0 missing)
## hand < 1.5 to the left, improve=1.203040, (0 missing)
## Surrogate splits:
## familysize < 1.5 to the left, agree=0.798, adj=0.043, (0 split)
##
## Node number 2336: 74 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.3918919 P(node) =0.003838572
## class counts: 8 12 45 9
## probabilities: 0.108 0.162 0.608 0.122
## left son=4672 (49 obs) right son=4673 (25 obs)
## Primary splits:
## Extraversion < 2.75 to the left, improve=1.926464, (0 missing)
## race < 65 to the right, improve=1.573816, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.477349, (0 missing)
## Openness < 4.75 to the right, improve=1.091634, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.078868, (0 missing)
## Surrogate splits:
## orientation < 0.5 to the right, agree=0.703, adj=0.12, (0 split)
## familysize < 1.5 to the right, agree=0.703, adj=0.12, (0 split)
##
## Node number 2337: 340 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.5470588 P(node) =0.01763668
## class counts: 37 66 154 83
## probabilities: 0.109 0.194 0.453 0.244
## left son=4674 (283 obs) right son=4675 (57 obs)
## Primary splits:
## Conscientiousness < 6.25 to the left, improve=1.871130, (0 missing)
## orientation < 1.5 to the left, improve=1.697218, (0 missing)
## race < 40 to the left, improve=1.602773, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.559227, (0 missing)
## Openness < 5.75 to the left, improve=1.424639, (0 missing)
##
## Node number 2340: 150 observations, complexity param=0.000174813
## predicted class=Normal expected loss=0.6133333 P(node) =0.00778089
## class counts: 22 34 58 36
## probabilities: 0.147 0.227 0.387 0.240
## left son=4680 (120 obs) right son=4681 (30 obs)
## Primary splits:
## married < 1.5 to the left, improve=1.633333, (0 missing)
## Conscientiousness < 6.75 to the left, improve=1.354645, (0 missing)
## Openness < 3.75 to the right, improve=1.302009, (0 missing)
## orientation < 0.5 to the left, improve=1.228523, (0 missing)
## hand < 1.5 to the right, improve=1.069602, (0 missing)
##
## Node number 2341: 27 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5555556 P(node) =0.00140056
## class counts: 5 2 8 12
## probabilities: 0.185 0.074 0.296 0.444
## left son=4682 (9 obs) right son=4683 (18 obs)
## Primary splits:
## familysize < 7.5 to the right, improve=1.0000000, (0 missing)
## Extraversion < 2.75 to the left, improve=0.9608586, (0 missing)
## Conscientiousness < 5.25 to the right, improve=0.7986928, (0 missing)
## EmotionalStability < 5.25 to the right, improve=0.5774854, (0 missing)
## Openness < 3.75 to the right, improve=0.5555556, (0 missing)
## Surrogate splits:
## Agreeableness < 4.75 to the right, agree=0.704, adj=0.111, (0 split)
## Conscientiousness < 5.75 to the right, agree=0.704, adj=0.111, (0 split)
## voted < 1.5 to the left, agree=0.704, adj=0.111, (0 split)
##
## Node number 2572: 82 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5365854 P(node) =0.004253553
## class counts: 20 12 38 12
## probabilities: 0.244 0.146 0.463 0.146
## left son=5144 (52 obs) right son=5145 (30 obs)
## Primary splits:
## Openness < 4.25 to the left, improve=2.1000000, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.5937500, (0 missing)
## education < 1.5 to the right, improve=0.7619048, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.7238095, (0 missing)
## orientation < 2.5 to the right, improve=0.6354167, (0 missing)
## Surrogate splits:
## religion < 3.5 to the right, agree=0.646, adj=0.033, (0 split)
##
## Node number 2573: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 1 2 4
## probabilities: 0.000 0.143 0.286 0.571
##
## Node number 2574: 10 observations
## predicted class=Leve expected loss=0.6 P(node) =0.000518726
## class counts: 4 0 3 3
## probabilities: 0.400 0.000 0.300 0.300
##
## Node number 2575: 20 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.6 P(node) =0.001037452
## class counts: 1 4 7 8
## probabilities: 0.050 0.200 0.350 0.400
## left son=5150 (10 obs) right son=5151 (10 obs)
## Primary splits:
## EmotionalStability < 3.75 to the left, improve=0.5000000, (0 missing)
## Conscientiousness < 4.75 to the left, improve=0.4166667, (0 missing)
## Openness < 4.25 to the left, improve=0.4166667, (0 missing)
## urban < 2.5 to the right, improve=0.3686869, (0 missing)
## voted < 1.5 to the right, improve=0.3000000, (0 missing)
## Surrogate splits:
## voted < 1.5 to the right, agree=0.80, adj=0.6, (0 split)
## Openness < 4.25 to the left, agree=0.70, adj=0.4, (0 split)
## engnat < 1.5 to the left, agree=0.70, adj=0.4, (0 split)
## Agreeableness < 3.75 to the left, agree=0.65, adj=0.3, (0 split)
## urban < 2.5 to the right, agree=0.65, adj=0.3, (0 split)
##
## Node number 2592: 19 observations
## predicted class=Moderado expected loss=0.5263158 P(node) =0.0009855794
## class counts: 3 9 2 5
## probabilities: 0.158 0.474 0.105 0.263
##
## Node number 2593: 123 observations, complexity param=0.0003356409
## predicted class=Normal expected loss=0.6829268 P(node) =0.00638033
## class counts: 22 36 39 26
## probabilities: 0.179 0.293 0.317 0.211
## left son=5186 (50 obs) right son=5187 (73 obs)
## Primary splits:
## Extraversion < 3.75 to the right, improve=1.5258450, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.9991342, (0 missing)
## familysize < 4.5 to the left, improve=0.9316239, (0 missing)
## urban < 2.5 to the right, improve=0.8730327, (0 missing)
## gender < 1.5 to the left, improve=0.8481481, (0 missing)
## Surrogate splits:
## familysize < 4.5 to the right, agree=0.634, adj=0.10, (0 split)
## hand < 1.5 to the right, agree=0.610, adj=0.04, (0 split)
## Agreeableness < 6.25 to the right, agree=0.602, adj=0.02, (0 split)
##
## Node number 2594: 11 observations
## predicted class=Moderado expected loss=0.6363636 P(node) =0.0005705986
## class counts: 2 4 4 1
## probabilities: 0.182 0.364 0.364 0.091
##
## Node number 2595: 24 observations
## predicted class=Severo expected loss=0.4583333 P(node) =0.001244942
## class counts: 2 8 1 13
## probabilities: 0.083 0.333 0.042 0.542
##
## Node number 2608: 32 observations, complexity param=0.0002097755
## predicted class=Leve expected loss=0.75 P(node) =0.001659923
## class counts: 8 8 8 8
## probabilities: 0.250 0.250 0.250 0.250
## left son=5216 (22 obs) right son=5217 (10 obs)
## Primary splits:
## Conscientiousness < 5.75 to the left, improve=1.3090910, (0 missing)
## Openness < 4.25 to the left, improve=1.0434780, (0 missing)
## gender < 1.5 to the right, improve=1.0000000, (0 missing)
## familysize < 2.5 to the right, improve=0.7342995, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.7272727, (0 missing)
## Surrogate splits:
## gender < 1.5 to the right, agree=0.812, adj=0.4, (0 split)
## religion < 4 to the right, agree=0.750, adj=0.2, (0 split)
##
## Node number 2609: 7 observations
## predicted class=Normal expected loss=0.1428571 P(node) =0.0003631082
## class counts: 0 0 6 1
## probabilities: 0.000 0.000 0.857 0.143
##
## Node number 2610: 10 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.000518726
## class counts: 0 5 3 2
## probabilities: 0.000 0.500 0.300 0.200
##
## Node number 2611: 176 observations, complexity param=0.0002397435
## predicted class=Severo expected loss=0.6022727 P(node) =0.009129578
## class counts: 41 38 27 70
## probabilities: 0.233 0.216 0.153 0.398
## left son=5222 (166 obs) right son=5223 (10 obs)
## Primary splits:
## Openness < 2.25 to the right, improve=1.4083520, (0 missing)
## hand < 1.5 to the left, improve=1.1868020, (0 missing)
## religion < 3 to the right, improve=1.1622290, (0 missing)
## familysize < 3.5 to the right, improve=1.0321970, (0 missing)
## education < 3.5 to the left, improve=0.8587662, (0 missing)
##
## Node number 2628: 61 observations, complexity param=0.000174813
## predicted class=Moderado expected loss=0.5245902 P(node) =0.003164229
## class counts: 7 29 16 9
## probabilities: 0.115 0.475 0.262 0.148
## left son=5256 (39 obs) right son=5257 (22 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=2.0437540, (0 missing)
## Openness < 5.25 to the right, improve=1.9908490, (0 missing)
## voted < 1.5 to the left, improve=1.3596050, (0 missing)
## orientation < 2.5 to the left, improve=1.0492670, (0 missing)
## race < 20 to the right, improve=0.9257221, (0 missing)
## Surrogate splits:
## Agreeableness < 2.75 to the right, agree=0.672, adj=0.091, (0 split)
## gender < 1.5 to the right, agree=0.672, adj=0.091, (0 split)
## married < 1.5 to the left, agree=0.656, adj=0.045, (0 split)
##
## Node number 2629: 100 observations, complexity param=0.0004195511
## predicted class=Severo expected loss=0.68 P(node) =0.00518726
## class counts: 14 29 25 32
## probabilities: 0.140 0.290 0.250 0.320
## left son=5258 (16 obs) right son=5259 (84 obs)
## Primary splits:
## Agreeableness < 3.75 to the left, improve=1.515000, (0 missing)
## urban < 2.5 to the right, improve=1.489754, (0 missing)
## engnat < 1.5 to the left, improve=1.301905, (0 missing)
## race < 65 to the left, improve=1.210588, (0 missing)
## Extraversion < 4.25 to the right, improve=1.119706, (0 missing)
##
## Node number 2636: 25 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.64 P(node) =0.001296815
## class counts: 6 8 9 2
## probabilities: 0.240 0.320 0.360 0.080
## left son=5272 (16 obs) right son=5273 (9 obs)
## Primary splits:
## Agreeableness < 4.25 to the right, improve=1.1694440, (0 missing)
## Extraversion < 4.25 to the left, improve=0.9974359, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.8539683, (0 missing)
## orientation < 2.5 to the left, improve=0.7587302, (0 missing)
## engnat < 1.5 to the left, improve=0.6779221, (0 missing)
## Surrogate splits:
## race < 20 to the left, agree=0.68, adj=0.111, (0 split)
##
## Node number 2637: 13 observations
## predicted class=Normal expected loss=0.3076923 P(node) =0.0006743438
## class counts: 1 1 9 2
## probabilities: 0.077 0.077 0.692 0.154
##
## Node number 2638: 18 observations
## predicted class=Severo expected loss=0.5555556 P(node) =0.0009337068
## class counts: 2 4 4 8
## probabilities: 0.111 0.222 0.222 0.444
##
## Node number 2639: 23 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.3913043 P(node) =0.00119307
## class counts: 2 0 14 7
## probabilities: 0.087 0.000 0.609 0.304
## left son=5278 (9 obs) right son=5279 (14 obs)
## Primary splits:
## Conscientiousness < 5.25 to the left, improve=2.5389920, (0 missing)
## engnat < 1.5 to the right, improve=0.7072464, (0 missing)
## familysize < 3.5 to the right, improve=0.4354515, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.4060559, (0 missing)
## race < 15 to the left, improve=0.2969900, (0 missing)
## Surrogate splits:
## familysize < 3.5 to the right, agree=0.696, adj=0.222, (0 split)
## Agreeableness < 5.25 to the right, agree=0.652, adj=0.111, (0 split)
## engnat < 1.5 to the right, agree=0.652, adj=0.111, (0 split)
## race < 15 to the left, agree=0.652, adj=0.111, (0 split)
##
## Node number 2642: 16 observations
## predicted class=Severo expected loss=0.5625 P(node) =0.0008299616
## class counts: 5 0 4 7
## probabilities: 0.312 0.000 0.250 0.438
##
## Node number 2643: 7 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 2 4 1
## probabilities: 0.000 0.286 0.571 0.143
##
## Node number 2648: 18 observations
## predicted class=Moderado expected loss=0.4444444 P(node) =0.0009337068
## class counts: 1 10 4 3
## probabilities: 0.056 0.556 0.222 0.167
##
## Node number 2649: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 1 2 4
## probabilities: 0.000 0.143 0.286 0.571
##
## Node number 2660: 30 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.7 P(node) =0.001556178
## class counts: 8 7 6 9
## probabilities: 0.267 0.233 0.200 0.300
## left son=5320 (21 obs) right son=5321 (9 obs)
## Primary splits:
## voted < 1.5 to the right, improve=1.6984130, (0 missing)
## Openness < 6.25 to the left, improve=1.0662530, (0 missing)
## familysize < 2.5 to the left, improve=0.9074960, (0 missing)
## Extraversion < 4.25 to the right, improve=0.8154762, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.7261905, (0 missing)
## Surrogate splits:
## urban < 1.5 to the right, agree=0.800, adj=0.333, (0 split)
## familysize < 7 to the left, agree=0.733, adj=0.111, (0 split)
##
## Node number 2661: 81 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.5308642 P(node) =0.004201681
## class counts: 10 15 38 18
## probabilities: 0.123 0.185 0.469 0.222
## left son=5322 (74 obs) right son=5323 (7 obs)
## Primary splits:
## hand < 1.5 to the left, improve=2.836170, (0 missing)
## orientation < 2.5 to the right, improve=1.804725, (0 missing)
## Extraversion < 5.75 to the right, improve=1.655101, (0 missing)
## race < 20 to the left, improve=1.419354, (0 missing)
## married < 1.5 to the left, improve=1.308546, (0 missing)
##
## Node number 2662: 73 observations
## predicted class=Normal expected loss=0.3835616 P(node) =0.0037867
## class counts: 10 4 45 14
## probabilities: 0.137 0.055 0.616 0.192
##
## Node number 2663: 34 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5882353 P(node) =0.001763668
## class counts: 1 8 14 11
## probabilities: 0.029 0.235 0.412 0.324
## left son=5326 (19 obs) right son=5327 (15 obs)
## Primary splits:
## urban < 2.5 to the right, improve=1.971723, (0 missing)
## familysize < 4.5 to the left, improve=1.664706, (0 missing)
## Agreeableness < 3.75 to the left, improve=1.630090, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.417337, (0 missing)
## Extraversion < 3.75 to the left, improve=0.925878, (0 missing)
## Surrogate splits:
## orientation < 1.5 to the left, agree=0.735, adj=0.400, (0 split)
## Agreeableness < 5.25 to the left, agree=0.676, adj=0.267, (0 split)
## Extraversion < 3.25 to the right, agree=0.618, adj=0.133, (0 split)
## familysize < 1.5 to the right, agree=0.618, adj=0.133, (0 split)
## race < 45 to the left, agree=0.588, adj=0.067, (0 split)
##
## Node number 2664: 20 observations, complexity param=0.0001398504
## predicted class=Moderado expected loss=0.55 P(node) =0.001037452
## class counts: 3 9 7 1
## probabilities: 0.150 0.450 0.350 0.050
## left son=5328 (9 obs) right son=5329 (11 obs)
## Primary splits:
## Agreeableness < 4.75 to the left, improve=1.2626260, (0 missing)
## familysize < 3.5 to the right, improve=1.0000000, (0 missing)
## urban < 2.5 to the right, improve=0.7500000, (0 missing)
## voted < 1.5 to the left, improve=0.7142857, (0 missing)
## Openness < 6 to the left, improve=0.2500000, (0 missing)
## Surrogate splits:
## orientation < 1.5 to the left, agree=0.75, adj=0.444, (0 split)
## Extraversion < 3.75 to the left, agree=0.65, adj=0.222, (0 split)
## married < 1.5 to the right, agree=0.65, adj=0.222, (0 split)
## Conscientiousness < 5.75 to the right, agree=0.60, adj=0.111, (0 split)
## hand < 1.5 to the left, agree=0.60, adj=0.111, (0 split)
##
## Node number 2665: 26 observations
## predicted class=Normal expected loss=0.3461538 P(node) =0.001348688
## class counts: 2 4 17 3
## probabilities: 0.077 0.154 0.654 0.115
##
## Node number 2680: 10 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.000518726
## class counts: 0 5 2 3
## probabilities: 0.000 0.500 0.200 0.300
##
## Node number 2681: 18 observations
## predicted class=Normal expected loss=0.3333333 P(node) =0.0009337068
## class counts: 1 3 12 2
## probabilities: 0.056 0.167 0.667 0.111
##
## Node number 2682: 7 observations
## predicted class=Moderado expected loss=0.2857143 P(node) =0.0003631082
## class counts: 1 5 1 0
## probabilities: 0.143 0.714 0.143 0.000
##
## Node number 2683: 35 observations, complexity param=0.0003146633
## predicted class=Severo expected loss=0.5714286 P(node) =0.001815541
## class counts: 2 8 10 15
## probabilities: 0.057 0.229 0.286 0.429
## left son=5366 (8 obs) right son=5367 (27 obs)
## Primary splits:
## Extraversion < 4.75 to the right, improve=1.4843920, (0 missing)
## Openness < 5.25 to the left, improve=1.3308690, (0 missing)
## familysize < 2.5 to the right, improve=0.9622180, (0 missing)
## religion < 2.5 to the right, improve=0.8511387, (0 missing)
## voted < 1.5 to the left, improve=0.8366460, (0 missing)
## Surrogate splits:
## race < 65 to the right, agree=0.8, adj=0.125, (0 split)
##
## Node number 2690: 8 observations
## predicted class=Moderado expected loss=0.375 P(node) =0.0004149808
## class counts: 2 5 0 1
## probabilities: 0.250 0.625 0.000 0.125
##
## Node number 2691: 13 observations
## predicted class=Leve expected loss=0.5384615 P(node) =0.0006743438
## class counts: 6 1 2 4
## probabilities: 0.462 0.077 0.154 0.308
##
## Node number 2692: 29 observations
## predicted class=Moderado expected loss=0.5172414 P(node) =0.001504305
## class counts: 2 14 6 7
## probabilities: 0.069 0.483 0.207 0.241
##
## Node number 2693: 16 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0008299616
## class counts: 4 2 2 8
## probabilities: 0.250 0.125 0.125 0.500
##
## Node number 2694: 7 observations
## predicted class=Leve expected loss=0.5714286 P(node) =0.0003631082
## class counts: 3 1 2 1
## probabilities: 0.429 0.143 0.286 0.143
##
## Node number 2695: 13 observations
## predicted class=Severo expected loss=0.3076923 P(node) =0.0006743438
## class counts: 3 1 0 9
## probabilities: 0.231 0.077 0.000 0.692
##
## Node number 2696: 71 observations, complexity param=0.0003566184
## predicted class=Moderado expected loss=0.6760563 P(node) =0.003682955
## class counts: 13 23 21 14
## probabilities: 0.183 0.324 0.296 0.197
## left son=5392 (62 obs) right son=5393 (9 obs)
## Primary splits:
## Agreeableness < 3.25 to the right, improve=2.591448, (0 missing)
## education < 2.5 to the left, improve=1.542698, (0 missing)
## familysize < 3.5 to the left, improve=1.449177, (0 missing)
## religion < 5 to the right, improve=1.221426, (0 missing)
## Openness < 5.75 to the right, improve=1.171039, (0 missing)
##
## Node number 2697: 15 observations
## predicted class=Severo expected loss=0.4666667 P(node) =0.000778089
## class counts: 1 0 6 8
## probabilities: 0.067 0.000 0.400 0.533
##
## Node number 2698: 90 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6222222 P(node) =0.004668534
## class counts: 17 23 16 34
## probabilities: 0.189 0.256 0.178 0.378
## left son=5396 (9 obs) right son=5397 (81 obs)
## Primary splits:
## race < 65 to the right, improve=2.135802, (0 missing)
## Openness < 6.25 to the right, improve=1.865940, (0 missing)
## education < 1.5 to the left, improve=1.452991, (0 missing)
## married < 1.5 to the right, improve=1.247222, (0 missing)
## orientation < 1.5 to the left, improve=1.188305, (0 missing)
##
## Node number 2699: 10 observations
## predicted class=Severo expected loss=0.4 P(node) =0.000518726
## class counts: 4 0 0 6
## probabilities: 0.400 0.000 0.000 0.600
##
## Node number 2700: 40 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.625 P(node) =0.002074904
## class counts: 6 9 15 10
## probabilities: 0.150 0.225 0.375 0.250
## left son=5400 (18 obs) right son=5401 (22 obs)
## Primary splits:
## education < 2.5 to the right, improve=1.717677, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.657071, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.424747, (0 missing)
## familysize < 3.5 to the right, improve=1.182323, (0 missing)
## race < 35 to the left, improve=1.064695, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.750, adj=0.444, (0 split)
## familysize < 3.5 to the right, agree=0.700, adj=0.333, (0 split)
## Extraversion < 5.25 to the right, agree=0.650, adj=0.222, (0 split)
## Conscientiousness < 3.25 to the left, agree=0.625, adj=0.167, (0 split)
## hand < 1.5 to the right, agree=0.625, adj=0.167, (0 split)
##
## Node number 2701: 13 observations
## predicted class=Normal expected loss=0.3076923 P(node) =0.0006743438
## class counts: 2 0 9 2
## probabilities: 0.154 0.000 0.692 0.154
##
## Node number 2702: 9 observations
## predicted class=Leve expected loss=0.6666667 P(node) =0.0004668534
## class counts: 3 2 3 1
## probabilities: 0.333 0.222 0.333 0.111
##
## Node number 2703: 57 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4912281 P(node) =0.002956738
## class counts: 3 9 16 29
## probabilities: 0.053 0.158 0.281 0.509
## left son=5406 (10 obs) right son=5407 (47 obs)
## Primary splits:
## hand < 1.5 to the right, improve=2.073311, (0 missing)
## Agreeableness < 6.25 to the right, improve=1.542105, (0 missing)
## Extraversion < 6.25 to the left, improve=1.519883, (0 missing)
## education < 3.5 to the right, improve=1.467105, (0 missing)
## EmotionalStability < 3.75 to the left, improve=1.379984, (0 missing)
## Surrogate splits:
## Agreeableness < 6.75 to the right, agree=0.842, adj=0.1, (0 split)
##
## Node number 2720: 9 observations
## predicted class=Leve expected loss=0.3333333 P(node) =0.0004668534
## class counts: 6 1 1 1
## probabilities: 0.667 0.111 0.111 0.111
##
## Node number 2721: 14 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0007262164
## class counts: 4 0 8 2
## probabilities: 0.286 0.000 0.571 0.143
##
## Node number 2752: 283 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.7102473 P(node) =0.01467995
## class counts: 52 78 71 82
## probabilities: 0.184 0.276 0.251 0.290
## left son=5504 (10 obs) right son=5505 (273 obs)
## Primary splits:
## Agreeableness < 3.25 to the left, improve=2.675657, (0 missing)
## orientation < 1.5 to the left, improve=2.392102, (0 missing)
## Extraversion < 3.25 to the right, improve=1.853455, (0 missing)
## familysize < 5.5 to the right, improve=1.606147, (0 missing)
## Openness < 4.25 to the right, improve=1.451272, (0 missing)
##
## Node number 2753: 10 observations
## predicted class=Severo expected loss=0.2 P(node) =0.000518726
## class counts: 1 0 1 8
## probabilities: 0.100 0.000 0.100 0.800
##
## Node number 2754: 142 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6478873 P(node) =0.007365909
## class counts: 28 35 29 50
## probabilities: 0.197 0.246 0.204 0.352
## left son=5508 (73 obs) right son=5509 (69 obs)
## Primary splits:
## Conscientiousness < 3.75 to the right, improve=2.3005170, (0 missing)
## orientation < 1.5 to the left, improve=1.6090500, (0 missing)
## familysize < 3.5 to the right, improve=1.1173050, (0 missing)
## Openness < 4.25 to the right, improve=1.1019920, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.8161517, (0 missing)
## Surrogate splits:
## Agreeableness < 5.25 to the left, agree=0.556, adj=0.087, (0 split)
## religion < 6.5 to the right, agree=0.556, adj=0.087, (0 split)
## education < 1.5 to the right, agree=0.549, adj=0.072, (0 split)
## orientation < 0.5 to the right, agree=0.549, adj=0.072, (0 split)
## race < 15 to the left, agree=0.549, adj=0.072, (0 split)
##
## Node number 2755: 157 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5541401 P(node) =0.008143998
## class counts: 19 48 20 70
## probabilities: 0.121 0.306 0.127 0.446
## left son=5510 (137 obs) right son=5511 (20 obs)
## Primary splits:
## education < 3.5 to the left, improve=2.111312, (0 missing)
## Extraversion < 3.75 to the left, improve=1.824205, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.439672, (0 missing)
## familysize < 5.5 to the left, improve=1.358643, (0 missing)
## engnat < 1.5 to the left, improve=1.048147, (0 missing)
##
## Node number 2760: 23 observations
## predicted class=Moderado expected loss=0.4347826 P(node) =0.00119307
## class counts: 3 13 3 4
## probabilities: 0.130 0.565 0.130 0.174
##
## Node number 2761: 8 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0004149808
## class counts: 0 2 1 5
## probabilities: 0.000 0.250 0.125 0.625
##
## Node number 2786: 10 observations
## predicted class=Normal expected loss=0.7 P(node) =0.000518726
## class counts: 2 2 3 3
## probabilities: 0.200 0.200 0.300 0.300
##
## Node number 2787: 12 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.0006224712
## class counts: 1 6 0 5
## probabilities: 0.083 0.500 0.000 0.417
##
## Node number 2816: 11 observations
## predicted class=Leve expected loss=0.4545455 P(node) =0.0005705986
## class counts: 6 0 3 2
## probabilities: 0.545 0.000 0.273 0.182
##
## Node number 2817: 43 observations
## predicted class=Normal expected loss=0.5348837 P(node) =0.002230522
## class counts: 8 5 20 10
## probabilities: 0.186 0.116 0.465 0.233
##
## Node number 2824: 30 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.6 P(node) =0.001556178
## class counts: 4 6 12 8
## probabilities: 0.133 0.200 0.400 0.267
## left son=5648 (11 obs) right son=5649 (19 obs)
## Primary splits:
## religion < 7.5 to the left, improve=2.328549, (0 missing)
## engnat < 1.5 to the left, improve=1.851190, (0 missing)
## EmotionalStability < 3.75 to the left, improve=1.833333, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.733333, (0 missing)
## voted < 1.5 to the right, improve=1.722222, (0 missing)
## Surrogate splits:
## Conscientiousness < 5.75 to the right, agree=0.700, adj=0.182, (0 split)
## race < 35 to the right, agree=0.700, adj=0.182, (0 split)
## familysize < 2.5 to the left, agree=0.700, adj=0.182, (0 split)
## Agreeableness < 6.25 to the right, agree=0.667, adj=0.091, (0 split)
## Openness < 4.25 to the left, agree=0.667, adj=0.091, (0 split)
##
## Node number 2825: 161 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.6024845 P(node) =0.008351489
## class counts: 28 40 29 64
## probabilities: 0.174 0.248 0.180 0.398
## left son=5650 (36 obs) right son=5651 (125 obs)
## Primary splits:
## familysize < 4.5 to the right, improve=1.840395, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.221785, (0 missing)
## Extraversion < 1.75 to the left, improve=1.220899, (0 missing)
## orientation < 2.5 to the left, improve=1.091331, (0 missing)
## hand < 1.5 to the right, improve=1.001709, (0 missing)
##
## Node number 2876: 53 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.509434 P(node) =0.002749248
## class counts: 3 10 14 26
## probabilities: 0.057 0.189 0.264 0.491
## left son=5752 (42 obs) right son=5753 (11 obs)
## Primary splits:
## religion < 1.5 to the right, improve=2.1226010, (0 missing)
## urban < 2.5 to the right, improve=1.8026870, (0 missing)
## Conscientiousness < 4.25 to the right, improve=1.0730220, (0 missing)
## orientation < 1.5 to the right, improve=1.0232460, (0 missing)
## Agreeableness < 2.75 to the right, improve=0.8087479, (0 missing)
##
## Node number 2877: 51 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3137255 P(node) =0.002645503
## class counts: 3 7 6 35
## probabilities: 0.059 0.137 0.118 0.686
## left son=5754 (23 obs) right son=5755 (28 obs)
## Primary splits:
## race < 35 to the right, improve=2.7614790, (0 missing)
## Extraversion < 2.25 to the left, improve=2.3872550, (0 missing)
## religion < 8.5 to the left, improve=1.8695630, (0 missing)
## familysize < 2.5 to the left, improve=1.2946620, (0 missing)
## urban < 2.5 to the left, improve=0.7583729, (0 missing)
## Surrogate splits:
## religion < 8.5 to the left, agree=0.863, adj=0.696, (0 split)
## familysize < 2.5 to the left, agree=0.784, adj=0.522, (0 split)
## Extraversion < 2.25 to the left, agree=0.686, adj=0.304, (0 split)
## engnat < 1.5 to the left, agree=0.686, adj=0.304, (0 split)
## gender < 1.5 to the left, agree=0.667, adj=0.261, (0 split)
##
## Node number 2982: 20 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.65 P(node) =0.001037452
## class counts: 2 5 7 6
## probabilities: 0.100 0.250 0.350 0.300
## left son=5964 (13 obs) right son=5965 (7 obs)
## Primary splits:
## gender < 1.5 to the right, improve=1.0912090, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.9373626, (0 missing)
## familysize < 2.5 to the left, improve=0.9373626, (0 missing)
## Openness < 3.75 to the left, improve=0.7166667, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.5424242, (0 missing)
## Surrogate splits:
## voted < 1.5 to the right, agree=0.80, adj=0.429, (0 split)
## Agreeableness < 4.75 to the right, agree=0.75, adj=0.286, (0 split)
## Openness < 4.25 to the left, agree=0.75, adj=0.286, (0 split)
## urban < 2.5 to the right, agree=0.75, adj=0.286, (0 split)
## familysize < 2.5 to the left, agree=0.70, adj=0.143, (0 split)
##
## Node number 2983: 12 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.0006224712
## class counts: 2 0 2 8
## probabilities: 0.167 0.000 0.167 0.667
##
## Node number 2996: 14 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0007262164
## class counts: 0 3 3 8
## probabilities: 0.000 0.214 0.214 0.571
##
## Node number 2997: 8 observations
## predicted class=Normal expected loss=0.375 P(node) =0.0004149808
## class counts: 0 0 5 3
## probabilities: 0.000 0.000 0.625 0.375
##
## Node number 3074: 9 observations
## predicted class=Moderado expected loss=0.3333333 P(node) =0.0004668534
## class counts: 1 6 1 1
## probabilities: 0.111 0.667 0.111 0.111
##
## Node number 3075: 33 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5757576 P(node) =0.001711796
## class counts: 4 10 5 14
## probabilities: 0.121 0.303 0.152 0.424
## left son=6150 (8 obs) right son=6151 (25 obs)
## Primary splits:
## orientation < 2.5 to the right, improve=1.5278790, (0 missing)
## engnat < 1.5 to the left, improve=1.0021650, (0 missing)
## Conscientiousness < 5.75 to the left, improve=0.7801865, (0 missing)
## gender < 1.5 to the right, improve=0.6669997, (0 missing)
## education < 2.5 to the right, improve=0.5357049, (0 missing)
##
## Node number 3076: 14 observations
## predicted class=Normal expected loss=0.6428571 P(node) =0.0007262164
## class counts: 4 2 5 3
## probabilities: 0.286 0.143 0.357 0.214
##
## Node number 3077: 37 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.5405405 P(node) =0.001919286
## class counts: 2 17 9 9
## probabilities: 0.054 0.459 0.243 0.243
## left son=6154 (16 obs) right son=6155 (21 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=1.0300840, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.7582583, (0 missing)
## Conscientiousness < 5.75 to the right, improve=0.5777027, (0 missing)
## Openness < 5.25 to the right, improve=0.5138915, (0 missing)
## religion < 8.5 to the left, improve=0.3180873, (0 missing)
## Surrogate splits:
## Agreeableness < 5.25 to the right, agree=0.703, adj=0.313, (0 split)
## religion < 3 to the left, agree=0.703, adj=0.313, (0 split)
## education < 1.5 to the left, agree=0.649, adj=0.188, (0 split)
## Openness < 3.5 to the left, agree=0.622, adj=0.125, (0 split)
## gender < 1.5 to the left, agree=0.622, adj=0.125, (0 split)
##
## Node number 3082: 16 observations
## predicted class=Normal expected loss=0.375 P(node) =0.0008299616
## class counts: 1 3 10 2
## probabilities: 0.062 0.188 0.625 0.125
##
## Node number 3083: 11 observations
## predicted class=Severo expected loss=0.4545455 P(node) =0.0005705986
## class counts: 0 1 4 6
## probabilities: 0.000 0.091 0.364 0.545
##
## Node number 3084: 21 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.6666667 P(node) =0.001089325
## class counts: 4 4 7 6
## probabilities: 0.190 0.190 0.333 0.286
## left son=6168 (7 obs) right son=6169 (14 obs)
## Primary splits:
## Openness < 5.75 to the right, improve=1.2857140, (0 missing)
## education < 2.5 to the left, improve=1.2857140, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.1978020, (0 missing)
## familysize < 3.5 to the left, improve=0.9862637, (0 missing)
## race < 35 to the left, improve=0.7939560, (0 missing)
## Surrogate splits:
## education < 1.5 to the left, agree=0.810, adj=0.429, (0 split)
## Agreeableness < 6.25 to the right, agree=0.714, adj=0.143, (0 split)
## race < 65 to the right, agree=0.714, adj=0.143, (0 split)
##
## Node number 3085: 45 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.4666667 P(node) =0.002334267
## class counts: 8 6 7 24
## probabilities: 0.178 0.133 0.156 0.533
## left son=6170 (9 obs) right son=6171 (36 obs)
## Primary splits:
## Agreeableness < 5.25 to the right, improve=1.5555560, (0 missing)
## Openness < 3.75 to the left, improve=1.4444440, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.2880490, (0 missing)
## familysize < 4.5 to the right, improve=1.0555560, (0 missing)
## education < 2.5 to the right, improve=0.4620114, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the left, agree=0.844, adj=0.222, (0 split)
## familysize < 1.5 to the left, agree=0.822, adj=0.111, (0 split)
##
## Node number 3096: 11 observations
## predicted class=Leve expected loss=0.5454545 P(node) =0.0005705986
## class counts: 5 3 2 1
## probabilities: 0.455 0.273 0.182 0.091
##
## Node number 3097: 35 observations, complexity param=0.0001678204
## predicted class=Moderado expected loss=0.6285714 P(node) =0.001815541
## class counts: 6 13 3 13
## probabilities: 0.171 0.371 0.086 0.371
## left son=6194 (28 obs) right son=6195 (7 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=0.7000000, (0 missing)
## urban < 2.5 to the right, improve=0.6519141, (0 missing)
## familysize < 3.5 to the right, improve=0.6163534, (0 missing)
## education < 2.5 to the right, improve=0.5495671, (0 missing)
## engnat < 1.5 to the right, improve=0.4645503, (0 missing)
##
## Node number 3120: 8 observations
## predicted class=Moderado expected loss=0.375 P(node) =0.0004149808
## class counts: 0 5 2 1
## probabilities: 0.000 0.625 0.250 0.125
##
## Node number 3121: 36 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.6666667 P(node) =0.001867414
## class counts: 6 7 11 12
## probabilities: 0.167 0.194 0.306 0.333
## left son=6242 (9 obs) right son=6243 (27 obs)
## Primary splits:
## Agreeableness < 3.75 to the left, improve=1.3888890, (0 missing)
## Openness < 4.75 to the left, improve=1.3888890, (0 missing)
## Extraversion < 6.25 to the right, improve=1.1322670, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.1027780, (0 missing)
## familysize < 3.5 to the right, improve=0.9206349, (0 missing)
## Surrogate splits:
## familysize < 0.5 to the left, agree=0.806, adj=0.222, (0 split)
## urban < 1.5 to the left, agree=0.778, adj=0.111, (0 split)
##
## Node number 3144: 15 observations
## predicted class=Moderado expected loss=0.6666667 P(node) =0.000778089
## class counts: 3 5 4 3
## probabilities: 0.200 0.333 0.267 0.200
##
## Node number 3145: 16 observations
## predicted class=Severo expected loss=0.4375 P(node) =0.0008299616
## class counts: 5 1 1 9
## probabilities: 0.312 0.062 0.062 0.562
##
## Node number 3146: 67 observations, complexity param=0.0002797007
## predicted class=Moderado expected loss=0.5373134 P(node) =0.003475464
## class counts: 10 31 7 19
## probabilities: 0.149 0.463 0.104 0.284
## left son=6292 (60 obs) right son=6293 (7 obs)
## Primary splits:
## Openness < 6.25 to the left, improve=2.335252, (0 missing)
## race < 65 to the left, improve=2.044776, (0 missing)
## Conscientiousness < 6.75 to the left, improve=1.430369, (0 missing)
## religion < 2.5 to the left, improve=1.420967, (0 missing)
## familysize < 2.5 to the left, improve=1.063644, (0 missing)
##
## Node number 3147: 36 observations, complexity param=0.0002797007
## predicted class=Severo expected loss=0.5 P(node) =0.001867414
## class counts: 2 12 4 18
## probabilities: 0.056 0.333 0.111 0.500
## left son=6294 (8 obs) right son=6295 (28 obs)
## Primary splits:
## religion < 9 to the left, improve=2.5873020, (0 missing)
## race < 35 to the right, improve=1.0651340, (0 missing)
## familysize < 2.5 to the left, improve=0.9898990, (0 missing)
## Extraversion < 5.25 to the right, improve=0.9675214, (0 missing)
## engnat < 1.5 to the left, improve=0.3208081, (0 missing)
## Surrogate splits:
## gender < 1.5 to the left, agree=0.806, adj=0.125, (0 split)
## familysize < 2.5 to the left, agree=0.806, adj=0.125, (0 split)
##
## Node number 3174: 41 observations
## predicted class=Severo expected loss=0.4390244 P(node) =0.002126777
## class counts: 8 6 4 23
## probabilities: 0.195 0.146 0.098 0.561
##
## Node number 3175: 9 observations
## predicted class=Normal expected loss=0.4444444 P(node) =0.0004668534
## class counts: 1 0 5 3
## probabilities: 0.111 0.000 0.556 0.333
##
## Node number 3192: 12 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0006224712
## class counts: 2 1 6 3
## probabilities: 0.167 0.083 0.500 0.250
##
## Node number 3193: 13 observations
## predicted class=Severo expected loss=0.4615385 P(node) =0.0006743438
## class counts: 0 5 1 7
## probabilities: 0.000 0.385 0.077 0.538
##
## Node number 3200: 12 observations
## predicted class=Moderado expected loss=0.4166667 P(node) =0.0006224712
## class counts: 2 7 1 2
## probabilities: 0.167 0.583 0.083 0.167
##
## Node number 3201: 68 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.6617647 P(node) =0.003527337
## class counts: 11 22 12 23
## probabilities: 0.162 0.324 0.176 0.338
## left son=6402 (61 obs) right son=6403 (7 obs)
## Primary splits:
## religion < 1.5 to the right, improve=1.5712220, (0 missing)
## Agreeableness < 5.75 to the right, improve=1.4225490, (0 missing)
## urban < 1.5 to the right, improve=1.3569310, (0 missing)
## Conscientiousness < 2.75 to the right, improve=0.9969935, (0 missing)
## gender < 1.5 to the right, improve=0.6564752, (0 missing)
## Surrogate splits:
## Agreeableness < 2.25 to the right, agree=0.926, adj=0.286, (0 split)
##
## Node number 3204: 184 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.6032609 P(node) =0.009544559
## class counts: 17 52 42 73
## probabilities: 0.092 0.283 0.228 0.397
## left son=6408 (161 obs) right son=6409 (23 obs)
## Primary splits:
## familysize < 5.5 to the left, improve=1.681677, (0 missing)
## Conscientiousness < 2.25 to the left, improve=1.513949, (0 missing)
## Openness < 2.25 to the left, improve=1.491601, (0 missing)
## Agreeableness < 5.75 to the right, improve=1.141693, (0 missing)
## Extraversion < 5.25 to the left, improve=1.102928, (0 missing)
##
## Node number 3205: 30 observations
## predicted class=Severo expected loss=0.4333333 P(node) =0.001556178
## class counts: 4 8 1 17
## probabilities: 0.133 0.267 0.033 0.567
##
## Node number 3252: 21 observations
## predicted class=Moderado expected loss=0.4761905 P(node) =0.001089325
## class counts: 0 11 3 7
## probabilities: 0.000 0.524 0.143 0.333
##
## Node number 3253: 16 observations
## predicted class=Severo expected loss=0.4375 P(node) =0.0008299616
## class counts: 0 4 3 9
## probabilities: 0.000 0.250 0.188 0.562
##
## Node number 3272: 14 observations
## predicted class=Moderado expected loss=0.3571429 P(node) =0.0007262164
## class counts: 1 9 2 2
## probabilities: 0.071 0.643 0.143 0.143
##
## Node number 3273: 24 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5416667 P(node) =0.001244942
## class counts: 2 7 4 11
## probabilities: 0.083 0.292 0.167 0.458
## left son=6546 (9 obs) right son=6547 (15 obs)
## Primary splits:
## Extraversion < 4.75 to the right, improve=1.8166670, (0 missing)
## familysize < 5.5 to the right, improve=0.5976190, (0 missing)
## education < 3.5 to the right, improve=0.5035014, (0 missing)
## urban < 2.5 to the left, improve=0.4261905, (0 missing)
## Openness < 4.25 to the right, improve=0.3690476, (0 missing)
## Surrogate splits:
## Agreeableness < 3.25 to the left, agree=0.708, adj=0.222, (0 split)
## familysize < 5.5 to the left, agree=0.708, adj=0.222, (0 split)
## gender < 1.5 to the left, agree=0.667, adj=0.111, (0 split)
##
## Node number 3276: 47 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.5744681 P(node) =0.002438012
## class counts: 5 12 10 20
## probabilities: 0.106 0.255 0.213 0.426
## left son=6552 (19 obs) right son=6553 (28 obs)
## Primary splits:
## education < 2.5 to the right, improve=1.6794910, (0 missing)
## Openness < 6.25 to the left, improve=1.3929840, (0 missing)
## hand < 1.5 to the right, improve=1.1159570, (0 missing)
## orientation < 2.5 to the right, improve=0.6302432, (0 missing)
## voted < 1.5 to the left, improve=0.5040527, (0 missing)
## Surrogate splits:
## race < 20 to the left, agree=0.681, adj=0.211, (0 split)
## voted < 1.5 to the left, agree=0.681, adj=0.211, (0 split)
## married < 1.5 to the right, agree=0.660, adj=0.158, (0 split)
## Openness < 3.75 to the left, agree=0.638, adj=0.105, (0 split)
## religion < 8.5 to the right, agree=0.638, adj=0.105, (0 split)
##
## Node number 3277: 86 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.4302326 P(node) =0.004461044
## class counts: 8 23 6 49
## probabilities: 0.093 0.267 0.070 0.570
## left son=6554 (7 obs) right son=6555 (79 obs)
## Primary splits:
## orientation < 0.5 to the left, improve=1.4401360, (0 missing)
## urban < 2.5 to the right, improve=1.4132750, (0 missing)
## Openness < 3.75 to the left, improve=0.8973120, (0 missing)
## familysize < 2.5 to the left, improve=0.5766070, (0 missing)
## gender < 1.5 to the left, improve=0.5650609, (0 missing)
##
## Node number 3296: 38 observations, complexity param=0.0001258653
## predicted class=Moderado expected loss=0.5 P(node) =0.001971159
## class counts: 2 19 4 13
## probabilities: 0.053 0.500 0.105 0.342
## left son=6592 (20 obs) right son=6593 (18 obs)
## Primary splits:
## race < 50 to the left, improve=1.4263160, (0 missing)
## familysize < 3.5 to the right, improve=0.9975802, (0 missing)
## engnat < 1.5 to the right, improve=0.9741272, (0 missing)
## Extraversion < 5.75 to the left, improve=0.8192451, (0 missing)
## Openness < 6.25 to the left, improve=0.7406015, (0 missing)
## Surrogate splits:
## religion < 7 to the right, agree=0.763, adj=0.500, (0 split)
## engnat < 1.5 to the right, agree=0.711, adj=0.389, (0 split)
## Openness < 4.25 to the left, agree=0.658, adj=0.278, (0 split)
## familysize < 2.5 to the right, agree=0.658, adj=0.278, (0 split)
## Agreeableness < 4.75 to the right, agree=0.632, adj=0.222, (0 split)
##
## Node number 3297: 8 observations
## predicted class=Severo expected loss=0.25 P(node) =0.0004149808
## class counts: 1 1 0 6
## probabilities: 0.125 0.125 0.000 0.750
##
## Node number 3392: 59 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.6440678 P(node) =0.003060483
## class counts: 11 14 13 21
## probabilities: 0.186 0.237 0.220 0.356
## left son=6784 (39 obs) right son=6785 (20 obs)
## Primary splits:
## gender < 1.5 to the right, improve=1.557366, (0 missing)
## familysize < 1.5 to the left, improve=1.229312, (0 missing)
## religion < 1.5 to the right, improve=1.024644, (0 missing)
## race < 65 to the right, improve=1.008136, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.003430, (0 missing)
## Surrogate splits:
## religion < 2.5 to the right, agree=0.746, adj=0.25, (0 split)
## Agreeableness < 3.75 to the right, agree=0.712, adj=0.15, (0 split)
## urban < 1.5 to the right, agree=0.678, adj=0.05, (0 split)
##
## Node number 3393: 21 observations, complexity param=0.000116542
## predicted class=Normal expected loss=0.5238095 P(node) =0.001089325
## class counts: 0 3 10 8
## probabilities: 0.000 0.143 0.476 0.381
## left son=6786 (13 obs) right son=6787 (8 obs)
## Primary splits:
## familysize < 2.5 to the left, improve=1.4349820, (0 missing)
## Openness < 5.25 to the left, improve=0.9255411, (0 missing)
## Conscientiousness < 5.25 to the right, improve=0.8174603, (0 missing)
## Agreeableness < 4.25 to the left, improve=0.6891775, (0 missing)
## Extraversion < 2.25 to the left, improve=0.5119048, (0 missing)
## Surrogate splits:
## Conscientiousness < 5.25 to the right, agree=0.762, adj=0.375, (0 split)
## religion < 8.5 to the left, agree=0.762, adj=0.375, (0 split)
## hand < 1.5 to the left, agree=0.714, adj=0.250, (0 split)
## race < 65 to the left, agree=0.714, adj=0.250, (0 split)
## Openness < 5.75 to the left, agree=0.667, adj=0.125, (0 split)
##
## Node number 3394: 30 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5666667 P(node) =0.001556178
## class counts: 8 7 2 13
## probabilities: 0.267 0.233 0.067 0.433
## left son=6788 (22 obs) right son=6789 (8 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=1.9212120, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.8530300, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.3666670, (0 missing)
## engnat < 1.5 to the left, improve=1.0698410, (0 missing)
## religion < 9.5 to the left, improve=0.9746032, (0 missing)
## Surrogate splits:
## religion < 9.5 to the left, agree=0.767, adj=0.125, (0 split)
##
## Node number 3395: 12 observations
## predicted class=Severo expected loss=0.25 P(node) =0.0006224712
## class counts: 0 2 1 9
## probabilities: 0.000 0.167 0.083 0.750
##
## Node number 3396: 9 observations
## predicted class=Leve expected loss=0.5555556 P(node) =0.0004668534
## class counts: 4 2 1 2
## probabilities: 0.444 0.222 0.111 0.222
##
## Node number 3397: 19 observations
## predicted class=Severo expected loss=0.4736842 P(node) =0.0009855794
## class counts: 3 2 4 10
## probabilities: 0.158 0.105 0.211 0.526
##
## Node number 3398: 46 observations
## predicted class=Severo expected loss=0.3478261 P(node) =0.00238614
## class counts: 5 5 6 30
## probabilities: 0.109 0.109 0.130 0.652
##
## Node number 3399: 24 observations, complexity param=0.000116542
## predicted class=Severo expected loss=0.5 P(node) =0.001244942
## class counts: 0 3 9 12
## probabilities: 0.000 0.125 0.375 0.500
## left son=6798 (11 obs) right son=6799 (13 obs)
## Primary splits:
## religion < 8 to the left, improve=1.7045450, (0 missing)
## engnat < 1.5 to the left, improve=1.0500000, (0 missing)
## Openness < 3.75 to the left, improve=0.7388889, (0 missing)
## gender < 1.5 to the right, improve=0.6869748, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.3750000, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the left, agree=0.792, adj=0.545, (0 split)
## race < 65 to the left, agree=0.792, adj=0.545, (0 split)
## familysize < 3.5 to the left, agree=0.708, adj=0.364, (0 split)
## urban < 2.5 to the left, agree=0.667, adj=0.273, (0 split)
## Extraversion < 1.25 to the left, agree=0.625, adj=0.182, (0 split)
##
## Node number 3440: 19 observations
## predicted class=Moderado expected loss=0.5789474 P(node) =0.0009855794
## class counts: 6 8 1 4
## probabilities: 0.316 0.421 0.053 0.211
##
## Node number 3441: 22 observations
## predicted class=Severo expected loss=0.3636364 P(node) =0.001141197
## class counts: 1 6 1 14
## probabilities: 0.045 0.273 0.045 0.636
##
## Node number 3536: 15 observations
## predicted class=Moderado expected loss=0.3333333 P(node) =0.000778089
## class counts: 0 10 1 4
## probabilities: 0.000 0.667 0.067 0.267
##
## Node number 3537: 18 observations
## predicted class=Severo expected loss=0.5555556 P(node) =0.0009337068
## class counts: 3 6 1 8
## probabilities: 0.167 0.333 0.056 0.444
##
## Node number 3840: 29 observations
## predicted class=Moderado expected loss=0.3793103 P(node) =0.001504305
## class counts: 4 18 3 4
## probabilities: 0.138 0.621 0.103 0.138
##
## Node number 3841: 34 observations, complexity param=0.0002097755
## predicted class=Moderado expected loss=0.5882353 P(node) =0.001763668
## class counts: 4 14 2 14
## probabilities: 0.118 0.412 0.059 0.412
## left son=7682 (23 obs) right son=7683 (11 obs)
## Primary splits:
## Agreeableness < 3.75 to the right, improve=1.2025110, (0 missing)
## familysize < 4.5 to the right, improve=0.9700722, (0 missing)
## urban < 1.5 to the right, improve=0.7267974, (0 missing)
## Extraversion < 5.25 to the right, improve=0.7058824, (0 missing)
## Openness < 5.25 to the left, improve=0.6017205, (0 missing)
##
## Node number 3842: 39 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6153846 P(node) =0.002023031
## class counts: 8 10 6 15
## probabilities: 0.205 0.256 0.154 0.385
## left son=7684 (7 obs) right son=7685 (32 obs)
## Primary splits:
## married < 1.5 to the right, improve=1.8525640, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.5116550, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.9009512, (0 missing)
## Openness < 5.25 to the left, improve=0.8623044, (0 missing)
## orientation < 1.5 to the right, improve=0.8364351, (0 missing)
##
## Node number 3843: 7 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 0 4 2
## probabilities: 0.143 0.000 0.571 0.286
##
## Node number 3844: 13 observations
## predicted class=Moderado expected loss=0.3846154 P(node) =0.0006743438
## class counts: 0 8 4 1
## probabilities: 0.000 0.615 0.308 0.077
##
## Node number 3845: 24 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5416667 P(node) =0.001244942
## class counts: 3 6 4 11
## probabilities: 0.125 0.250 0.167 0.458
## left son=7690 (7 obs) right son=7691 (17 obs)
## Primary splits:
## Agreeableness < 3.75 to the left, improve=2.0133050, (0 missing)
## Openness < 4.75 to the left, improve=1.0833330, (0 missing)
## engnat < 1.5 to the left, improve=0.8452381, (0 missing)
## urban < 2.5 to the right, improve=0.6388889, (0 missing)
## familysize < 4.5 to the left, improve=0.5844988, (0 missing)
##
## Node number 3858: 9 observations
## predicted class=Moderado expected loss=0.5555556 P(node) =0.0004668534
## class counts: 3 4 0 2
## probabilities: 0.333 0.444 0.000 0.222
##
## Node number 3859: 12 observations
## predicted class=Severo expected loss=0.3333333 P(node) =0.0006224712
## class counts: 0 3 1 8
## probabilities: 0.000 0.250 0.083 0.667
##
## Node number 3860: 32 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5625 P(node) =0.001659923
## class counts: 3 10 5 14
## probabilities: 0.094 0.312 0.156 0.438
## left son=7720 (19 obs) right son=7721 (13 obs)
## Primary splits:
## Agreeableness < 3.75 to the left, improve=2.116650, (0 missing)
## familysize < 3.5 to the left, improve=1.270833, (0 missing)
## Extraversion < 5.75 to the right, improve=1.120698, (0 missing)
## race < 25 to the right, improve=1.116071, (0 missing)
## religion < 7.5 to the right, improve=1.005147, (0 missing)
## Surrogate splits:
## Conscientiousness < 5.25 to the right, agree=0.656, adj=0.154, (0 split)
## Openness < 4.25 to the right, agree=0.656, adj=0.154, (0 split)
## engnat < 1.5 to the left, agree=0.656, adj=0.154, (0 split)
## race < 25 to the right, agree=0.656, adj=0.154, (0 split)
## Extraversion < 6.25 to the left, agree=0.625, adj=0.077, (0 split)
##
## Node number 3861: 41 observations
## predicted class=Severo expected loss=0.3170732 P(node) =0.002126777
## class counts: 2 8 3 28
## probabilities: 0.049 0.195 0.073 0.683
##
## Node number 3876: 54 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5740741 P(node) =0.00280112
## class counts: 10 16 5 23
## probabilities: 0.185 0.296 0.093 0.426
## left son=7752 (11 obs) right son=7753 (43 obs)
## Primary splits:
## religion < 1.5 to the left, improve=2.2432860, (0 missing)
## familysize < 2.5 to the left, improve=1.2855110, (0 missing)
## urban < 1.5 to the right, improve=1.2299660, (0 missing)
## engnat < 1.5 to the left, improve=1.2085880, (0 missing)
## married < 1.5 to the left, improve=0.9353822, (0 missing)
## Surrogate splits:
## Extraversion < 1.75 to the left, agree=0.815, adj=0.091, (0 split)
##
## Node number 3877: 39 observations
## predicted class=Severo expected loss=0.2820513 P(node) =0.002023031
## class counts: 3 6 2 28
## probabilities: 0.077 0.154 0.051 0.718
##
## Node number 3888: 213 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.4225352 P(node) =0.01104886
## class counts: 12 55 23 123
## probabilities: 0.056 0.258 0.108 0.577
## left son=7776 (43 obs) right son=7777 (170 obs)
## Primary splits:
## Extraversion < 3.75 to the right, improve=3.721683, (0 missing)
## religion < 3 to the right, improve=3.001078, (0 missing)
## education < 3.5 to the right, improve=2.403246, (0 missing)
## urban < 2.5 to the left, improve=1.153843, (0 missing)
## Openness < 4.25 to the left, improve=1.145019, (0 missing)
##
## Node number 3889: 377 observations
## predicted class=Severo expected loss=0.3156499 P(node) =0.01955597
## class counts: 15 82 22 258
## probabilities: 0.040 0.218 0.058 0.684
##
## Node number 3916: 100 observations, complexity param=0.0001311097
## predicted class=Severo expected loss=0.45 P(node) =0.00518726
## class counts: 12 18 15 55
## probabilities: 0.120 0.180 0.150 0.550
## left son=7832 (24 obs) right son=7833 (76 obs)
## Primary splits:
## Conscientiousness < 2.75 to the left, improve=1.517368, (0 missing)
## religion < 5 to the left, improve=1.422941, (0 missing)
## familysize < 3.5 to the left, improve=1.236667, (0 missing)
## engnat < 1.5 to the right, improve=1.036667, (0 missing)
## Extraversion < 5.25 to the right, improve=0.920000, (0 missing)
##
## Node number 3917: 16 observations
## predicted class=Severo expected loss=0.125 P(node) =0.0008299616
## class counts: 2 0 0 14
## probabilities: 0.125 0.000 0.000 0.875
##
## Node number 4096: 21 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.5238095 P(node) =0.001089325
## class counts: 9 2 10 0
## probabilities: 0.429 0.095 0.476 0.000
## left son=8192 (12 obs) right son=8193 (9 obs)
## Primary splits:
## Openness < 4.75 to the right, improve=3.0238100, (0 missing)
## EmotionalStability < 4.75 to the left, improve=1.3333330, (0 missing)
## Conscientiousness < 3.25 to the left, improve=0.7481685, (0 missing)
## urban < 2.5 to the right, improve=0.5359307, (0 missing)
## education < 2.5 to the left, improve=0.4126984, (0 missing)
## Surrogate splits:
## race < 15 to the right, agree=0.714, adj=0.333, (0 split)
## urban < 1.5 to the right, agree=0.667, adj=0.222, (0 split)
## Extraversion < 3.75 to the right, agree=0.619, adj=0.111, (0 split)
## education < 2.5 to the left, agree=0.619, adj=0.111, (0 split)
## gender < 1.5 to the right, agree=0.619, adj=0.111, (0 split)
##
## Node number 4097: 77 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.6753247 P(node) =0.00399419
## class counts: 17 22 25 13
## probabilities: 0.221 0.286 0.325 0.169
## left son=8194 (65 obs) right son=8195 (12 obs)
## Primary splits:
## Openness < 5.75 to the left, improve=3.526274, (0 missing)
## religion < 6.5 to the right, improve=2.539673, (0 missing)
## race < 35 to the left, improve=2.065037, (0 missing)
## orientation < 3.5 to the left, improve=1.979416, (0 missing)
## gender < 1.5 to the right, improve=1.668219, (0 missing)
## Surrogate splits:
## religion < 2.5 to the right, agree=0.883, adj=0.250, (0 split)
## Extraversion < 4.75 to the left, agree=0.857, adj=0.083, (0 split)
##
## Node number 4124: 14 observations
## predicted class=Normal expected loss=0.3571429 P(node) =0.0007262164
## class counts: 2 0 9 3
## probabilities: 0.143 0.000 0.643 0.214
##
## Node number 4125: 11 observations
## predicted class=Severo expected loss=0.4545455 P(node) =0.0005705986
## class counts: 0 2 3 6
## probabilities: 0.000 0.182 0.273 0.545
##
## Node number 4196: 10 observations
## predicted class=Leve expected loss=0.6 P(node) =0.000518726
## class counts: 4 2 3 1
## probabilities: 0.400 0.200 0.300 0.100
##
## Node number 4197: 11 observations
## predicted class=Normal expected loss=0.4545455 P(node) =0.0005705986
## class counts: 0 1 6 4
## probabilities: 0.000 0.091 0.545 0.364
##
## Node number 4240: 7 observations
## predicted class=Leve expected loss=0.2857143 P(node) =0.0003631082
## class counts: 5 0 1 1
## probabilities: 0.714 0.000 0.143 0.143
##
## Node number 4241: 13 observations
## predicted class=Normal expected loss=0.5384615 P(node) =0.0006743438
## class counts: 3 1 6 3
## probabilities: 0.231 0.077 0.462 0.231
##
## Node number 4254: 46 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.5869565 P(node) =0.00238614
## class counts: 9 5 19 13
## probabilities: 0.196 0.109 0.413 0.283
## left son=8508 (36 obs) right son=8509 (10 obs)
## Primary splits:
## race < 65 to the left, improve=2.8294690, (0 missing)
## Openness < 6.25 to the left, improve=1.9314890, (0 missing)
## religion < 3.5 to the right, improve=1.8046820, (0 missing)
## Conscientiousness < 6.75 to the right, improve=1.0961350, (0 missing)
## gender < 1.5 to the right, improve=0.8961353, (0 missing)
## Surrogate splits:
## Extraversion < 6.25 to the left, agree=0.804, adj=0.1, (0 split)
##
## Node number 4255: 150 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.4133333 P(node) =0.00778089
## class counts: 15 23 88 24
## probabilities: 0.100 0.153 0.587 0.160
## left son=8510 (74 obs) right son=8511 (76 obs)
## Primary splits:
## Extraversion < 4.75 to the left, improve=2.177364, (0 missing)
## hand < 1.5 to the right, improve=1.340000, (0 missing)
## orientation < 0.5 to the left, improve=1.166087, (0 missing)
## Agreeableness < 3.75 to the right, improve=1.048995, (0 missing)
## education < 2.5 to the left, improve=0.941730, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.587, adj=0.162, (0 split)
## Conscientiousness < 5.25 to the left, agree=0.573, adj=0.135, (0 split)
## familysize < 3.5 to the right, agree=0.560, adj=0.108, (0 split)
## Openness < 6.25 to the left, agree=0.547, adj=0.081, (0 split)
## education < 3.5 to the right, agree=0.540, adj=0.068, (0 split)
##
## Node number 4332: 22 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.4545455 P(node) =0.001141197
## class counts: 2 8 12 0
## probabilities: 0.091 0.364 0.545 0.000
## left son=8664 (15 obs) right son=8665 (7 obs)
## Primary splits:
## Conscientiousness < 5.25 to the left, improve=1.5826840, (0 missing)
## voted < 1.5 to the left, improve=1.1636360, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.0909090, (0 missing)
## familysize < 2.5 to the left, improve=0.6683983, (0 missing)
## education < 2.5 to the left, improve=0.6636364, (0 missing)
##
## Node number 4333: 8 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0004149808
## class counts: 2 1 1 4
## probabilities: 0.250 0.125 0.125 0.500
##
## Node number 4334: 23 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5217391 P(node) =0.00119307
## class counts: 4 7 11 1
## probabilities: 0.174 0.304 0.478 0.043
## left son=8668 (8 obs) right son=8669 (15 obs)
## Primary splits:
## Openness < 5.75 to the right, improve=1.9528990, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.9926421, (0 missing)
## education < 2.5 to the left, improve=0.9588509, (0 missing)
## EmotionalStability < 5.25 to the left, improve=0.7926421, (0 missing)
## Conscientiousness < 5.25 to the right, improve=0.7695652, (0 missing)
## Surrogate splits:
## religion < 7.5 to the left, agree=0.696, adj=0.125, (0 split)
##
## Node number 4335: 86 observations
## predicted class=Normal expected loss=0.3023256 P(node) =0.004461044
## class counts: 5 9 60 12
## probabilities: 0.058 0.105 0.698 0.140
##
## Node number 4672: 49 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.4897959 P(node) =0.002541757
## class counts: 6 10 25 8
## probabilities: 0.122 0.204 0.510 0.163
## left son=9344 (10 obs) right son=9345 (39 obs)
## Primary splits:
## EmotionalStability < 5.25 to the right, improve=1.8401880, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.5471040, (0 missing)
## Openness < 4.75 to the right, improve=1.4503470, (0 missing)
## race < 65 to the right, improve=1.3132650, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.9737916, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the left, agree=0.878, adj=0.4, (0 split)
##
## Node number 4673: 25 observations
## predicted class=Normal expected loss=0.2 P(node) =0.001296815
## class counts: 2 2 20 1
## probabilities: 0.080 0.080 0.800 0.040
##
## Node number 4674: 283 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.5689046 P(node) =0.01467995
## class counts: 30 62 122 69
## probabilities: 0.106 0.219 0.431 0.244
## left son=9348 (20 obs) right son=9349 (263 obs)
## Primary splits:
## familysize < 6.5 to the right, improve=1.661613, (0 missing)
## race < 40 to the left, improve=1.631535, (0 missing)
## religion < 1.5 to the right, improve=1.478703, (0 missing)
## Extraversion < 2.25 to the right, improve=1.237104, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.236828, (0 missing)
##
## Node number 4675: 57 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.4385965 P(node) =0.002956738
## class counts: 7 4 32 14
## probabilities: 0.123 0.070 0.561 0.246
## left son=9350 (42 obs) right son=9351 (15 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=3.132331, (0 missing)
## religion < 7.5 to the right, improve=3.054625, (0 missing)
## EmotionalStability < 4.75 to the right, improve=1.707992, (0 missing)
## familysize < 5.5 to the right, improve=1.650426, (0 missing)
## education < 2.5 to the left, improve=1.458603, (0 missing)
## Surrogate splits:
## religion < 11 to the left, agree=0.754, adj=0.067, (0 split)
##
## Node number 4680: 120 observations, complexity param=0.000174813
## predicted class=Normal expected loss=0.6583333 P(node) =0.006224712
## class counts: 19 29 41 31
## probabilities: 0.158 0.242 0.342 0.258
## left son=9360 (12 obs) right son=9361 (108 obs)
## Primary splits:
## orientation < 2.5 to the right, improve=1.670370, (0 missing)
## Openness < 3.25 to the left, improve=1.641697, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.200509, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.082873, (0 missing)
## Extraversion < 2.25 to the right, improve=1.045236, (0 missing)
##
## Node number 4681: 30 observations
## predicted class=Normal expected loss=0.4333333 P(node) =0.001556178
## class counts: 3 5 17 5
## probabilities: 0.100 0.167 0.567 0.167
##
## Node number 4682: 9 observations
## predicted class=Normal expected loss=0.5555556 P(node) =0.0004668534
## class counts: 2 1 4 2
## probabilities: 0.222 0.111 0.444 0.222
##
## Node number 4683: 18 observations
## predicted class=Severo expected loss=0.4444444 P(node) =0.0009337068
## class counts: 3 1 4 10
## probabilities: 0.167 0.056 0.222 0.556
##
## Node number 5144: 52 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.6153846 P(node) =0.002697375
## class counts: 17 6 20 9
## probabilities: 0.327 0.115 0.385 0.173
## left son=10288 (24 obs) right son=10289 (28 obs)
## Primary splits:
## Agreeableness < 4.25 to the right, improve=1.7023810, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.6610850, (0 missing)
## orientation < 4.5 to the left, improve=1.0714290, (0 missing)
## education < 2.5 to the left, improve=1.0225230, (0 missing)
## Openness < 3.75 to the right, improve=0.9444444, (0 missing)
## Surrogate splits:
## Conscientiousness < 5.25 to the right, agree=0.673, adj=0.292, (0 split)
## Extraversion < 5.75 to the left, agree=0.635, adj=0.208, (0 split)
## EmotionalStability < 3.75 to the left, agree=0.635, adj=0.208, (0 split)
## urban < 2.5 to the right, agree=0.596, adj=0.125, (0 split)
## religion < 11 to the right, agree=0.577, adj=0.083, (0 split)
##
## Node number 5145: 30 observations
## predicted class=Normal expected loss=0.4 P(node) =0.001556178
## class counts: 3 6 18 3
## probabilities: 0.100 0.200 0.600 0.100
##
## Node number 5150: 10 observations
## predicted class=Normal expected loss=0.6 P(node) =0.000518726
## class counts: 0 3 4 3
## probabilities: 0.000 0.300 0.400 0.300
##
## Node number 5151: 10 observations
## predicted class=Severo expected loss=0.5 P(node) =0.000518726
## class counts: 1 1 3 5
## probabilities: 0.100 0.100 0.300 0.500
##
## Node number 5186: 50 observations, complexity param=0.0003356409
## predicted class=Normal expected loss=0.62 P(node) =0.00259363
## class counts: 11 15 19 5
## probabilities: 0.220 0.300 0.380 0.100
## left son=10372 (29 obs) right son=10373 (21 obs)
## Primary splits:
## Agreeableness < 4.75 to the left, improve=2.0759280, (0 missing)
## familysize < 2.5 to the right, improve=1.3865780, (0 missing)
## education < 2.5 to the right, improve=0.9774636, (0 missing)
## Extraversion < 4.25 to the right, improve=0.9179323, (0 missing)
## Openness < 3.75 to the left, improve=0.6600000, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the left, agree=0.66, adj=0.190, (0 split)
## hand < 1.5 to the left, agree=0.64, adj=0.143, (0 split)
## urban < 2.5 to the right, agree=0.62, adj=0.095, (0 split)
## orientation < 3.5 to the left, agree=0.62, adj=0.095, (0 split)
## Conscientiousness < 5.25 to the left, agree=0.60, adj=0.048, (0 split)
##
## Node number 5187: 73 observations, complexity param=0.0003356409
## predicted class=Moderado expected loss=0.7123288 P(node) =0.0037867
## class counts: 11 21 20 21
## probabilities: 0.151 0.288 0.274 0.288
## left son=10374 (54 obs) right son=10375 (19 obs)
## Primary splits:
## Openness < 3.75 to the right, improve=2.0342330, (0 missing)
## familysize < 4.5 to the left, improve=1.5147840, (0 missing)
## urban < 2.5 to the right, improve=1.3814230, (0 missing)
## orientation < 0.5 to the right, improve=1.1037390, (0 missing)
## religion < 5 to the left, improve=0.9308219, (0 missing)
## Surrogate splits:
## familysize < 6.5 to the left, agree=0.753, adj=0.053, (0 split)
##
## Node number 5216: 22 observations, complexity param=0.0001048878
## predicted class=Leve expected loss=0.6363636 P(node) =0.001141197
## class counts: 8 5 5 4
## probabilities: 0.364 0.227 0.227 0.182
## left son=10432 (9 obs) right son=10433 (13 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=0.9968920, (0 missing)
## voted < 1.5 to the left, improve=0.9670996, (0 missing)
## race < 35 to the right, improve=0.6623377, (0 missing)
## Openness < 3.75 to the right, improve=0.6266234, (0 missing)
## familysize < 4.5 to the left, improve=0.5670996, (0 missing)
## Surrogate splits:
## Extraversion < 3.25 to the left, agree=0.727, adj=0.333, (0 split)
## Openness < 3.75 to the left, agree=0.682, adj=0.222, (0 split)
## familysize < 5.5 to the right, agree=0.682, adj=0.222, (0 split)
## Conscientiousness < 4.75 to the right, agree=0.636, adj=0.111, (0 split)
## urban < 1.5 to the left, agree=0.636, adj=0.111, (0 split)
##
## Node number 5217: 10 observations
## predicted class=Severo expected loss=0.6 P(node) =0.000518726
## class counts: 0 3 3 4
## probabilities: 0.000 0.300 0.300 0.400
##
## Node number 5222: 166 observations, complexity param=0.0002397435
## predicted class=Severo expected loss=0.6204819 P(node) =0.008610852
## class counts: 40 36 27 63
## probabilities: 0.241 0.217 0.163 0.380
## left son=10444 (143 obs) right son=10445 (23 obs)
## Primary splits:
## hand < 1.5 to the left, improve=1.5731700, (0 missing)
## Openness < 2.75 to the left, improve=1.5270460, (0 missing)
## familysize < 3.5 to the right, improve=1.2705400, (0 missing)
## religion < 3 to the right, improve=1.0599740, (0 missing)
## education < 3.5 to the left, improve=0.9916484, (0 missing)
##
## Node number 5223: 10 observations
## predicted class=Severo expected loss=0.3 P(node) =0.000518726
## class counts: 1 2 0 7
## probabilities: 0.100 0.200 0.000 0.700
##
## Node number 5256: 39 observations, complexity param=0.000174813
## predicted class=Moderado expected loss=0.5128205 P(node) =0.002023031
## class counts: 4 19 14 2
## probabilities: 0.103 0.487 0.359 0.051
## left son=10512 (7 obs) right son=10513 (32 obs)
## Primary splits:
## familysize < 1.5 to the left, improve=1.8479850, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.7893390, (0 missing)
## race < 20 to the right, improve=1.6622710, (0 missing)
## Openness < 5.25 to the right, improve=1.3321120, (0 missing)
## Agreeableness < 3.75 to the right, improve=0.7676282, (0 missing)
## Surrogate splits:
## orientation < 0.5 to the left, agree=0.846, adj=0.143, (0 split)
##
## Node number 5257: 22 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.5454545 P(node) =0.001141197
## class counts: 3 10 2 7
## probabilities: 0.136 0.455 0.091 0.318
## left son=10514 (10 obs) right son=10515 (12 obs)
## Primary splits:
## Extraversion < 3.75 to the left, improve=1.2030300, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.1818180, (0 missing)
## urban < 1.5 to the right, improve=0.7435065, (0 missing)
## Openness < 5.25 to the left, improve=0.7435065, (0 missing)
## familysize < 4.5 to the left, improve=0.6696970, (0 missing)
## Surrogate splits:
## urban < 2.5 to the right, agree=0.682, adj=0.3, (0 split)
## race < 65 to the right, agree=0.682, adj=0.3, (0 split)
## Conscientiousness < 4.75 to the left, agree=0.636, adj=0.2, (0 split)
## Openness < 5.25 to the right, agree=0.636, adj=0.2, (0 split)
## Agreeableness < 3.25 to the right, agree=0.591, adj=0.1, (0 split)
##
## Node number 5258: 16 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.0008299616
## class counts: 3 8 2 3
## probabilities: 0.188 0.500 0.125 0.188
##
## Node number 5259: 84 observations, complexity param=0.0003671072
## predicted class=Severo expected loss=0.6547619 P(node) =0.004357298
## class counts: 11 21 23 29
## probabilities: 0.131 0.250 0.274 0.345
## left son=10518 (29 obs) right son=10519 (55 obs)
## Primary splits:
## race < 35 to the right, improve=1.2695920, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.1388890, (0 missing)
## engnat < 1.5 to the left, improve=1.0166670, (0 missing)
## Extraversion < 4.25 to the left, improve=0.9354839, (0 missing)
## familysize < 5.5 to the right, improve=0.8844444, (0 missing)
## Surrogate splits:
## religion < 7.5 to the left, agree=0.774, adj=0.345, (0 split)
## engnat < 1.5 to the left, agree=0.726, adj=0.207, (0 split)
## familysize < 2.5 to the left, agree=0.726, adj=0.207, (0 split)
## married < 1.5 to the right, agree=0.702, adj=0.138, (0 split)
## Openness < 5.25 to the right, agree=0.690, adj=0.103, (0 split)
##
## Node number 5272: 16 observations
## predicted class=Moderado expected loss=0.5625 P(node) =0.0008299616
## class counts: 4 7 4 1
## probabilities: 0.250 0.438 0.250 0.063
##
## Node number 5273: 9 observations
## predicted class=Normal expected loss=0.4444444 P(node) =0.0004668534
## class counts: 2 1 5 1
## probabilities: 0.222 0.111 0.556 0.111
##
## Node number 5278: 9 observations
## predicted class=Normal expected loss=0.1111111 P(node) =0.0004668534
## class counts: 1 0 8 0
## probabilities: 0.111 0.000 0.889 0.000
##
## Node number 5279: 14 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0007262164
## class counts: 1 0 6 7
## probabilities: 0.071 0.000 0.429 0.500
##
## Node number 5320: 21 observations, complexity param=0.0002097755
## predicted class=Moderado expected loss=0.6666667 P(node) =0.001089325
## class counts: 5 7 5 4
## probabilities: 0.238 0.333 0.238 0.190
## left son=10640 (13 obs) right son=10641 (8 obs)
## Primary splits:
## Extraversion < 4.75 to the left, improve=1.0045790, (0 missing)
## Openness < 6.25 to the left, improve=0.8095238, (0 missing)
## familysize < 3.5 to the left, improve=0.6692641, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.5238095, (0 missing)
## urban < 2.5 to the left, improve=0.3891941, (0 missing)
## Surrogate splits:
## familysize < 4.5 to the left, agree=0.762, adj=0.375, (0 split)
## Agreeableness < 4.75 to the right, agree=0.714, adj=0.250, (0 split)
## education < 2.5 to the left, agree=0.667, adj=0.125, (0 split)
## orientation < 2.5 to the left, agree=0.667, adj=0.125, (0 split)
##
## Node number 5321: 9 observations
## predicted class=Severo expected loss=0.4444444 P(node) =0.0004668534
## class counts: 3 0 1 5
## probabilities: 0.333 0.000 0.111 0.556
##
## Node number 5322: 74 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.4864865 P(node) =0.003838572
## class counts: 8 14 38 14
## probabilities: 0.108 0.189 0.514 0.189
## left son=10644 (64 obs) right son=10645 (10 obs)
## Primary splits:
## married < 1.5 to the left, improve=1.680574, (0 missing)
## orientation < 3.5 to the right, improve=1.633848, (0 missing)
## Extraversion < 5.25 to the right, improve=1.539068, (0 missing)
## religion < 2.5 to the right, improve=1.062786, (0 missing)
## race < 20 to the left, improve=0.953954, (0 missing)
##
## Node number 5323: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 2 1 0 4
## probabilities: 0.286 0.143 0.000 0.571
##
## Node number 5326: 19 observations
## predicted class=Normal expected loss=0.5789474 P(node) =0.0009855794
## class counts: 1 7 8 3
## probabilities: 0.053 0.368 0.421 0.158
##
## Node number 5327: 15 observations
## predicted class=Severo expected loss=0.4666667 P(node) =0.000778089
## class counts: 0 1 6 8
## probabilities: 0.000 0.067 0.400 0.533
##
## Node number 5328: 9 observations
## predicted class=Moderado expected loss=0.4444444 P(node) =0.0004668534
## class counts: 2 5 1 1
## probabilities: 0.222 0.556 0.111 0.111
##
## Node number 5329: 11 observations
## predicted class=Normal expected loss=0.4545455 P(node) =0.0005705986
## class counts: 1 4 6 0
## probabilities: 0.091 0.364 0.545 0.000
##
## Node number 5366: 8 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0004149808
## class counts: 1 2 4 1
## probabilities: 0.125 0.250 0.500 0.125
##
## Node number 5367: 27 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4814815 P(node) =0.00140056
## class counts: 1 6 6 14
## probabilities: 0.037 0.222 0.222 0.519
## left son=10734 (12 obs) right son=10735 (15 obs)
## Primary splits:
## Openness < 5.25 to the left, improve=2.4370370, (0 missing)
## voted < 1.5 to the left, improve=1.3703700, (0 missing)
## familysize < 2.5 to the right, improve=1.3227510, (0 missing)
## race < 15 to the left, improve=0.8941799, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.8893098, (0 missing)
## Surrogate splits:
## urban < 1.5 to the left, agree=0.741, adj=0.417, (0 split)
## voted < 1.5 to the left, agree=0.741, adj=0.417, (0 split)
## Extraversion < 3.25 to the left, agree=0.704, adj=0.333, (0 split)
## education < 3.5 to the right, agree=0.667, adj=0.250, (0 split)
## Agreeableness < 5.25 to the right, agree=0.630, adj=0.167, (0 split)
##
## Node number 5392: 62 observations, complexity param=0.0003146633
## predicted class=Moderado expected loss=0.6290323 P(node) =0.003216101
## class counts: 11 23 15 13
## probabilities: 0.177 0.371 0.242 0.210
## left son=10784 (27 obs) right son=10785 (35 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=2.1750470, (0 missing)
## religion < 5 to the right, improve=1.9112900, (0 missing)
## education < 2.5 to the left, improve=1.4814660, (0 missing)
## engnat < 1.5 to the left, improve=0.9928121, (0 missing)
## Openness < 5.75 to the right, improve=0.8934332, (0 missing)
## Surrogate splits:
## race < 15 to the right, agree=0.726, adj=0.370, (0 split)
## religion < 8.5 to the left, agree=0.694, adj=0.296, (0 split)
## Extraversion < 5.25 to the left, agree=0.613, adj=0.111, (0 split)
## Openness < 6.25 to the right, agree=0.613, adj=0.111, (0 split)
## education < 1.5 to the left, agree=0.613, adj=0.111, (0 split)
##
## Node number 5393: 9 observations
## predicted class=Normal expected loss=0.3333333 P(node) =0.0004668534
## class counts: 2 0 6 1
## probabilities: 0.222 0.000 0.667 0.111
##
## Node number 5396: 9 observations
## predicted class=Moderado expected loss=0.4444444 P(node) =0.0004668534
## class counts: 3 5 0 1
## probabilities: 0.333 0.556 0.000 0.111
##
## Node number 5397: 81 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5925926 P(node) =0.004201681
## class counts: 14 18 16 33
## probabilities: 0.173 0.222 0.198 0.407
## left son=10794 (7 obs) right son=10795 (74 obs)
## Primary splits:
## Openness < 6.25 to the right, improve=1.898089, (0 missing)
## education < 1.5 to the left, improve=1.338945, (0 missing)
## married < 1.5 to the right, improve=1.280864, (0 missing)
## voted < 1.5 to the left, improve=1.115015, (0 missing)
## orientation < 1.5 to the left, improve=1.045239, (0 missing)
##
## Node number 5400: 18 observations
## predicted class=Moderado expected loss=0.6111111 P(node) =0.0009337068
## class counts: 2 7 4 5
## probabilities: 0.111 0.389 0.222 0.278
##
## Node number 5401: 22 observations
## predicted class=Normal expected loss=0.5 P(node) =0.001141197
## class counts: 4 2 11 5
## probabilities: 0.182 0.091 0.500 0.227
##
## Node number 5406: 10 observations
## predicted class=Moderado expected loss=0.6 P(node) =0.000518726
## class counts: 0 4 4 2
## probabilities: 0.000 0.400 0.400 0.200
##
## Node number 5407: 47 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.4255319 P(node) =0.002438012
## class counts: 3 5 12 27
## probabilities: 0.064 0.106 0.255 0.574
## left son=10814 (9 obs) right son=10815 (38 obs)
## Primary splits:
## orientation < 2.5 to the right, improve=1.953590, (0 missing)
## Agreeableness < 6.25 to the right, improve=1.888025, (0 missing)
## education < 3.5 to the right, improve=1.649496, (0 missing)
## EmotionalStability < 3.75 to the right, improve=1.435461, (0 missing)
## Extraversion < 6.25 to the left, improve=1.303138, (0 missing)
##
## Node number 5504: 10 observations
## predicted class=Moderado expected loss=0.3 P(node) =0.000518726
## class counts: 1 7 0 2
## probabilities: 0.100 0.700 0.000 0.200
##
## Node number 5505: 273 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.7069597 P(node) =0.01416122
## class counts: 51 71 71 80
## probabilities: 0.187 0.260 0.260 0.293
## left son=11010 (186 obs) right son=11011 (87 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=2.238686, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.959219, (0 missing)
## Extraversion < 3.25 to the right, improve=1.650714, (0 missing)
## Openness < 4.25 to the right, improve=1.585080, (0 missing)
## hand < 1.5 to the left, improve=1.301247, (0 missing)
## Surrogate splits:
## religion < 11 to the left, agree=0.685, adj=0.011, (0 split)
##
## Node number 5508: 73 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6438356 P(node) =0.0037867
## class counts: 20 11 16 26
## probabilities: 0.274 0.151 0.219 0.356
## left son=11016 (20 obs) right son=11017 (53 obs)
## Primary splits:
## familysize < 4.5 to the right, improve=2.9090980, (0 missing)
## Openness < 4.25 to the right, improve=1.8654760, (0 missing)
## education < 3.5 to the right, improve=0.9674182, (0 missing)
## Extraversion < 3.75 to the left, improve=0.9593825, (0 missing)
## orientation < 1.5 to the left, improve=0.8389346, (0 missing)
## Surrogate splits:
## orientation < 0.5 to the left, agree=0.74, adj=0.05, (0 split)
## race < 65 to the right, agree=0.74, adj=0.05, (0 split)
##
## Node number 5509: 69 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.6521739 P(node) =0.003579209
## class counts: 8 24 13 24
## probabilities: 0.116 0.348 0.188 0.348
## left son=11018 (53 obs) right son=11019 (16 obs)
## Primary splits:
## orientation < 2.5 to the left, improve=2.1327250, (0 missing)
## familysize < 5.5 to the left, improve=1.4943570, (0 missing)
## voted < 1.5 to the right, improve=0.8732909, (0 missing)
## Openness < 4.75 to the left, improve=0.8219807, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.7018952, (0 missing)
## Surrogate splits:
## Agreeableness < 3.25 to the right, agree=0.783, adj=0.063, (0 split)
## familysize < 5.5 to the left, agree=0.783, adj=0.063, (0 split)
##
## Node number 5510: 137 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5693431 P(node) =0.007106546
## class counts: 16 47 15 59
## probabilities: 0.117 0.343 0.109 0.431
## left son=11020 (120 obs) right son=11021 (17 obs)
## Primary splits:
## familysize < 5.5 to the left, improve=2.0473810, (0 missing)
## Extraversion < 3.75 to the left, improve=1.3773380, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.0564260, (0 missing)
## married < 1.5 to the right, improve=1.0286450, (0 missing)
## education < 1.5 to the left, improve=0.9718294, (0 missing)
##
## Node number 5511: 20 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.45 P(node) =0.001037452
## class counts: 3 1 5 11
## probabilities: 0.150 0.050 0.250 0.550
## left son=11022 (7 obs) right son=11023 (13 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=1.6285710, (0 missing)
## Extraversion < 3.75 to the left, improve=1.2303030, (0 missing)
## Openness < 4.25 to the left, improve=1.1166670, (0 missing)
## race < 35 to the right, improve=0.7833333, (0 missing)
## voted < 1.5 to the left, improve=0.2000000, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the left, agree=0.7, adj=0.143, (0 split)
## gender < 1.5 to the left, agree=0.7, adj=0.143, (0 split)
##
## Node number 5648: 11 observations
## predicted class=Normal expected loss=0.3636364 P(node) =0.0005705986
## class counts: 1 3 7 0
## probabilities: 0.091 0.273 0.636 0.000
##
## Node number 5649: 19 observations
## predicted class=Severo expected loss=0.5789474 P(node) =0.0009855794
## class counts: 3 3 5 8
## probabilities: 0.158 0.158 0.263 0.421
##
## Node number 5650: 36 observations, complexity param=0.0001398504
## predicted class=Leve expected loss=0.6944444 P(node) =0.001867414
## class counts: 11 11 4 10
## probabilities: 0.306 0.306 0.111 0.278
## left son=11300 (12 obs) right son=11301 (24 obs)
## Primary splits:
## Extraversion < 1.75 to the left, improve=2.1388890, (0 missing)
## familysize < 6.5 to the left, improve=1.9074070, (0 missing)
## EmotionalStability < 3.75 to the left, improve=1.1824910, (0 missing)
## urban < 2.5 to the left, improve=1.1222220, (0 missing)
## education < 2.5 to the left, improve=0.8831418, (0 missing)
## Surrogate splits:
## education < 2.5 to the left, agree=0.75, adj=0.25, (0 split)
##
## Node number 5651: 125 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.568 P(node) =0.006484075
## class counts: 17 29 25 54
## probabilities: 0.136 0.232 0.200 0.432
## left son=11302 (15 obs) right son=11303 (110 obs)
## Primary splits:
## familysize < 1.5 to the left, improve=1.6198790, (0 missing)
## Extraversion < 1.75 to the right, improve=1.4710990, (0 missing)
## Openness < 5.25 to the right, improve=1.0853330, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.9428595, (0 missing)
## Conscientiousness < 6.25 to the left, improve=0.8738745, (0 missing)
##
## Node number 5752: 42 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5952381 P(node) =0.002178649
## class counts: 3 10 12 17
## probabilities: 0.071 0.238 0.286 0.405
## left son=11504 (16 obs) right son=11505 (26 obs)
## Primary splits:
## urban < 2.5 to the right, improve=1.9125460, (0 missing)
## Conscientiousness < 4.25 to the right, improve=1.8095240, (0 missing)
## orientation < 1.5 to the right, improve=1.1666670, (0 missing)
## education < 1.5 to the right, improve=0.8840944, (0 missing)
## Extraversion < 2.25 to the left, improve=0.6434734, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the right, agree=0.690, adj=0.187, (0 split)
## familysize < 1.5 to the left, agree=0.690, adj=0.187, (0 split)
## orientation < 0.5 to the left, agree=0.667, adj=0.125, (0 split)
## religion < 3 to the left, agree=0.643, adj=0.063, (0 split)
## race < 65 to the right, agree=0.643, adj=0.063, (0 split)
##
## Node number 5753: 11 observations
## predicted class=Severo expected loss=0.1818182 P(node) =0.0005705986
## class counts: 0 0 2 9
## probabilities: 0.000 0.000 0.182 0.818
##
## Node number 5754: 23 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5217391 P(node) =0.00119307
## class counts: 2 4 6 11
## probabilities: 0.087 0.174 0.261 0.478
## left son=11508 (7 obs) right son=11509 (16 obs)
## Primary splits:
## Conscientiousness < 5.75 to the right, improve=2.8936340, (0 missing)
## EmotionalStability < 3.75 to the right, improve=0.8952569, (0 missing)
## urban < 2.5 to the right, improve=0.6535542, (0 missing)
## voted < 1.5 to the left, improve=0.6225296, (0 missing)
## Openness < 4.75 to the right, improve=0.6218081, (0 missing)
## Surrogate splits:
## Openness < 5.75 to the right, agree=0.739, adj=0.143, (0 split)
## education < 3.5 to the right, agree=0.739, adj=0.143, (0 split)
##
## Node number 5755: 28 observations
## predicted class=Severo expected loss=0.1428571 P(node) =0.001452433
## class counts: 1 3 0 24
## probabilities: 0.036 0.107 0.000 0.857
##
## Node number 5964: 13 observations
## predicted class=Normal expected loss=0.5384615 P(node) =0.0006743438
## class counts: 2 2 6 3
## probabilities: 0.154 0.154 0.462 0.231
##
## Node number 5965: 7 observations
## predicted class=Moderado expected loss=0.5714286 P(node) =0.0003631082
## class counts: 0 3 1 3
## probabilities: 0.000 0.429 0.143 0.429
##
## Node number 6150: 8 observations
## predicted class=Moderado expected loss=0.625 P(node) =0.0004149808
## class counts: 1 3 3 1
## probabilities: 0.125 0.375 0.375 0.125
##
## Node number 6151: 25 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.48 P(node) =0.001296815
## class counts: 3 7 2 13
## probabilities: 0.120 0.280 0.080 0.520
## left son=12302 (10 obs) right son=12303 (15 obs)
## Primary splits:
## engnat < 1.5 to the left, improve=1.1600000, (0 missing)
## Conscientiousness < 5.75 to the left, improve=1.0933330, (0 missing)
## education < 2.5 to the right, improve=0.6330159, (0 missing)
## urban < 1.5 to the right, improve=0.3335294, (0 missing)
## race < 45 to the left, improve=0.3041176, (0 missing)
## Surrogate splits:
## religion < 8 to the left, agree=0.76, adj=0.4, (0 split)
## Openness < 5.75 to the right, agree=0.72, adj=0.3, (0 split)
## education < 2.5 to the left, agree=0.72, adj=0.3, (0 split)
## race < 20 to the right, agree=0.72, adj=0.3, (0 split)
## Conscientiousness < 5.75 to the right, agree=0.68, adj=0.2, (0 split)
##
## Node number 6154: 16 observations
## predicted class=Moderado expected loss=0.375 P(node) =0.0008299616
## class counts: 0 10 3 3
## probabilities: 0.000 0.625 0.188 0.188
##
## Node number 6155: 21 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.6666667 P(node) =0.001089325
## class counts: 2 7 6 6
## probabilities: 0.095 0.333 0.286 0.286
## left son=12310 (8 obs) right son=12311 (13 obs)
## Primary splits:
## race < 30 to the right, improve=0.9899267, (0 missing)
## familysize < 4.5 to the left, improve=0.6476190, (0 missing)
## orientation < 1.5 to the left, improve=0.6190476, (0 missing)
## Conscientiousness < 5.75 to the right, improve=0.4706960, (0 missing)
## Openness < 5.25 to the right, improve=0.4706960, (0 missing)
## Surrogate splits:
## religion < 8.5 to the left, agree=0.905, adj=0.750, (0 split)
## education < 2.5 to the left, agree=0.810, adj=0.500, (0 split)
## engnat < 1.5 to the left, agree=0.762, adj=0.375, (0 split)
## orientation < 4.5 to the right, agree=0.714, adj=0.250, (0 split)
## Agreeableness < 4.25 to the right, agree=0.667, adj=0.125, (0 split)
##
## Node number 6168: 7 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0003631082
## class counts: 2 0 4 1
## probabilities: 0.286 0.000 0.571 0.143
##
## Node number 6169: 14 observations
## predicted class=Severo expected loss=0.6428571 P(node) =0.0007262164
## class counts: 2 4 3 5
## probabilities: 0.143 0.286 0.214 0.357
##
## Node number 6170: 9 observations
## predicted class=Normal expected loss=0.6666667 P(node) =0.0004668534
## class counts: 2 2 3 2
## probabilities: 0.222 0.222 0.333 0.222
##
## Node number 6171: 36 observations
## predicted class=Severo expected loss=0.3888889 P(node) =0.001867414
## class counts: 6 4 4 22
## probabilities: 0.167 0.111 0.111 0.611
##
## Node number 6194: 28 observations, complexity param=0.0001678204
## predicted class=Severo expected loss=0.6428571 P(node) =0.001452433
## class counts: 6 9 3 10
## probabilities: 0.214 0.321 0.107 0.357
## left son=12388 (7 obs) right son=12389 (21 obs)
## Primary splits:
## Openness < 5.25 to the right, improve=1.0714290, (0 missing)
## familysize < 2.5 to the left, improve=0.9785714, (0 missing)
## Extraversion < 4.75 to the right, improve=0.7857143, (0 missing)
## education < 2.5 to the right, improve=0.4396825, (0 missing)
## Agreeableness < 3.75 to the right, improve=0.4312452, (0 missing)
## Surrogate splits:
## religion < 8.5 to the left, agree=0.857, adj=0.429, (0 split)
##
## Node number 6195: 7 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 4 0 3
## probabilities: 0.000 0.571 0.000 0.429
##
## Node number 6242: 9 observations
## predicted class=Moderado expected loss=0.5555556 P(node) =0.0004668534
## class counts: 1 4 3 1
## probabilities: 0.111 0.444 0.333 0.111
##
## Node number 6243: 27 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.5925926 P(node) =0.00140056
## class counts: 5 3 8 11
## probabilities: 0.185 0.111 0.296 0.407
## left son=12486 (8 obs) right son=12487 (19 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=1.8099420, (0 missing)
## Conscientiousness < 4.75 to the left, improve=1.4031750, (0 missing)
## voted < 1.5 to the left, improve=0.7967836, (0 missing)
## religion < 5 to the right, improve=0.6652047, (0 missing)
## Extraversion < 6.25 to the right, improve=0.6047980, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the left, agree=0.815, adj=0.375, (0 split)
##
## Node number 6292: 60 observations, complexity param=0.0002097755
## predicted class=Moderado expected loss=0.5 P(node) =0.003112356
## class counts: 9 30 7 14
## probabilities: 0.150 0.500 0.117 0.233
## left son=12584 (52 obs) right son=12585 (8 obs)
## Primary splits:
## race < 65 to the left, improve=1.8935900, (0 missing)
## religion < 2.5 to the left, improve=1.6529200, (0 missing)
## Extraversion < 4.25 to the right, improve=1.2956040, (0 missing)
## familysize < 2.5 to the left, improve=1.2687940, (0 missing)
## Agreeableness < 2.75 to the right, improve=0.6286613, (0 missing)
##
## Node number 6293: 7 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0003631082
## class counts: 1 1 0 5
## probabilities: 0.143 0.143 0.000 0.714
##
## Node number 6294: 8 observations
## predicted class=Moderado expected loss=0.25 P(node) =0.0004149808
## class counts: 0 6 0 2
## probabilities: 0.000 0.750 0.000 0.250
##
## Node number 6295: 28 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.001452433
## class counts: 2 6 4 16
## probabilities: 0.071 0.214 0.143 0.571
##
## Node number 6402: 61 observations, complexity param=0.0001704426
## predicted class=Moderado expected loss=0.6557377 P(node) =0.003164229
## class counts: 11 21 11 18
## probabilities: 0.180 0.344 0.180 0.295
## left son=12804 (50 obs) right son=12805 (11 obs)
## Primary splits:
## urban < 1.5 to the right, improve=1.6954400, (0 missing)
## gender < 1.5 to the right, improve=0.8451867, (0 missing)
## Agreeableness < 5.75 to the right, improve=0.7087345, (0 missing)
## religion < 6.5 to the left, improve=0.6360340, (0 missing)
## Openness < 5.75 to the right, improve=0.6006468, (0 missing)
##
## Node number 6403: 7 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0003631082
## class counts: 0 1 1 5
## probabilities: 0.000 0.143 0.143 0.714
##
## Node number 6408: 161 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.621118 P(node) =0.008351489
## class counts: 16 43 41 61
## probabilities: 0.099 0.267 0.255 0.379
## left son=12816 (21 obs) right son=12817 (140 obs)
## Primary splits:
## Conscientiousness < 2.25 to the left, improve=1.3679090, (0 missing)
## Openness < 4.75 to the right, improve=1.2227870, (0 missing)
## education < 2.5 to the left, improve=1.0849280, (0 missing)
## Agreeableness < 5.75 to the right, improve=0.9051383, (0 missing)
## religion < 9 to the right, improve=0.7322453, (0 missing)
##
## Node number 6409: 23 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.4782609 P(node) =0.00119307
## class counts: 1 9 1 12
## probabilities: 0.043 0.391 0.043 0.522
## left son=12818 (10 obs) right son=12819 (13 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=1.7304350, (0 missing)
## urban < 2.5 to the right, improve=1.6804350, (0 missing)
## Openness < 4.25 to the left, improve=0.6607378, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.5232919, (0 missing)
## Conscientiousness < 3.25 to the left, improve=0.5137681, (0 missing)
## Surrogate splits:
## urban < 2.5 to the right, agree=0.739, adj=0.4, (0 split)
## gender < 1.5 to the left, agree=0.696, adj=0.3, (0 split)
## Agreeableness < 4.75 to the right, agree=0.652, adj=0.2, (0 split)
## Openness < 2.5 to the left, agree=0.652, adj=0.2, (0 split)
## familysize < 8.5 to the right, agree=0.652, adj=0.2, (0 split)
##
## Node number 6546: 9 observations
## predicted class=Normal expected loss=0.5555556 P(node) =0.0004668534
## class counts: 1 1 4 3
## probabilities: 0.111 0.111 0.444 0.333
##
## Node number 6547: 15 observations
## predicted class=Severo expected loss=0.4666667 P(node) =0.000778089
## class counts: 1 6 0 8
## probabilities: 0.067 0.400 0.000 0.533
##
## Node number 6552: 19 observations
## predicted class=Moderado expected loss=0.6315789 P(node) =0.0009855794
## class counts: 1 7 6 5
## probabilities: 0.053 0.368 0.316 0.263
##
## Node number 6553: 28 observations
## predicted class=Severo expected loss=0.4642857 P(node) =0.001452433
## class counts: 4 5 4 15
## probabilities: 0.143 0.179 0.143 0.536
##
## Node number 6554: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 3 0 0 4
## probabilities: 0.429 0.000 0.000 0.571
##
## Node number 6555: 79 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.4303797 P(node) =0.004097935
## class counts: 5 23 6 45
## probabilities: 0.063 0.291 0.076 0.570
## left son=13110 (48 obs) right son=13111 (31 obs)
## Primary splits:
## urban < 2.5 to the right, improve=1.9323360, (0 missing)
## Openness < 3.75 to the left, improve=1.2876230, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.7451110, (0 missing)
## familysize < 2.5 to the left, improve=0.5905860, (0 missing)
## religion < 9 to the right, improve=0.5258175, (0 missing)
## Surrogate splits:
## orientation < 3.5 to the left, agree=0.671, adj=0.161, (0 split)
## gender < 1.5 to the right, agree=0.658, adj=0.129, (0 split)
## Extraversion < 6.25 to the left, agree=0.633, adj=0.065, (0 split)
##
## Node number 6592: 20 observations
## predicted class=Moderado expected loss=0.35 P(node) =0.001037452
## class counts: 0 13 2 5
## probabilities: 0.000 0.650 0.100 0.250
##
## Node number 6593: 18 observations
## predicted class=Severo expected loss=0.5555556 P(node) =0.0009337068
## class counts: 2 6 2 8
## probabilities: 0.111 0.333 0.111 0.444
##
## Node number 6784: 39 observations, complexity param=0.000116542
## predicted class=Moderado expected loss=0.7435897 P(node) =0.002023031
## class counts: 9 10 10 10
## probabilities: 0.231 0.256 0.256 0.256
## left son=13568 (29 obs) right son=13569 (10 obs)
## Primary splits:
## voted < 1.5 to the right, improve=1.382493, (0 missing)
## Extraversion < 3.25 to the right, improve=1.360399, (0 missing)
## religion < 3.5 to the left, improve=1.030769, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.008547, (0 missing)
## Openness < 5.75 to the right, improve=0.808547, (0 missing)
##
## Node number 6785: 20 observations
## predicted class=Severo expected loss=0.45 P(node) =0.001037452
## class counts: 2 4 3 11
## probabilities: 0.100 0.200 0.150 0.550
##
## Node number 6786: 13 observations
## predicted class=Normal expected loss=0.3846154 P(node) =0.0006743438
## class counts: 0 2 8 3
## probabilities: 0.000 0.154 0.615 0.231
##
## Node number 6787: 8 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0004149808
## class counts: 0 1 2 5
## probabilities: 0.000 0.125 0.250 0.625
##
## Node number 6788: 22 observations, complexity param=0.0001048878
## predicted class=Leve expected loss=0.6363636 P(node) =0.001141197
## class counts: 8 5 2 7
## probabilities: 0.364 0.227 0.091 0.318
## left son=13576 (12 obs) right son=13577 (10 obs)
## Primary splits:
## Extraversion < 2.75 to the left, improve=1.8454550, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.8787879, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.5710956, (0 missing)
## education < 2.5 to the left, improve=0.4545455, (0 missing)
## religion < 3.5 to the right, improve=0.4545455, (0 missing)
## Surrogate splits:
## Agreeableness < 4.75 to the right, agree=0.682, adj=0.3, (0 split)
## Conscientiousness < 5.75 to the left, agree=0.682, adj=0.3, (0 split)
## married < 1.5 to the left, agree=0.682, adj=0.3, (0 split)
## familysize < 2.5 to the left, agree=0.682, adj=0.3, (0 split)
## Openness < 4.75 to the right, agree=0.636, adj=0.2, (0 split)
##
## Node number 6789: 8 observations
## predicted class=Severo expected loss=0.25 P(node) =0.0004149808
## class counts: 0 2 0 6
## probabilities: 0.000 0.250 0.000 0.750
##
## Node number 6798: 11 observations
## predicted class=Normal expected loss=0.4545455 P(node) =0.0005705986
## class counts: 0 2 6 3
## probabilities: 0.000 0.182 0.545 0.273
##
## Node number 6799: 13 observations
## predicted class=Severo expected loss=0.3076923 P(node) =0.0006743438
## class counts: 0 1 3 9
## probabilities: 0.000 0.077 0.231 0.692
##
## Node number 7682: 23 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.5217391 P(node) =0.00119307
## class counts: 3 11 2 7
## probabilities: 0.130 0.478 0.087 0.304
## left son=15364 (15 obs) right son=15365 (8 obs)
## Primary splits:
## Openness < 5.25 to the left, improve=1.0268120, (0 missing)
## familysize < 4 to the right, improve=0.7859025, (0 missing)
## Extraversion < 5.25 to the left, improve=0.7404480, (0 missing)
## Conscientiousness < 4.25 to the left, improve=0.5283267, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.2934783, (0 missing)
## Surrogate splits:
## Extraversion < 5.25 to the left, agree=0.739, adj=0.250, (0 split)
## Agreeableness < 4.75 to the left, agree=0.739, adj=0.250, (0 split)
## race < 35 to the left, agree=0.696, adj=0.125, (0 split)
##
## Node number 7683: 11 observations
## predicted class=Severo expected loss=0.3636364 P(node) =0.0005705986
## class counts: 1 3 0 7
## probabilities: 0.091 0.273 0.000 0.636
##
## Node number 7684: 7 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 4 2 1
## probabilities: 0.000 0.571 0.286 0.143
##
## Node number 7685: 32 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5625 P(node) =0.001659923
## class counts: 8 6 4 14
## probabilities: 0.250 0.188 0.125 0.438
## left son=15370 (11 obs) right son=15371 (21 obs)
## Primary splits:
## Conscientiousness < 5.75 to the left, improve=1.5400430, (0 missing)
## Openness < 5.25 to the left, improve=0.9772727, (0 missing)
## race < 15 to the left, improve=0.7500000, (0 missing)
## Agreeableness < 3.75 to the left, improve=0.4837662, (0 missing)
## Extraversion < 6.25 to the right, improve=0.4500000, (0 missing)
## Surrogate splits:
## orientation < 1.5 to the right, agree=0.719, adj=0.182, (0 split)
## Agreeableness < 3.75 to the left, agree=0.688, adj=0.091, (0 split)
## Openness < 4.25 to the left, agree=0.688, adj=0.091, (0 split)
## hand < 1.5 to the right, agree=0.688, adj=0.091, (0 split)
##
## Node number 7690: 7 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 4 1 1
## probabilities: 0.143 0.571 0.143 0.143
##
## Node number 7691: 17 observations
## predicted class=Severo expected loss=0.4117647 P(node) =0.0008818342
## class counts: 2 2 3 10
## probabilities: 0.118 0.118 0.176 0.588
##
## Node number 7720: 19 observations
## predicted class=Moderado expected loss=0.5789474 P(node) =0.0009855794
## class counts: 2 8 4 5
## probabilities: 0.105 0.421 0.211 0.263
##
## Node number 7721: 13 observations
## predicted class=Severo expected loss=0.3076923 P(node) =0.0006743438
## class counts: 1 2 1 9
## probabilities: 0.077 0.154 0.077 0.692
##
## Node number 7752: 11 observations
## predicted class=Moderado expected loss=0.3636364 P(node) =0.0005705986
## class counts: 0 7 0 4
## probabilities: 0.000 0.636 0.000 0.364
##
## Node number 7753: 43 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5581395 P(node) =0.002230522
## class counts: 10 9 5 19
## probabilities: 0.233 0.209 0.116 0.442
## left son=15506 (19 obs) right son=15507 (24 obs)
## Primary splits:
## familysize < 2.5 to the left, improve=1.844655, (0 missing)
## religion < 7.5 to the left, improve=1.480620, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.256936, (0 missing)
## Agreeableness < 3.25 to the right, improve=1.049668, (0 missing)
## married < 1.5 to the left, improve=0.869509, (0 missing)
## Surrogate splits:
## religion < 9 to the left, agree=0.674, adj=0.263, (0 split)
## Agreeableness < 2.75 to the left, agree=0.628, adj=0.158, (0 split)
## gender < 1.5 to the left, agree=0.628, adj=0.158, (0 split)
## Extraversion < 4.25 to the right, agree=0.605, adj=0.105, (0 split)
## education < 3.5 to the right, agree=0.605, adj=0.105, (0 split)
##
## Node number 7776: 43 observations, complexity param=0.0001198717
## predicted class=Moderado expected loss=0.5813953 P(node) =0.002230522
## class counts: 3 18 6 16
## probabilities: 0.070 0.419 0.140 0.372
## left son=15552 (36 obs) right son=15553 (7 obs)
## Primary splits:
## gender < 1.5 to the right, improve=2.2984500, (0 missing)
## Openness < 4.25 to the left, improve=1.6888000, (0 missing)
## urban < 2.5 to the left, improve=1.3474690, (0 missing)
## Extraversion < 4.25 to the right, improve=1.0317830, (0 missing)
## religion < 3 to the right, improve=0.7912032, (0 missing)
##
## Node number 7777: 170 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.3705882 P(node) =0.008818342
## class counts: 9 37 17 107
## probabilities: 0.053 0.218 0.100 0.629
## left son=15554 (15 obs) right son=15555 (155 obs)
## Primary splits:
## education < 3.5 to the right, improve=2.483744, (0 missing)
## religion < 3 to the right, improve=2.236577, (0 missing)
## Openness < 2.25 to the right, improve=1.658097, (0 missing)
## Conscientiousness < 6.75 to the right, improve=1.548529, (0 missing)
## married < 2.5 to the left, improve=1.217180, (0 missing)
##
## Node number 7832: 24 observations, complexity param=0.0001311097
## predicted class=Severo expected loss=0.5833333 P(node) =0.001244942
## class counts: 7 4 3 10
## probabilities: 0.292 0.167 0.125 0.417
## left son=15664 (10 obs) right son=15665 (14 obs)
## Primary splits:
## religion < 5 to the left, improve=3.378571, (0 missing)
## familysize < 2.5 to the left, improve=1.750000, (0 missing)
## Extraversion < 6.25 to the right, improve=1.375000, (0 missing)
## education < 2.5 to the left, improve=1.254202, (0 missing)
## Agreeableness < 4.25 to the right, improve=1.125000, (0 missing)
## Surrogate splits:
## race < 35 to the right, agree=0.708, adj=0.3, (0 split)
## familysize < 3.5 to the left, agree=0.708, adj=0.3, (0 split)
## Extraversion < 5.75 to the right, agree=0.667, adj=0.2, (0 split)
## Agreeableness < 6.25 to the right, agree=0.667, adj=0.2, (0 split)
## Openness < 5.75 to the right, agree=0.667, adj=0.2, (0 split)
##
## Node number 7833: 76 observations
## predicted class=Severo expected loss=0.4078947 P(node) =0.003942318
## class counts: 5 14 12 45
## probabilities: 0.066 0.184 0.158 0.592
##
## Node number 8192: 12 observations
## predicted class=Leve expected loss=0.3333333 P(node) =0.0006224712
## class counts: 8 1 3 0
## probabilities: 0.667 0.083 0.250 0.000
##
## Node number 8193: 9 observations
## predicted class=Normal expected loss=0.2222222 P(node) =0.0004668534
## class counts: 1 1 7 0
## probabilities: 0.111 0.111 0.778 0.000
##
## Node number 8194: 65 observations, complexity param=0.0002622194
## predicted class=Moderado expected loss=0.6769231 P(node) =0.003371719
## class counts: 16 21 16 12
## probabilities: 0.246 0.323 0.246 0.185
## left son=16388 (57 obs) right son=16389 (8 obs)
## Primary splits:
## orientation < 3.5 to the left, improve=1.557287, (0 missing)
## religion < 9 to the left, improve=1.473245, (0 missing)
## EmotionalStability < 5.25 to the left, improve=1.353469, (0 missing)
## race < 35 to the left, improve=1.270876, (0 missing)
## voted < 1.5 to the left, improve=1.061452, (0 missing)
##
## Node number 8195: 12 observations
## predicted class=Normal expected loss=0.25 P(node) =0.0006224712
## class counts: 1 1 9 1
## probabilities: 0.083 0.083 0.750 0.083
##
## Node number 8508: 36 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.5 P(node) =0.001867414
## class counts: 6 5 18 7
## probabilities: 0.167 0.139 0.500 0.194
## left son=17016 (16 obs) right son=17017 (20 obs)
## Primary splits:
## religion < 3.5 to the left, improve=1.569444, (0 missing)
## Openness < 6.25 to the left, improve=1.217172, (0 missing)
## Agreeableness < 3.75 to the right, improve=1.115354, (0 missing)
## orientation < 1.5 to the right, improve=1.018336, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.755590, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the left, agree=0.694, adj=0.312, (0 split)
## familysize < 2.5 to the left, agree=0.694, adj=0.312, (0 split)
## orientation < 1.5 to the right, agree=0.639, adj=0.187, (0 split)
## education < 2.5 to the left, agree=0.611, adj=0.125, (0 split)
## engnat < 1.5 to the left, agree=0.611, adj=0.125, (0 split)
##
## Node number 8509: 10 observations
## predicted class=Severo expected loss=0.4 P(node) =0.000518726
## class counts: 3 0 1 6
## probabilities: 0.300 0.000 0.100 0.600
##
## Node number 8510: 74 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.5135135 P(node) =0.003838572
## class counts: 8 16 36 14
## probabilities: 0.108 0.216 0.486 0.189
## left son=17020 (27 obs) right son=17021 (47 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=1.6490530, (0 missing)
## orientation < 2.5 to the right, improve=1.0040560, (0 missing)
## engnat < 1.5 to the left, improve=0.9998050, (0 missing)
## Openness < 4.75 to the left, improve=0.9510135, (0 missing)
## education < 3.5 to the left, improve=0.8445870, (0 missing)
## Surrogate splits:
## Agreeableness < 2.75 to the left, agree=0.676, adj=0.111, (0 split)
##
## Node number 8511: 76 observations
## predicted class=Normal expected loss=0.3157895 P(node) =0.003942318
## class counts: 7 7 52 10
## probabilities: 0.092 0.092 0.684 0.132
##
## Node number 8664: 15 observations
## predicted class=Moderado expected loss=0.5333333 P(node) =0.000778089
## class counts: 2 7 6 0
## probabilities: 0.133 0.467 0.400 0.000
##
## Node number 8665: 7 observations
## predicted class=Normal expected loss=0.1428571 P(node) =0.0003631082
## class counts: 0 1 6 0
## probabilities: 0.000 0.143 0.857 0.000
##
## Node number 8668: 8 observations
## predicted class=Moderado expected loss=0.375 P(node) =0.0004149808
## class counts: 1 5 2 0
## probabilities: 0.125 0.625 0.250 0.000
##
## Node number 8669: 15 observations
## predicted class=Normal expected loss=0.4 P(node) =0.000778089
## class counts: 3 2 9 1
## probabilities: 0.200 0.133 0.600 0.067
##
## Node number 9344: 10 observations
## predicted class=Leve expected loss=0.7 P(node) =0.000518726
## class counts: 3 2 2 3
## probabilities: 0.300 0.200 0.200 0.300
##
## Node number 9345: 39 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.4102564 P(node) =0.002023031
## class counts: 3 8 23 5
## probabilities: 0.077 0.205 0.590 0.128
## left son=18690 (30 obs) right son=18691 (9 obs)
## Primary splits:
## Openness < 4.75 to the right, improve=3.0119660, (0 missing)
## orientation < 1.5 to the left, improve=1.1782490, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.1316330, (0 missing)
## urban < 2.5 to the right, improve=0.9415954, (0 missing)
## engnat < 1.5 to the left, improve=0.9397436, (0 missing)
##
## Node number 9348: 20 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.45 P(node) =0.001037452
## class counts: 5 3 11 1
## probabilities: 0.250 0.150 0.550 0.050
## left son=18696 (9 obs) right son=18697 (11 obs)
## Primary splits:
## EmotionalStability < 4.75 to the left, improve=1.4727270, (0 missing)
## Extraversion < 2.25 to the right, improve=0.9070707, (0 missing)
## urban < 1.5 to the right, improve=0.8666667, (0 missing)
## familysize < 7.5 to the left, improve=0.6242424, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.5736264, (0 missing)
## Surrogate splits:
## Extraversion < 2.25 to the right, agree=0.80, adj=0.556, (0 split)
## Agreeableness < 5.25 to the left, agree=0.80, adj=0.556, (0 split)
## gender < 1.5 to the left, agree=0.70, adj=0.333, (0 split)
## Openness < 4.75 to the left, agree=0.65, adj=0.222, (0 split)
## voted < 1.5 to the left, agree=0.65, adj=0.222, (0 split)
##
## Node number 9349: 263 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.5779468 P(node) =0.01364249
## class counts: 25 59 111 68
## probabilities: 0.095 0.224 0.422 0.259
## left son=18698 (249 obs) right son=18699 (14 obs)
## Primary splits:
## familysize < 5.5 to the left, improve=2.078657, (0 missing)
## race < 65 to the right, improve=1.461270, (0 missing)
## Extraversion < 2.25 to the right, improve=1.318133, (0 missing)
## religion < 1.5 to the left, improve=1.302713, (0 missing)
## gender < 1.5 to the left, improve=1.170105, (0 missing)
##
## Node number 9350: 42 observations
## predicted class=Normal expected loss=0.3571429 P(node) =0.002178649
## class counts: 7 2 27 6
## probabilities: 0.167 0.048 0.643 0.143
##
## Node number 9351: 15 observations
## predicted class=Severo expected loss=0.4666667 P(node) =0.000778089
## class counts: 0 2 5 8
## probabilities: 0.000 0.133 0.333 0.533
##
## Node number 9360: 12 observations
## predicted class=Normal expected loss=0.4166667 P(node) =0.0006224712
## class counts: 2 3 7 0
## probabilities: 0.167 0.250 0.583 0.000
##
## Node number 9361: 108 observations, complexity param=0.000174813
## predicted class=Normal expected loss=0.6851852 P(node) =0.005602241
## class counts: 17 26 34 31
## probabilities: 0.157 0.241 0.315 0.287
## left son=18722 (26 obs) right son=18723 (82 obs)
## Primary splits:
## Openness < 3.25 to the left, improve=2.0295670, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.7296300, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.4070810, (0 missing)
## orientation < 1.5 to the left, improve=1.3231450, (0 missing)
## engnat < 1.5 to the left, improve=0.9501425, (0 missing)
##
## Node number 10288: 24 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.4583333 P(node) =0.001244942
## class counts: 8 1 13 2
## probabilities: 0.333 0.042 0.542 0.083
## left son=20576 (8 obs) right son=20577 (16 obs)
## Primary splits:
## Conscientiousness < 5.25 to the left, improve=1.4583330, (0 missing)
## education < 2.5 to the left, improve=0.8732493, (0 missing)
## Openness < 3.75 to the right, improve=0.6611111, (0 missing)
## Extraversion < 5.25 to the left, improve=0.4469697, (0 missing)
## EmotionalStability < 3.75 to the left, improve=0.3119048, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the right, agree=0.708, adj=0.125, (0 split)
## hand < 1.5 to the right, agree=0.708, adj=0.125, (0 split)
## familysize < 3.5 to the right, agree=0.708, adj=0.125, (0 split)
##
## Node number 10289: 28 observations, complexity param=0.0001573317
## predicted class=Leve expected loss=0.6785714 P(node) =0.001452433
## class counts: 9 5 7 7
## probabilities: 0.321 0.179 0.250 0.250
## left son=20578 (18 obs) right son=20579 (10 obs)
## Primary splits:
## voted < 1.5 to the right, improve=1.4253970, (0 missing)
## Extraversion < 5.75 to the left, improve=1.2168500, (0 missing)
## Openness < 3.75 to the right, improve=1.1236420, (0 missing)
## Agreeableness < 3.75 to the left, improve=0.7245421, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.6090226, (0 missing)
## Surrogate splits:
## education < 3.5 to the left, agree=0.786, adj=0.4, (0 split)
## married < 1.5 to the left, agree=0.750, adj=0.3, (0 split)
## Conscientiousness < 5.75 to the left, agree=0.714, adj=0.2, (0 split)
## hand < 1.5 to the left, agree=0.679, adj=0.1, (0 split)
##
## Node number 10372: 29 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5517241 P(node) =0.001504305
## class counts: 9 5 13 2
## probabilities: 0.310 0.172 0.448 0.069
## left son=20744 (20 obs) right son=20745 (9 obs)
## Primary splits:
## Openness < 4.25 to the left, improve=1.2126440, (0 missing)
## familysize < 3.5 to the left, improve=0.7721675, (0 missing)
## Extraversion < 4.25 to the right, improve=0.5712295, (0 missing)
## urban < 2.5 to the left, improve=0.3504642, (0 missing)
## Conscientiousness < 4.75 to the left, improve=0.3498986, (0 missing)
## Surrogate splits:
## Conscientiousness < 5.25 to the left, agree=0.724, adj=0.111, (0 split)
## orientation < 0.5 to the right, agree=0.724, adj=0.111, (0 split)
##
## Node number 10373: 21 observations, complexity param=0.0002097755
## predicted class=Moderado expected loss=0.5238095 P(node) =0.001089325
## class counts: 2 10 6 3
## probabilities: 0.095 0.476 0.286 0.143
## left son=20746 (13 obs) right son=20747 (8 obs)
## Primary splits:
## urban < 1.5 to the right, improve=1.2701470, (0 missing)
## familysize < 4.5 to the left, improve=1.0714290, (0 missing)
## voted < 1.5 to the left, improve=0.9047619, (0 missing)
## Openness < 4.25 to the right, improve=0.8470696, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.6502165, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.714, adj=0.250, (0 split)
## gender < 1.5 to the right, agree=0.714, adj=0.250, (0 split)
## Agreeableness < 5.75 to the left, agree=0.667, adj=0.125, (0 split)
## orientation < 0.5 to the right, agree=0.667, adj=0.125, (0 split)
## familysize < 3.5 to the left, agree=0.667, adj=0.125, (0 split)
##
## Node number 10374: 54 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.6666667 P(node) =0.00280112
## class counts: 10 12 18 14
## probabilities: 0.185 0.222 0.333 0.259
## left son=20748 (41 obs) right son=20749 (13 obs)
## Primary splits:
## urban < 1.5 to the right, improve=2.0132030, (0 missing)
## familysize < 3.5 to the left, improve=1.4114590, (0 missing)
## race < 65 to the right, improve=0.9703929, (0 missing)
## religion < 5 to the left, improve=0.8244962, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.6320716, (0 missing)
## Surrogate splits:
## familysize < 5.5 to the left, agree=0.778, adj=0.077, (0 split)
##
## Node number 10375: 19 observations
## predicted class=Moderado expected loss=0.5263158 P(node) =0.0009855794
## class counts: 1 9 2 7
## probabilities: 0.053 0.474 0.105 0.368
##
## Node number 10432: 9 observations
## predicted class=Leve expected loss=0.4444444 P(node) =0.0004668534
## class counts: 5 1 1 2
## probabilities: 0.556 0.111 0.111 0.222
##
## Node number 10433: 13 observations
## predicted class=Moderado expected loss=0.6923077 P(node) =0.0006743438
## class counts: 3 4 4 2
## probabilities: 0.231 0.308 0.308 0.154
##
## Node number 10444: 143 observations, complexity param=0.0002397435
## predicted class=Severo expected loss=0.6363636 P(node) =0.007417782
## class counts: 37 34 20 52
## probabilities: 0.259 0.238 0.140 0.364
## left son=20888 (76 obs) right son=20889 (67 obs)
## Primary splits:
## familysize < 3.5 to the right, improve=1.8716350, (0 missing)
## orientation < 4.5 to the right, improve=1.2399070, (0 missing)
## religion < 3 to the right, improve=1.2035910, (0 missing)
## voted < 1.5 to the right, improve=0.8787879, (0 missing)
## education < 3.5 to the left, improve=0.8518108, (0 missing)
## Surrogate splits:
## religion < 9 to the right, agree=0.636, adj=0.224, (0 split)
## Agreeableness < 4.25 to the right, agree=0.615, adj=0.179, (0 split)
## gender < 1.5 to the right, agree=0.601, adj=0.149, (0 split)
## race < 20 to the left, agree=0.601, adj=0.149, (0 split)
## education < 2.5 to the right, agree=0.580, adj=0.104, (0 split)
##
## Node number 10445: 23 observations, complexity param=0.0002397435
## predicted class=Severo expected loss=0.5217391 P(node) =0.00119307
## class counts: 3 2 7 11
## probabilities: 0.130 0.087 0.304 0.478
## left son=20890 (7 obs) right son=20891 (16 obs)
## Primary splits:
## Conscientiousness < 5.25 to the right, improve=3.0256210, (0 missing)
## urban < 2.5 to the left, improve=1.8434780, (0 missing)
## orientation < 1.5 to the right, improve=1.0896320, (0 missing)
## Extraversion < 3.25 to the left, improve=0.7268116, (0 missing)
## familysize < 4.5 to the left, improve=0.6343874, (0 missing)
##
## Node number 10512: 7 observations
## predicted class=Moderado expected loss=0.2857143 P(node) =0.0003631082
## class counts: 2 5 0 0
## probabilities: 0.286 0.714 0.000 0.000
##
## Node number 10513: 32 observations, complexity param=0.000174813
## predicted class=Moderado expected loss=0.5625 P(node) =0.001659923
## class counts: 2 14 14 2
## probabilities: 0.062 0.438 0.438 0.063
## left son=21026 (11 obs) right son=21027 (21 obs)
## Primary splits:
## race < 20 to the right, improve=1.9935060, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.2777780, (0 missing)
## Openness < 5.25 to the right, improve=1.2777780, (0 missing)
## familysize < 2.5 to the left, improve=0.6012146, (0 missing)
## engnat < 1.5 to the left, improve=0.5688259, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the left, agree=0.750, adj=0.273, (0 split)
## religion < 1.5 to the left, agree=0.750, adj=0.273, (0 split)
## orientation < 4 to the right, agree=0.688, adj=0.091, (0 split)
## voted < 1.5 to the left, agree=0.688, adj=0.091, (0 split)
##
## Node number 10514: 10 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.000518726
## class counts: 2 5 2 1
## probabilities: 0.200 0.500 0.200 0.100
##
## Node number 10515: 12 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0006224712
## class counts: 1 5 0 6
## probabilities: 0.083 0.417 0.000 0.500
##
## Node number 10518: 29 observations, complexity param=0.0003671072
## predicted class=Moderado expected loss=0.6551724 P(node) =0.001504305
## class counts: 2 10 10 7
## probabilities: 0.069 0.345 0.345 0.241
## left son=21036 (17 obs) right son=21037 (12 obs)
## Primary splits:
## Openness < 5.25 to the right, improve=1.1484110, (0 missing)
## Conscientiousness < 4.75 to the left, improve=0.9526297, (0 missing)
## engnat < 1.5 to the left, improve=0.8949097, (0 missing)
## religion < 8.5 to the left, improve=0.8187192, (0 missing)
## familysize < 3.5 to the right, improve=0.7179673, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the left, agree=0.724, adj=0.333, (0 split)
## familysize < 3.5 to the left, agree=0.724, adj=0.333, (0 split)
## urban < 2.5 to the left, agree=0.655, adj=0.167, (0 split)
## married < 1.5 to the left, agree=0.655, adj=0.167, (0 split)
## Extraversion < 3.75 to the left, agree=0.621, adj=0.083, (0 split)
##
## Node number 10519: 55 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6 P(node) =0.002852993
## class counts: 9 11 13 22
## probabilities: 0.164 0.200 0.236 0.400
## left son=21038 (34 obs) right son=21039 (21 obs)
## Primary splits:
## Conscientiousness < 5.25 to the left, improve=0.9531449, (0 missing)
## orientation < 0.5 to the right, improve=0.7104978, (0 missing)
## Extraversion < 4.25 to the left, improve=0.6248241, (0 missing)
## engnat < 1.5 to the left, improve=0.5704875, (0 missing)
## voted < 1.5 to the right, improve=0.5346737, (0 missing)
## Surrogate splits:
## Agreeableness < 5.25 to the left, agree=0.727, adj=0.286, (0 split)
## familysize < 2.5 to the right, agree=0.691, adj=0.190, (0 split)
##
## Node number 10640: 13 observations
## predicted class=Moderado expected loss=0.5384615 P(node) =0.0006743438
## class counts: 3 6 3 1
## probabilities: 0.231 0.462 0.231 0.077
##
## Node number 10641: 8 observations
## predicted class=Severo expected loss=0.625 P(node) =0.0004149808
## class counts: 2 1 2 3
## probabilities: 0.250 0.125 0.250 0.375
##
## Node number 10644: 64 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.46875 P(node) =0.003319846
## class counts: 7 14 34 9
## probabilities: 0.109 0.219 0.531 0.141
## left son=21288 (13 obs) right son=21289 (51 obs)
## Primary splits:
## orientation < 2.5 to the right, improve=1.667279, (0 missing)
## race < 20 to the left, improve=1.259209, (0 missing)
## Openness < 6.25 to the left, improve=1.142753, (0 missing)
## Extraversion < 5.25 to the right, improve=1.112468, (0 missing)
## voted < 1.5 to the left, improve=0.843750, (0 missing)
## Surrogate splits:
## familysize < 7.5 to the right, agree=0.812, adj=0.077, (0 split)
##
## Node number 10645: 10 observations
## predicted class=Severo expected loss=0.5 P(node) =0.000518726
## class counts: 1 0 4 5
## probabilities: 0.100 0.000 0.400 0.500
##
## Node number 10734: 12 observations
## predicted class=Moderado expected loss=0.5833333 P(node) =0.0006224712
## class counts: 1 5 3 3
## probabilities: 0.083 0.417 0.250 0.250
##
## Node number 10735: 15 observations
## predicted class=Severo expected loss=0.2666667 P(node) =0.000778089
## class counts: 0 1 3 11
## probabilities: 0.000 0.067 0.200 0.733
##
## Node number 10784: 27 observations
## predicted class=Moderado expected loss=0.4444444 P(node) =0.00140056
## class counts: 3 15 5 4
## probabilities: 0.111 0.556 0.185 0.148
##
## Node number 10785: 35 observations, complexity param=0.0003146633
## predicted class=Normal expected loss=0.7142857 P(node) =0.001815541
## class counts: 8 8 10 9
## probabilities: 0.229 0.229 0.286 0.257
## left son=21570 (16 obs) right son=21571 (19 obs)
## Primary splits:
## familysize < 4.5 to the left, improve=1.7635340, (0 missing)
## EmotionalStability < 3.75 to the right, improve=1.4280080, (0 missing)
## Openness < 5.75 to the right, improve=1.1436510, (0 missing)
## Extraversion < 4.75 to the left, improve=0.9668831, (0 missing)
## education < 2.5 to the left, improve=0.8497502, (0 missing)
## Surrogate splits:
## Openness < 5.25 to the right, agree=0.800, adj=0.563, (0 split)
## orientation < 1.5 to the right, agree=0.629, adj=0.188, (0 split)
## Extraversion < 6.25 to the right, agree=0.600, adj=0.125, (0 split)
## Agreeableness < 3.75 to the left, agree=0.600, adj=0.125, (0 split)
## Conscientiousness < 3.75 to the right, agree=0.571, adj=0.063, (0 split)
##
## Node number 10794: 7 observations
## predicted class=Leve expected loss=0.4285714 P(node) =0.0003631082
## class counts: 4 0 0 3
## probabilities: 0.571 0.000 0.000 0.429
##
## Node number 10795: 74 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5945946 P(node) =0.003838572
## class counts: 10 18 16 30
## probabilities: 0.135 0.243 0.216 0.405
## left son=21590 (11 obs) right son=21591 (63 obs)
## Primary splits:
## education < 1.5 to the left, improve=1.2662530, (0 missing)
## voted < 1.5 to the left, improve=1.2554600, (0 missing)
## married < 1.5 to the right, improve=0.9895577, (0 missing)
## orientation < 2.5 to the right, improve=0.9159879, (0 missing)
## gender < 1.5 to the right, improve=0.7822693, (0 missing)
##
## Node number 10814: 9 observations
## predicted class=Normal expected loss=0.5555556 P(node) =0.0004668534
## class counts: 1 2 4 2
## probabilities: 0.111 0.222 0.444 0.222
##
## Node number 10815: 38 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.3421053 P(node) =0.001971159
## class counts: 2 3 8 25
## probabilities: 0.053 0.079 0.211 0.658
## left son=21630 (7 obs) right son=21631 (31 obs)
## Primary splits:
## education < 3.5 to the right, improve=2.1161780, (0 missing)
## religion < 5 to the left, improve=1.6071240, (0 missing)
## married < 1.5 to the right, improve=1.0194030, (0 missing)
## EmotionalStability < 3.75 to the left, improve=0.9548872, (0 missing)
## Agreeableness < 5.75 to the right, improve=0.8691729, (0 missing)
## Surrogate splits:
## married < 1.5 to the right, agree=0.895, adj=0.429, (0 split)
##
## Node number 11010: 186 observations, complexity param=0.000228846
## predicted class=Normal expected loss=0.6935484 P(node) =0.009648304
## class counts: 35 47 57 47
## probabilities: 0.188 0.253 0.306 0.253
## left son=22020 (135 obs) right son=22021 (51 obs)
## Primary splits:
## Extraversion < 3.25 to the right, improve=2.556947, (0 missing)
## Openness < 4.25 to the right, improve=1.871812, (0 missing)
## religion < 2.5 to the right, improve=1.624810, (0 missing)
## race < 55 to the left, improve=1.422316, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.210874, (0 missing)
## Surrogate splits:
## Openness < 3.75 to the right, agree=0.742, adj=0.059, (0 split)
## familysize < 7.5 to the left, agree=0.742, adj=0.059, (0 split)
## religion < 1.5 to the right, agree=0.731, adj=0.020, (0 split)
##
## Node number 11011: 87 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6206897 P(node) =0.004512916
## class counts: 16 24 14 33
## probabilities: 0.184 0.276 0.161 0.379
## left son=22022 (54 obs) right son=22023 (33 obs)
## Primary splits:
## education < 2.5 to the right, improve=2.737374, (0 missing)
## orientation < 2.5 to the right, improve=2.168831, (0 missing)
## Agreeableness < 4.25 to the right, improve=1.888889, (0 missing)
## Conscientiousness < 3.25 to the right, improve=1.858447, (0 missing)
## engnat < 1.5 to the left, improve=1.658009, (0 missing)
## Surrogate splits:
## familysize < 5.5 to the left, agree=0.655, adj=0.091, (0 split)
## Extraversion < 3.25 to the right, agree=0.632, adj=0.030, (0 split)
## Agreeableness < 6.25 to the left, agree=0.632, adj=0.030, (0 split)
## gender < 1.5 to the right, agree=0.632, adj=0.030, (0 split)
## married < 2.5 to the left, agree=0.632, adj=0.030, (0 split)
##
## Node number 11016: 20 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.6 P(node) =0.001037452
## class counts: 5 8 4 3
## probabilities: 0.250 0.400 0.200 0.150
## left son=22032 (10 obs) right son=22033 (10 obs)
## Primary splits:
## Extraversion < 3.75 to the right, improve=1.3000000, (0 missing)
## education < 2.5 to the left, improve=1.3000000, (0 missing)
## Openness < 4.75 to the right, improve=1.0500000, (0 missing)
## orientation < 1.5 to the right, improve=1.0500000, (0 missing)
## gender < 1.5 to the left, improve=0.7615385, (0 missing)
## Surrogate splits:
## education < 2.5 to the right, agree=0.70, adj=0.4, (0 split)
## orientation < 1.5 to the right, agree=0.70, adj=0.4, (0 split)
## engnat < 1.5 to the left, agree=0.65, adj=0.3, (0 split)
## Agreeableness < 5.25 to the left, agree=0.60, adj=0.2, (0 split)
## Openness < 5.25 to the right, agree=0.60, adj=0.2, (0 split)
##
## Node number 11017: 53 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5660377 P(node) =0.002749248
## class counts: 15 3 12 23
## probabilities: 0.283 0.057 0.226 0.434
## left son=22034 (9 obs) right son=22035 (44 obs)
## Primary splits:
## race < 55 to the right, improve=1.4676010, (0 missing)
## orientation < 1.5 to the left, improve=1.3217130, (0 missing)
## Openness < 5.25 to the right, improve=1.0453290, (0 missing)
## education < 2.5 to the right, improve=0.9988614, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.7756813, (0 missing)
## Surrogate splits:
## education < 1.5 to the left, agree=0.868, adj=0.222, (0 split)
## Openness < 5.75 to the right, agree=0.849, adj=0.111, (0 split)
##
## Node number 11018: 53 observations, complexity param=0.0002097755
## predicted class=Moderado expected loss=0.5849057 P(node) =0.002749248
## class counts: 7 22 9 15
## probabilities: 0.132 0.415 0.170 0.283
## left son=22036 (10 obs) right son=22037 (43 obs)
## Primary splits:
## orientation < 0.5 to the left, improve=1.1465560, (0 missing)
## Extraversion < 3.25 to the left, improve=0.9190177, (0 missing)
## voted < 1.5 to the right, improve=0.8730634, (0 missing)
## Openness < 5.25 to the left, improve=0.7558578, (0 missing)
## familysize < 4.5 to the left, improve=0.7429821, (0 missing)
##
## Node number 11019: 16 observations
## predicted class=Severo expected loss=0.4375 P(node) =0.0008299616
## class counts: 1 2 4 9
## probabilities: 0.062 0.125 0.250 0.562
##
## Node number 11020: 120 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6 P(node) =0.006224712
## class counts: 15 45 12 48
## probabilities: 0.125 0.375 0.100 0.400
## left son=22040 (87 obs) right son=22041 (33 obs)
## Primary splits:
## Extraversion < 3.75 to the left, improve=1.5605540, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.2507600, (0 missing)
## education < 1.5 to the left, improve=1.1202700, (0 missing)
## hand < 1.5 to the left, improve=0.9218907, (0 missing)
## Conscientiousness < 3.25 to the right, improve=0.8579365, (0 missing)
## Surrogate splits:
## urban < 0.5 to the right, agree=0.733, adj=0.03, (0 split)
##
## Node number 11021: 17 observations
## predicted class=Severo expected loss=0.3529412 P(node) =0.0008818342
## class counts: 1 2 3 11
## probabilities: 0.059 0.118 0.176 0.647
##
## Node number 11022: 7 observations
## predicted class=Leve expected loss=0.5714286 P(node) =0.0003631082
## class counts: 3 0 2 2
## probabilities: 0.429 0.000 0.286 0.286
##
## Node number 11023: 13 observations
## predicted class=Severo expected loss=0.3076923 P(node) =0.0006743438
## class counts: 0 1 3 9
## probabilities: 0.000 0.077 0.231 0.692
##
## Node number 11300: 12 observations
## predicted class=Leve expected loss=0.4166667 P(node) =0.0006224712
## class counts: 7 3 1 1
## probabilities: 0.583 0.250 0.083 0.083
##
## Node number 11301: 24 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.625 P(node) =0.001244942
## class counts: 4 8 3 9
## probabilities: 0.167 0.333 0.125 0.375
## left son=22602 (14 obs) right son=22603 (10 obs)
## Primary splits:
## EmotionalStability < 3.75 to the right, improve=1.9738100, (0 missing)
## Openness < 4.25 to the left, improve=1.0565270, (0 missing)
## urban < 2.5 to the left, improve=1.0500000, (0 missing)
## familysize < 6.5 to the left, improve=0.6666667, (0 missing)
## Conscientiousness < 4.75 to the left, improve=0.6229604, (0 missing)
## Surrogate splits:
## Agreeableness < 6.25 to the left, agree=0.750, adj=0.4, (0 split)
## orientation < 3.5 to the left, agree=0.708, adj=0.3, (0 split)
## education < 2.5 to the right, agree=0.667, adj=0.2, (0 split)
## voted < 1.5 to the right, agree=0.667, adj=0.2, (0 split)
## familysize < 6.5 to the left, agree=0.667, adj=0.2, (0 split)
##
## Node number 11302: 15 observations
## predicted class=Moderado expected loss=0.6 P(node) =0.000778089
## class counts: 4 6 0 5
## probabilities: 0.267 0.400 0.000 0.333
##
## Node number 11303: 110 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.5545455 P(node) =0.005705986
## class counts: 13 23 25 49
## probabilities: 0.118 0.209 0.227 0.445
## left son=22606 (64 obs) right son=22607 (46 obs)
## Primary splits:
## Extraversion < 1.75 to the right, improve=1.8479000, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.4846020, (0 missing)
## familysize < 3.5 to the left, improve=1.3668340, (0 missing)
## EmotionalStability < 3.75 to the right, improve=1.0521210, (0 missing)
## Openness < 5.25 to the right, improve=0.8394716, (0 missing)
## Surrogate splits:
## Conscientiousness < 6.75 to the left, agree=0.636, adj=0.130, (0 split)
## Openness < 6.25 to the left, agree=0.618, adj=0.087, (0 split)
## education < 3.5 to the left, agree=0.609, adj=0.065, (0 split)
## hand < 1.5 to the left, agree=0.600, adj=0.043, (0 split)
## married < 0.5 to the right, agree=0.600, adj=0.043, (0 split)
##
## Node number 11504: 16 observations
## predicted class=Moderado expected loss=0.625 P(node) =0.0008299616
## class counts: 1 6 6 3
## probabilities: 0.062 0.375 0.375 0.188
##
## Node number 11505: 26 observations
## predicted class=Severo expected loss=0.4615385 P(node) =0.001348688
## class counts: 2 4 6 14
## probabilities: 0.077 0.154 0.231 0.538
##
## Node number 11508: 7 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 4 1 1
## probabilities: 0.143 0.571 0.143 0.143
##
## Node number 11509: 16 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0008299616
## class counts: 1 0 5 10
## probabilities: 0.062 0.000 0.312 0.625
##
## Node number 12302: 10 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.000518726
## class counts: 1 5 0 4
## probabilities: 0.100 0.500 0.000 0.400
##
## Node number 12303: 15 observations
## predicted class=Severo expected loss=0.4 P(node) =0.000778089
## class counts: 2 2 2 9
## probabilities: 0.133 0.133 0.133 0.600
##
## Node number 12310: 8 observations
## predicted class=Normal expected loss=0.625 P(node) =0.0004149808
## class counts: 2 1 3 2
## probabilities: 0.250 0.125 0.375 0.250
##
## Node number 12311: 13 observations
## predicted class=Moderado expected loss=0.5384615 P(node) =0.0006743438
## class counts: 0 6 3 4
## probabilities: 0.000 0.462 0.231 0.308
##
## Node number 12388: 7 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 4 1 1
## probabilities: 0.143 0.571 0.143 0.143
##
## Node number 12389: 21 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5714286 P(node) =0.001089325
## class counts: 5 5 2 9
## probabilities: 0.238 0.238 0.095 0.429
## left son=24778 (9 obs) right son=24779 (12 obs)
## Primary splits:
## education < 2.5 to the right, improve=0.9603175, (0 missing)
## Agreeableness < 3.75 to the right, improve=0.7936508, (0 missing)
## Openness < 4.25 to the right, improve=0.5714286, (0 missing)
## Extraversion < 4.25 to the left, improve=0.4623377, (0 missing)
## familysize < 3.5 to the right, improve=0.4623377, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.619, adj=0.111, (0 split)
## engnat < 1.5 to the left, agree=0.619, adj=0.111, (0 split)
## familysize < 4.5 to the right, agree=0.619, adj=0.111, (0 split)
##
## Node number 12486: 8 observations
## predicted class=Moderado expected loss=0.625 P(node) =0.0004149808
## class counts: 1 3 3 1
## probabilities: 0.125 0.375 0.375 0.125
##
## Node number 12487: 19 observations
## predicted class=Severo expected loss=0.4736842 P(node) =0.0009855794
## class counts: 4 0 5 10
## probabilities: 0.211 0.000 0.263 0.526
##
## Node number 12584: 52 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.4807692 P(node) =0.002697375
## class counts: 9 27 7 9
## probabilities: 0.173 0.519 0.135 0.173
## left son=25168 (24 obs) right son=25169 (28 obs)
## Primary splits:
## Extraversion < 4.75 to the left, improve=1.4349820, (0 missing)
## race < 35 to the right, improve=1.3960930, (0 missing)
## familysize < 2.5 to the left, improve=1.3397440, (0 missing)
## religion < 8.5 to the left, improve=1.1711970, (0 missing)
## Agreeableness < 5.75 to the left, improve=0.8373626, (0 missing)
## Surrogate splits:
## urban < 2.5 to the left, agree=0.692, adj=0.333, (0 split)
## Openness < 4.25 to the left, agree=0.615, adj=0.167, (0 split)
## gender < 1.5 to the left, agree=0.596, adj=0.125, (0 split)
## Agreeableness < 4.75 to the left, agree=0.577, adj=0.083, (0 split)
## engnat < 1.5 to the right, agree=0.577, adj=0.083, (0 split)
##
## Node number 12585: 8 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0004149808
## class counts: 0 3 0 5
## probabilities: 0.000 0.375 0.000 0.625
##
## Node number 12804: 50 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.7 P(node) =0.00259363
## class counts: 11 14 10 15
## probabilities: 0.220 0.280 0.200 0.300
## left son=25608 (10 obs) right son=25609 (40 obs)
## Primary splits:
## Openness < 5.75 to the right, improve=1.7100000, (0 missing)
## orientation < 0.5 to the right, improve=1.0201400, (0 missing)
## gender < 1.5 to the left, improve=0.7600000, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.7444156, (0 missing)
## married < 1.5 to the left, improve=0.6798135, (0 missing)
## Surrogate splits:
## Agreeableness < 6.5 to the right, agree=0.84, adj=0.2, (0 split)
##
## Node number 12805: 11 observations
## predicted class=Moderado expected loss=0.3636364 P(node) =0.0005705986
## class counts: 0 7 1 3
## probabilities: 0.000 0.636 0.091 0.273
##
## Node number 12816: 21 observations, complexity param=0.0001704426
## predicted class=Moderado expected loss=0.5714286 P(node) =0.001089325
## class counts: 1 9 2 9
## probabilities: 0.048 0.429 0.095 0.429
## left son=25632 (14 obs) right son=25633 (7 obs)
## Primary splits:
## education < 2.5 to the left, improve=1.7619050, (0 missing)
## urban < 2.5 to the left, improve=0.9514652, (0 missing)
## Openness < 4.75 to the left, improve=0.6190476, (0 missing)
## Extraversion < 4.75 to the right, improve=0.2142857, (0 missing)
## Agreeableness < 4.25 to the left, improve=0.2142857, (0 missing)
## Surrogate splits:
## Agreeableness < 5.25 to the left, agree=0.857, adj=0.571, (0 split)
## voted < 1.5 to the right, agree=0.810, adj=0.429, (0 split)
##
## Node number 12817: 140 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.6285714 P(node) =0.007262164
## class counts: 15 34 39 52
## probabilities: 0.107 0.243 0.279 0.371
## left son=25634 (104 obs) right son=25635 (36 obs)
## Primary splits:
## Extraversion < 5.25 to the left, improve=1.1558610, (0 missing)
## Agreeableness < 3.25 to the left, improve=1.0352680, (0 missing)
## religion < 8.5 to the right, improve=1.0176270, (0 missing)
## Conscientiousness < 2.75 to the left, improve=0.8361751, (0 missing)
## Openness < 4.75 to the right, improve=0.8155345, (0 missing)
##
## Node number 12818: 10 observations
## predicted class=Moderado expected loss=0.4 P(node) =0.000518726
## class counts: 1 6 0 3
## probabilities: 0.100 0.600 0.000 0.300
##
## Node number 12819: 13 observations
## predicted class=Severo expected loss=0.3076923 P(node) =0.0006743438
## class counts: 0 3 1 9
## probabilities: 0.000 0.231 0.077 0.692
##
## Node number 13110: 48 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.5208333 P(node) =0.002489885
## class counts: 4 18 3 23
## probabilities: 0.083 0.375 0.062 0.479
## left son=26220 (40 obs) right son=26221 (8 obs)
## Primary splits:
## race < 45 to the left, improve=1.4083330, (0 missing)
## Openness < 5.75 to the left, improve=1.0793410, (0 missing)
## orientation < 1.5 to the left, improve=0.8241228, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.6978804, (0 missing)
## familysize < 2.5 to the left, improve=0.6458333, (0 missing)
## Surrogate splits:
## religion < 3 to the right, agree=0.896, adj=0.375, (0 split)
## Openness < 6.75 to the left, agree=0.854, adj=0.125, (0 split)
## orientation < 2.5 to the left, agree=0.854, adj=0.125, (0 split)
##
## Node number 13111: 31 observations
## predicted class=Severo expected loss=0.2903226 P(node) =0.001608051
## class counts: 1 5 3 22
## probabilities: 0.032 0.161 0.097 0.710
##
## Node number 13568: 29 observations, complexity param=0.000116542
## predicted class=Moderado expected loss=0.6896552 P(node) =0.001504305
## class counts: 8 9 5 7
## probabilities: 0.276 0.310 0.172 0.241
## left son=27136 (12 obs) right son=27137 (17 obs)
## Primary splits:
## religion < 5.5 to the left, improve=2.2620010, (0 missing)
## education < 2.5 to the left, improve=1.3573670, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.3054190, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.2101810, (0 missing)
## Extraversion < 3.25 to the right, improve=0.7430127, (0 missing)
## Surrogate splits:
## Extraversion < 1.75 to the left, agree=0.724, adj=0.333, (0 split)
## urban < 2.5 to the left, agree=0.690, adj=0.250, (0 split)
## education < 3.5 to the right, agree=0.655, adj=0.167, (0 split)
## hand < 1.5 to the right, agree=0.655, adj=0.167, (0 split)
## married < 1.5 to the right, agree=0.655, adj=0.167, (0 split)
##
## Node number 13569: 10 observations
## predicted class=Normal expected loss=0.5 P(node) =0.000518726
## class counts: 1 1 5 3
## probabilities: 0.100 0.100 0.500 0.300
##
## Node number 13576: 12 observations
## predicted class=Leve expected loss=0.5833333 P(node) =0.0006224712
## class counts: 5 5 0 2
## probabilities: 0.417 0.417 0.000 0.167
##
## Node number 13577: 10 observations
## predicted class=Severo expected loss=0.5 P(node) =0.000518726
## class counts: 3 0 2 5
## probabilities: 0.300 0.000 0.200 0.500
##
## Node number 15364: 15 observations
## predicted class=Moderado expected loss=0.4 P(node) =0.000778089
## class counts: 2 9 0 4
## probabilities: 0.133 0.600 0.000 0.267
##
## Node number 15365: 8 observations
## predicted class=Severo expected loss=0.625 P(node) =0.0004149808
## class counts: 1 2 2 3
## probabilities: 0.125 0.250 0.250 0.375
##
## Node number 15370: 11 observations
## predicted class=Leve expected loss=0.5454545 P(node) =0.0005705986
## class counts: 5 3 0 3
## probabilities: 0.455 0.273 0.000 0.273
##
## Node number 15371: 21 observations
## predicted class=Severo expected loss=0.4761905 P(node) =0.001089325
## class counts: 3 3 4 11
## probabilities: 0.143 0.143 0.190 0.524
##
## Node number 15506: 19 observations
## predicted class=Leve expected loss=0.5789474 P(node) =0.0009855794
## class counts: 8 3 2 6
## probabilities: 0.421 0.158 0.105 0.316
##
## Node number 15507: 24 observations
## predicted class=Severo expected loss=0.4583333 P(node) =0.001244942
## class counts: 2 6 3 13
## probabilities: 0.083 0.250 0.125 0.542
##
## Node number 15552: 36 observations, complexity param=0.0001198717
## predicted class=Moderado expected loss=0.5277778 P(node) =0.001867414
## class counts: 3 17 2 14
## probabilities: 0.083 0.472 0.056 0.389
## left son=31104 (23 obs) right son=31105 (13 obs)
## Primary splits:
## urban < 2.5 to the left, improve=1.7452620, (0 missing)
## Extraversion < 4.25 to the left, improve=1.2500000, (0 missing)
## familysize < 1.5 to the left, improve=0.8333333, (0 missing)
## Openness < 4.25 to the left, improve=0.8168215, (0 missing)
## religion < 3 to the right, improve=0.7190476, (0 missing)
## Surrogate splits:
## Conscientiousness < 6.75 to the left, agree=0.694, adj=0.154, (0 split)
## religion < 1.5 to the right, agree=0.694, adj=0.154, (0 split)
## Agreeableness < 3.75 to the right, agree=0.667, adj=0.077, (0 split)
## engnat < 1.5 to the left, agree=0.667, adj=0.077, (0 split)
## familysize < 1.5 to the right, agree=0.667, adj=0.077, (0 split)
##
## Node number 15553: 7 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 1 4 2
## probabilities: 0.000 0.143 0.571 0.286
##
## Node number 15554: 15 observations
## predicted class=Moderado expected loss=0.5333333 P(node) =0.000778089
## class counts: 1 7 2 5
## probabilities: 0.067 0.467 0.133 0.333
##
## Node number 15555: 155 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.3419355 P(node) =0.008040253
## class counts: 8 30 15 102
## probabilities: 0.052 0.194 0.097 0.658
## left son=31110 (55 obs) right son=31111 (100 obs)
## Primary splits:
## religion < 5 to the right, improve=3.1464520, (0 missing)
## Conscientiousness < 6.25 to the right, improve=1.7479540, (0 missing)
## Openness < 2.25 to the right, improve=1.4037310, (0 missing)
## urban < 2.5 to the left, improve=1.0876330, (0 missing)
## Agreeableness < 6.25 to the right, improve=0.8969278, (0 missing)
## Surrogate splits:
## married < 2.5 to the right, agree=0.671, adj=0.073, (0 split)
##
## Node number 15664: 10 observations
## predicted class=Leve expected loss=0.4 P(node) =0.000518726
## class counts: 6 2 1 1
## probabilities: 0.600 0.200 0.100 0.100
##
## Node number 15665: 14 observations
## predicted class=Severo expected loss=0.3571429 P(node) =0.0007262164
## class counts: 1 2 2 9
## probabilities: 0.071 0.143 0.143 0.643
##
## Node number 16388: 57 observations, complexity param=0.0002622194
## predicted class=Leve expected loss=0.7192982 P(node) =0.002956738
## class counts: 16 16 15 10
## probabilities: 0.281 0.281 0.263 0.175
## left son=32776 (7 obs) right son=32777 (50 obs)
## Primary splits:
## religion < 6.5 to the left, improve=1.7672180, (0 missing)
## EmotionalStability < 5.25 to the left, improve=1.4967420, (0 missing)
## race < 35 to the left, improve=1.4501770, (0 missing)
## orientation < 0.5 to the right, improve=1.1907890, (0 missing)
## urban < 2.5 to the left, improve=0.7779107, (0 missing)
##
## Node number 16389: 8 observations
## predicted class=Moderado expected loss=0.375 P(node) =0.0004149808
## class counts: 0 5 1 2
## probabilities: 0.000 0.625 0.125 0.250
##
## Node number 17016: 16 observations
## predicted class=Normal expected loss=0.3125 P(node) =0.0008299616
## class counts: 2 2 11 1
## probabilities: 0.125 0.125 0.688 0.063
##
## Node number 17017: 20 observations, complexity param=0.0001515046
## predicted class=Normal expected loss=0.65 P(node) =0.001037452
## class counts: 4 3 7 6
## probabilities: 0.200 0.150 0.350 0.300
## left son=34034 (13 obs) right son=34035 (7 obs)
## Primary splits:
## education < 2.5 to the right, improve=1.2912090, (0 missing)
## gender < 1.5 to the right, improve=1.1666670, (0 missing)
## Extraversion < 4.25 to the right, improve=0.9000000, (0 missing)
## voted < 1.5 to the left, improve=0.8516484, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.8333333, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.8, adj=0.429, (0 split)
## voted < 1.5 to the left, agree=0.7, adj=0.143, (0 split)
## familysize < 2.5 to the right, agree=0.7, adj=0.143, (0 split)
##
## Node number 17020: 27 observations, complexity param=0.0001398504
## predicted class=Moderado expected loss=0.6666667 P(node) =0.00140056
## class counts: 4 9 9 5
## probabilities: 0.148 0.333 0.333 0.185
## left son=34040 (20 obs) right son=34041 (7 obs)
## Primary splits:
## education < 3.5 to the left, improve=2.3529100, (0 missing)
## urban < 2.5 to the left, improve=1.3481480, (0 missing)
## Openness < 4.75 to the left, improve=1.2655720, (0 missing)
## voted < 1.5 to the right, improve=0.9019360, (0 missing)
## Extraversion < 3.75 to the right, improve=0.6262183, (0 missing)
## Surrogate splits:
## Agreeableness < 3 to the right, agree=0.778, adj=0.143, (0 split)
## Openness < 4.25 to the right, agree=0.778, adj=0.143, (0 split)
## voted < 1.5 to the right, agree=0.778, adj=0.143, (0 split)
##
## Node number 17021: 47 observations
## predicted class=Normal expected loss=0.4255319 P(node) =0.002438012
## class counts: 4 7 27 9
## probabilities: 0.085 0.149 0.574 0.191
##
## Node number 18690: 30 observations
## predicted class=Normal expected loss=0.3 P(node) =0.001556178
## class counts: 3 5 21 1
## probabilities: 0.100 0.167 0.700 0.033
##
## Node number 18691: 9 observations
## predicted class=Severo expected loss=0.5555556 P(node) =0.0004668534
## class counts: 0 3 2 4
## probabilities: 0.000 0.333 0.222 0.444
##
## Node number 18696: 9 observations
## predicted class=Leve expected loss=0.5555556 P(node) =0.0004668534
## class counts: 4 1 3 1
## probabilities: 0.444 0.111 0.333 0.111
##
## Node number 18697: 11 observations
## predicted class=Normal expected loss=0.2727273 P(node) =0.0005705986
## class counts: 1 2 8 0
## probabilities: 0.091 0.182 0.727 0.000
##
## Node number 18698: 249 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.562249 P(node) =0.01291628
## class counts: 24 55 109 61
## probabilities: 0.096 0.221 0.438 0.245
## left son=37396 (151 obs) right son=37397 (98 obs)
## Primary splits:
## race < 40 to the left, improve=1.7247670, (0 missing)
## religion < 1.5 to the right, improve=1.4295180, (0 missing)
## Extraversion < 2.25 to the right, improve=1.3301180, (0 missing)
## EmotionalStability < 5.25 to the right, improve=1.1785170, (0 missing)
## Openness < 5.75 to the left, improve=0.8543973, (0 missing)
## Surrogate splits:
## religion < 7.5 to the right, agree=0.739, adj=0.337, (0 split)
## engnat < 1.5 to the right, agree=0.735, adj=0.327, (0 split)
## familysize < 2.5 to the right, agree=0.659, adj=0.133, (0 split)
## married < 1.5 to the left, agree=0.639, adj=0.082, (0 split)
## education < 1.5 to the right, agree=0.627, adj=0.051, (0 split)
##
## Node number 18699: 14 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0007262164
## class counts: 1 4 2 7
## probabilities: 0.071 0.286 0.143 0.500
##
## Node number 18722: 26 observations
## predicted class=Moderado expected loss=0.5769231 P(node) =0.001348688
## class counts: 5 11 6 4
## probabilities: 0.192 0.423 0.231 0.154
##
## Node number 18723: 82 observations, complexity param=0.000174813
## predicted class=Normal expected loss=0.6585366 P(node) =0.004253553
## class counts: 12 15 28 27
## probabilities: 0.146 0.183 0.341 0.329
## left son=37446 (50 obs) right son=37447 (32 obs)
## Primary splits:
## Conscientiousness < 5.25 to the left, improve=1.5837800, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.2378560, (0 missing)
## familysize < 2.5 to the right, improve=1.1224720, (0 missing)
## education < 3.5 to the right, improve=1.0529820, (0 missing)
## Extraversion < 2.25 to the right, improve=0.9683847, (0 missing)
## Surrogate splits:
## Agreeableness < 4.25 to the right, agree=0.671, adj=0.156, (0 split)
## religion < 11 to the left, agree=0.646, adj=0.094, (0 split)
## education < 0.5 to the right, agree=0.634, adj=0.063, (0 split)
## voted < 0.5 to the right, agree=0.634, adj=0.063, (0 split)
##
## Node number 20576: 8 observations
## predicted class=Leve expected loss=0.375 P(node) =0.0004149808
## class counts: 5 0 3 0
## probabilities: 0.625 0.000 0.375 0.000
##
## Node number 20577: 16 observations
## predicted class=Normal expected loss=0.375 P(node) =0.0008299616
## class counts: 3 1 10 2
## probabilities: 0.188 0.062 0.625 0.125
##
## Node number 20578: 18 observations
## predicted class=Leve expected loss=0.6666667 P(node) =0.0009337068
## class counts: 6 4 6 2
## probabilities: 0.333 0.222 0.333 0.111
##
## Node number 20579: 10 observations
## predicted class=Severo expected loss=0.5 P(node) =0.000518726
## class counts: 3 1 1 5
## probabilities: 0.300 0.100 0.100 0.500
##
## Node number 20744: 20 observations, complexity param=0.0001048878
## predicted class=Leve expected loss=0.6 P(node) =0.001037452
## class counts: 8 4 7 1
## probabilities: 0.400 0.200 0.350 0.050
## left son=41488 (8 obs) right son=41489 (12 obs)
## Primary splits:
## Extraversion < 4.25 to the right, improve=1.2500000, (0 missing)
## urban < 2.5 to the right, improve=0.8939394, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.5000000, (0 missing)
## voted < 1.5 to the right, improve=0.4166667, (0 missing)
## familysize < 5.5 to the left, improve=0.3131868, (0 missing)
## Surrogate splits:
## urban < 1.5 to the left, agree=0.80, adj=0.500, (0 split)
## Conscientiousness < 5.25 to the right, agree=0.70, adj=0.250, (0 split)
## orientation < 2.5 to the right, agree=0.70, adj=0.250, (0 split)
## voted < 1.5 to the left, agree=0.70, adj=0.250, (0 split)
## Openness < 3.75 to the right, agree=0.65, adj=0.125, (0 split)
##
## Node number 20745: 9 observations
## predicted class=Normal expected loss=0.3333333 P(node) =0.0004668534
## class counts: 1 1 6 1
## probabilities: 0.111 0.111 0.667 0.111
##
## Node number 20746: 13 observations
## predicted class=Moderado expected loss=0.3846154 P(node) =0.0006743438
## class counts: 1 8 2 2
## probabilities: 0.077 0.615 0.154 0.154
##
## Node number 20747: 8 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0004149808
## class counts: 1 2 4 1
## probabilities: 0.125 0.250 0.500 0.125
##
## Node number 20748: 41 observations, complexity param=0.0002622194
## predicted class=Normal expected loss=0.6585366 P(node) =0.002126777
## class counts: 10 10 14 7
## probabilities: 0.244 0.244 0.341 0.171
## left son=41496 (21 obs) right son=41497 (20 obs)
## Primary splits:
## familysize < 3.5 to the right, improve=1.1511030, (0 missing)
## education < 2.5 to the left, improve=0.8522238, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.7260516, (0 missing)
## orientation < 3.5 to the left, improve=0.5933112, (0 missing)
## religion < 9 to the right, improve=0.4796748, (0 missing)
## Surrogate splits:
## religion < 9 to the right, agree=0.683, adj=0.35, (0 split)
## race < 20 to the left, agree=0.634, adj=0.25, (0 split)
## Agreeableness < 4.75 to the right, agree=0.610, adj=0.20, (0 split)
## Conscientiousness < 4.75 to the right, agree=0.610, adj=0.20, (0 split)
## urban < 2.5 to the left, agree=0.585, adj=0.15, (0 split)
##
## Node number 20749: 13 observations
## predicted class=Severo expected loss=0.4615385 P(node) =0.0006743438
## class counts: 0 2 4 7
## probabilities: 0.000 0.154 0.308 0.538
##
## Node number 20888: 76 observations, complexity param=0.0002397435
## predicted class=Severo expected loss=0.6447368 P(node) =0.003942318
## class counts: 26 13 10 27
## probabilities: 0.342 0.171 0.132 0.355
## left son=41776 (10 obs) right son=41777 (66 obs)
## Primary splits:
## orientation < 4.5 to the right, improve=2.4221690, (0 missing)
## race < 20 to the left, improve=1.4804000, (0 missing)
## education < 3.5 to the left, improve=1.1718410, (0 missing)
## Openness < 3.25 to the left, improve=1.1677140, (0 missing)
## familysize < 4.5 to the left, improve=0.9170534, (0 missing)
##
## Node number 20889: 67 observations, complexity param=0.0002397435
## predicted class=Severo expected loss=0.6268657 P(node) =0.003475464
## class counts: 11 21 10 25
## probabilities: 0.164 0.313 0.149 0.373
## left son=41778 (52 obs) right son=41779 (15 obs)
## Primary splits:
## Conscientiousness < 5.75 to the left, improve=1.3936090, (0 missing)
## Openness < 3.75 to the right, improve=1.2077110, (0 missing)
## familysize < 0.5 to the left, improve=1.0822730, (0 missing)
## religion < 5 to the left, improve=0.9135519, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.6395296, (0 missing)
## Surrogate splits:
## religion < 11 to the left, agree=0.806, adj=0.133, (0 split)
##
## Node number 20890: 7 observations
## predicted class=Normal expected loss=0.2857143 P(node) =0.0003631082
## class counts: 0 1 5 1
## probabilities: 0.000 0.143 0.714 0.143
##
## Node number 20891: 16 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0008299616
## class counts: 3 1 2 10
## probabilities: 0.188 0.062 0.125 0.625
##
## Node number 21026: 11 observations
## predicted class=Moderado expected loss=0.2727273 P(node) =0.0005705986
## class counts: 0 8 3 0
## probabilities: 0.000 0.727 0.273 0.000
##
## Node number 21027: 21 observations, complexity param=0.000174813
## predicted class=Normal expected loss=0.4761905 P(node) =0.001089325
## class counts: 2 6 11 2
## probabilities: 0.095 0.286 0.524 0.095
## left son=42054 (13 obs) right son=42055 (8 obs)
## Primary splits:
## Conscientiousness < 5.25 to the right, improve=1.9890110, (0 missing)
## Extraversion < 3.75 to the left, improve=0.8095238, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.6428571, (0 missing)
## Openness < 5.25 to the right, improve=0.5317460, (0 missing)
## familysize < 2.5 to the left, improve=0.4120879, (0 missing)
## Surrogate splits:
## Agreeableness < 5.75 to the left, agree=0.762, adj=0.375, (0 split)
## familysize < 2.5 to the right, agree=0.714, adj=0.250, (0 split)
## Openness < 5.25 to the right, agree=0.667, adj=0.125, (0 split)
## religion < 3.5 to the right, agree=0.667, adj=0.125, (0 split)
##
## Node number 21036: 17 observations
## predicted class=Moderado expected loss=0.5294118 P(node) =0.0008818342
## class counts: 1 8 4 4
## probabilities: 0.059 0.471 0.235 0.235
##
## Node number 21037: 12 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0006224712
## class counts: 1 2 6 3
## probabilities: 0.083 0.167 0.500 0.250
##
## Node number 21038: 34 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.6764706 P(node) =0.001763668
## class counts: 5 8 10 11
## probabilities: 0.147 0.235 0.294 0.324
## left son=42076 (24 obs) right son=42077 (10 obs)
## Primary splits:
## Openness < 5.25 to the left, improve=1.4990200, (0 missing)
## Extraversion < 3.75 to the right, improve=0.5503371, (0 missing)
## Agreeableness < 4.25 to the left, improve=0.5490196, (0 missing)
## urban < 2.5 to the left, improve=0.3843292, (0 missing)
## engnat < 1.5 to the left, improve=0.3756863, (0 missing)
## Surrogate splits:
## Agreeableness < 5.75 to the left, agree=0.735, adj=0.1, (0 split)
## gender < 1.5 to the right, agree=0.735, adj=0.1, (0 split)
## religion < 9 to the right, agree=0.735, adj=0.1, (0 split)
##
## Node number 21039: 21 observations
## predicted class=Severo expected loss=0.4761905 P(node) =0.001089325
## class counts: 4 3 3 11
## probabilities: 0.190 0.143 0.143 0.524
##
## Node number 21288: 13 observations
## predicted class=Moderado expected loss=0.5384615 P(node) =0.0006743438
## class counts: 2 6 5 0
## probabilities: 0.154 0.462 0.385 0.000
##
## Node number 21289: 51 observations, complexity param=0.0001398504
## predicted class=Normal expected loss=0.4313725 P(node) =0.002645503
## class counts: 5 8 29 9
## probabilities: 0.098 0.157 0.569 0.176
## left son=42578 (42 obs) right son=42579 (9 obs)
## Primary splits:
## race < 65 to the left, improve=2.144725, (0 missing)
## Extraversion < 5.25 to the right, improve=1.844234, (0 missing)
## Openness < 6.25 to the left, improve=1.294118, (0 missing)
## familysize < 2.5 to the left, improve=1.052918, (0 missing)
## religion < 3 to the right, improve=0.746238, (0 missing)
##
## Node number 21570: 16 observations
## predicted class=Leve expected loss=0.5625 P(node) =0.0008299616
## class counts: 7 3 3 3
## probabilities: 0.438 0.188 0.188 0.188
##
## Node number 21571: 19 observations
## predicted class=Normal expected loss=0.6315789 P(node) =0.0009855794
## class counts: 1 5 7 6
## probabilities: 0.053 0.263 0.368 0.316
##
## Node number 21590: 11 observations
## predicted class=Moderado expected loss=0.5454545 P(node) =0.0005705986
## class counts: 2 5 2 2
## probabilities: 0.182 0.455 0.182 0.182
##
## Node number 21591: 63 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5555556 P(node) =0.003267974
## class counts: 8 13 14 28
## probabilities: 0.127 0.206 0.222 0.444
## left son=43182 (16 obs) right son=43183 (47 obs)
## Primary splits:
## voted < 1.5 to the left, improve=1.0944360, (0 missing)
## hand < 1.5 to the left, improve=0.9505772, (0 missing)
## orientation < 2.5 to the right, improve=0.8856544, (0 missing)
## gender < 1.5 to the right, improve=0.8752625, (0 missing)
## engnat < 1.5 to the right, improve=0.6905994, (0 missing)
## Surrogate splits:
## Agreeableness < 1.75 to the left, agree=0.778, adj=0.125, (0 split)
## race < 20 to the right, agree=0.778, adj=0.125, (0 split)
## education < 3.5 to the right, agree=0.762, adj=0.062, (0 split)
## religion < 2.5 to the left, agree=0.762, adj=0.062, (0 split)
## familysize < 2.5 to the left, agree=0.762, adj=0.062, (0 split)
##
## Node number 21630: 7 observations
## predicted class=Normal expected loss=0.5714286 P(node) =0.0003631082
## class counts: 2 0 3 2
## probabilities: 0.286 0.000 0.429 0.286
##
## Node number 21631: 31 observations
## predicted class=Severo expected loss=0.2580645 P(node) =0.001608051
## class counts: 0 3 5 23
## probabilities: 0.000 0.097 0.161 0.742
##
## Node number 22020: 135 observations, complexity param=0.000228846
## predicted class=Normal expected loss=0.6740741 P(node) =0.007002801
## class counts: 30 35 44 26
## probabilities: 0.222 0.259 0.326 0.193
## left son=44040 (77 obs) right son=44041 (58 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=2.960372, (0 missing)
## hand < 1.5 to the left, improve=1.344444, (0 missing)
## Agreeableness < 5.75 to the right, improve=1.311111, (0 missing)
## race < 40 to the left, improve=1.139683, (0 missing)
## gender < 1.5 to the right, improve=1.121047, (0 missing)
## Surrogate splits:
## familysize < 4.5 to the left, agree=0.593, adj=0.052, (0 split)
## Agreeableness < 4.25 to the right, agree=0.585, adj=0.034, (0 split)
## race < 40 to the left, agree=0.585, adj=0.034, (0 split)
##
## Node number 22021: 51 observations, complexity param=0.0002097755
## predicted class=Severo expected loss=0.5882353 P(node) =0.002645503
## class counts: 5 12 13 21
## probabilities: 0.098 0.235 0.255 0.412
## left son=44042 (8 obs) right son=44043 (43 obs)
## Primary splits:
## familysize < 6.5 to the right, improve=1.5103740, (0 missing)
## education < 2.5 to the left, improve=1.1606750, (0 missing)
## Agreeableness < 5.25 to the left, improve=0.8436720, (0 missing)
## race < 55 to the right, improve=0.6345811, (0 missing)
## religion < 6 to the right, improve=0.5667600, (0 missing)
##
## Node number 22022: 54 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.6851852 P(node) =0.00280112
## class counts: 12 17 11 14
## probabilities: 0.222 0.315 0.204 0.259
## left son=44044 (28 obs) right son=44045 (26 obs)
## Primary splits:
## orientation < 4.5 to the right, improve=1.9023200, (0 missing)
## Conscientiousness < 3.25 to the right, improve=1.5777780, (0 missing)
## religion < 8.5 to the right, improve=1.4849710, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.3193780, (0 missing)
## Extraversion < 3.25 to the right, improve=0.9863754, (0 missing)
## Surrogate splits:
## urban < 2.5 to the right, agree=0.667, adj=0.308, (0 split)
## gender < 1.5 to the right, agree=0.667, adj=0.308, (0 split)
## Openness < 4.75 to the left, agree=0.648, adj=0.269, (0 split)
## religion < 8.5 to the right, agree=0.648, adj=0.269, (0 split)
## engnat < 1.5 to the right, agree=0.593, adj=0.154, (0 split)
##
## Node number 22023: 33 observations
## predicted class=Severo expected loss=0.4242424 P(node) =0.001711796
## class counts: 4 7 3 19
## probabilities: 0.121 0.212 0.091 0.576
##
## Node number 22032: 10 observations
## predicted class=Moderado expected loss=0.4 P(node) =0.000518726
## class counts: 2 6 2 0
## probabilities: 0.200 0.600 0.200 0.000
##
## Node number 22033: 10 observations
## predicted class=Leve expected loss=0.7 P(node) =0.000518726
## class counts: 3 2 2 3
## probabilities: 0.300 0.200 0.200 0.300
##
## Node number 22034: 9 observations
## predicted class=Leve expected loss=0.4444444 P(node) =0.0004668534
## class counts: 5 1 1 2
## probabilities: 0.556 0.111 0.111 0.222
##
## Node number 22035: 44 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5227273 P(node) =0.002282394
## class counts: 10 2 11 21
## probabilities: 0.227 0.045 0.250 0.477
## left son=44070 (25 obs) right son=44071 (19 obs)
## Primary splits:
## education < 2.5 to the right, improve=1.364689, (0 missing)
## orientation < 1.5 to the left, improve=1.190073, (0 missing)
## engnat < 1.5 to the left, improve=1.141414, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.058081, (0 missing)
## Openness < 3.75 to the right, improve=0.967803, (0 missing)
## Surrogate splits:
## Extraversion < 3.75 to the left, agree=0.682, adj=0.263, (0 split)
## Openness < 5.25 to the left, agree=0.614, adj=0.105, (0 split)
## engnat < 1.5 to the right, agree=0.614, adj=0.105, (0 split)
## religion < 5 to the right, agree=0.591, adj=0.053, (0 split)
## orientation < 1.5 to the right, agree=0.591, adj=0.053, (0 split)
##
## Node number 22036: 10 observations
## predicted class=Severo expected loss=0.6 P(node) =0.000518726
## class counts: 3 2 1 4
## probabilities: 0.300 0.200 0.100 0.400
##
## Node number 22037: 43 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.5348837 P(node) =0.002230522
## class counts: 4 20 8 11
## probabilities: 0.093 0.465 0.186 0.256
## left son=44074 (32 obs) right son=44075 (11 obs)
## Primary splits:
## voted < 1.5 to the right, improve=1.0175740, (0 missing)
## Agreeableness < 5.75 to the left, improve=0.7057955, (0 missing)
## religion < 2.5 to the right, improve=0.6740495, (0 missing)
## familysize < 4.5 to the right, improve=0.6572427, (0 missing)
## Conscientiousness < 3.25 to the left, improve=0.6340933, (0 missing)
## Surrogate splits:
## married < 1.5 to the left, agree=0.860, adj=0.455, (0 split)
## religion < 1.5 to the right, agree=0.791, adj=0.182, (0 split)
## education < 3.5 to the left, agree=0.767, adj=0.091, (0 split)
##
## Node number 22040: 87 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.5747126 P(node) =0.004512916
## class counts: 12 37 5 33
## probabilities: 0.138 0.425 0.057 0.379
## left son=44080 (10 obs) right son=44081 (77 obs)
## Primary splits:
## Agreeableness < 5.75 to the right, improve=1.7708310, (0 missing)
## education < 1.5 to the left, improve=1.3724550, (0 missing)
## religion < 7.5 to the right, improve=0.9955654, (0 missing)
## Openness < 4.75 to the right, improve=0.8396854, (0 missing)
## orientation < 2.5 to the right, improve=0.8240007, (0 missing)
##
## Node number 22041: 33 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5454545 P(node) =0.001711796
## class counts: 3 8 7 15
## probabilities: 0.091 0.242 0.212 0.455
## left son=44082 (11 obs) right son=44083 (22 obs)
## Primary splits:
## Agreeableness < 4.25 to the left, improve=4.0303030, (0 missing)
## Conscientiousness < 3.25 to the right, improve=1.3370220, (0 missing)
## orientation < 1.5 to the left, improve=0.7948485, (0 missing)
## religion < 9 to the right, improve=0.4748485, (0 missing)
## urban < 1.5 to the right, improve=0.4626263, (0 missing)
## Surrogate splits:
## orientation < 0.5 to the left, agree=0.788, adj=0.364, (0 split)
## voted < 1.5 to the left, agree=0.727, adj=0.182, (0 split)
## married < 1.5 to the right, agree=0.727, adj=0.182, (0 split)
##
## Node number 22602: 14 observations
## predicted class=Severo expected loss=0.6428571 P(node) =0.0007262164
## class counts: 4 2 3 5
## probabilities: 0.286 0.143 0.214 0.357
##
## Node number 22603: 10 observations
## predicted class=Moderado expected loss=0.4 P(node) =0.000518726
## class counts: 0 6 0 4
## probabilities: 0.000 0.600 0.000 0.400
##
## Node number 22606: 64 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.640625 P(node) =0.003319846
## class counts: 7 16 18 23
## probabilities: 0.109 0.250 0.281 0.359
## left son=45212 (45 obs) right son=45213 (19 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=1.878180, (0 missing)
## Conscientiousness < 4.25 to the left, improve=1.606930, (0 missing)
## orientation < 1.5 to the right, improve=1.303686, (0 missing)
## Openness < 5.75 to the right, improve=1.217815, (0 missing)
## EmotionalStability < 3.75 to the right, improve=1.025369, (0 missing)
## Surrogate splits:
## voted < 0.5 to the right, agree=0.734, adj=0.105, (0 split)
## orientation < 0.5 to the right, agree=0.719, adj=0.053, (0 split)
##
## Node number 22607: 46 observations
## predicted class=Severo expected loss=0.4347826 P(node) =0.00238614
## class counts: 6 7 7 26
## probabilities: 0.130 0.152 0.152 0.565
##
## Node number 24778: 9 observations
## predicted class=Moderado expected loss=0.5555556 P(node) =0.0004668534
## class counts: 2 4 0 3
## probabilities: 0.222 0.444 0.000 0.333
##
## Node number 24779: 12 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0006224712
## class counts: 3 1 2 6
## probabilities: 0.250 0.083 0.167 0.500
##
## Node number 25168: 24 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.625 P(node) =0.001244942
## class counts: 6 9 5 4
## probabilities: 0.250 0.375 0.208 0.167
## left son=50336 (9 obs) right son=50337 (15 obs)
## Primary splits:
## familysize < 3.5 to the left, improve=1.0611110, (0 missing)
## religion < 8.5 to the left, improve=0.9124650, (0 missing)
## Openness < 5 to the right, improve=0.8738095, (0 missing)
## engnat < 1.5 to the left, improve=0.8452381, (0 missing)
## Conscientiousness < 5.75 to the left, improve=0.7872960, (0 missing)
## Surrogate splits:
## Agreeableness < 4.25 to the right, agree=0.750, adj=0.333, (0 split)
## gender < 1.5 to the left, agree=0.750, adj=0.333, (0 split)
## Openness < 5.75 to the right, agree=0.667, adj=0.111, (0 split)
##
## Node number 25169: 28 observations
## predicted class=Moderado expected loss=0.3571429 P(node) =0.001452433
## class counts: 3 18 2 5
## probabilities: 0.107 0.643 0.071 0.179
##
## Node number 25608: 10 observations
## predicted class=Leve expected loss=0.6 P(node) =0.000518726
## class counts: 4 4 2 0
## probabilities: 0.400 0.400 0.200 0.000
##
## Node number 25609: 40 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.625 P(node) =0.002074904
## class counts: 7 10 8 15
## probabilities: 0.175 0.250 0.200 0.375
## left son=51218 (21 obs) right son=51219 (19 obs)
## Primary splits:
## urban < 2.5 to the right, improve=1.0249370, (0 missing)
## married < 1.5 to the left, improve=0.8500000, (0 missing)
## orientation < 0.5 to the right, improve=0.7833333, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.7583333, (0 missing)
## Openness < 4.25 to the left, improve=0.6964646, (0 missing)
## Surrogate splits:
## Agreeableness < 4.25 to the right, agree=0.675, adj=0.316, (0 split)
## education < 2.5 to the left, agree=0.675, adj=0.316, (0 split)
## married < 1.5 to the left, agree=0.625, adj=0.211, (0 split)
## Extraversion < 5.25 to the left, agree=0.600, adj=0.158, (0 split)
## gender < 1.5 to the right, agree=0.600, adj=0.158, (0 split)
##
## Node number 25632: 14 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0007262164
## class counts: 1 8 1 4
## probabilities: 0.071 0.571 0.071 0.286
##
## Node number 25633: 7 observations
## predicted class=Severo expected loss=0.2857143 P(node) =0.0003631082
## class counts: 0 1 1 5
## probabilities: 0.000 0.143 0.143 0.714
##
## Node number 25634: 104 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.6346154 P(node) =0.00539475
## class counts: 12 29 25 38
## probabilities: 0.115 0.279 0.240 0.365
## left son=51268 (91 obs) right son=51269 (13 obs)
## Primary splits:
## religion < 8.5 to the right, improve=1.2060440, (0 missing)
## Agreeableness < 3.25 to the left, improve=0.9054487, (0 missing)
## Openness < 3.75 to the right, improve=0.8328136, (0 missing)
## Conscientiousness < 3.75 to the left, improve=0.7792482, (0 missing)
## urban < 1.5 to the right, improve=0.7664506, (0 missing)
## Surrogate splits:
## familysize < 0.5 to the right, agree=0.894, adj=0.154, (0 split)
##
## Node number 25635: 36 observations, complexity param=0.0001704426
## predicted class=Normal expected loss=0.6111111 P(node) =0.001867414
## class counts: 3 5 14 14
## probabilities: 0.083 0.139 0.389 0.389
## left son=51270 (26 obs) right son=51271 (10 obs)
## Primary splits:
## Conscientiousness < 3.75 to the left, improve=1.9512820, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.0428570, (0 missing)
## Openness < 4.75 to the left, improve=0.9035088, (0 missing)
## Extraversion < 5.75 to the right, improve=0.7571429, (0 missing)
## urban < 2.5 to the right, improve=0.4576883, (0 missing)
## Surrogate splits:
## Agreeableness < 4.75 to the left, agree=0.778, adj=0.2, (0 split)
## married < 1.5 to the left, agree=0.750, adj=0.1, (0 split)
##
## Node number 26220: 40 observations, complexity param=0.0001198717
## predicted class=Moderado expected loss=0.575 P(node) =0.002074904
## class counts: 4 17 2 17
## probabilities: 0.100 0.425 0.050 0.425
## left son=52440 (12 obs) right son=52441 (28 obs)
## Primary splits:
## familysize < 2.5 to the left, improve=2.1690480, (0 missing)
## Openness < 5.25 to the left, improve=1.3416670, (0 missing)
## Conscientiousness < 3.75 to the left, improve=0.7430946, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.4338384, (0 missing)
## Extraversion < 4.25 to the left, improve=0.4250000, (0 missing)
## Surrogate splits:
## gender < 1.5 to the left, agree=0.750, adj=0.167, (0 split)
## Agreeableness < 3.75 to the left, agree=0.725, adj=0.083, (0 split)
## religion < 9 to the left, agree=0.725, adj=0.083, (0 split)
##
## Node number 26221: 8 observations
## predicted class=Severo expected loss=0.25 P(node) =0.0004149808
## class counts: 0 1 1 6
## probabilities: 0.000 0.125 0.125 0.750
##
## Node number 27136: 12 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.0006224712
## class counts: 5 6 0 1
## probabilities: 0.417 0.500 0.000 0.083
##
## Node number 27137: 17 observations
## predicted class=Severo expected loss=0.6470588 P(node) =0.0008818342
## class counts: 3 3 5 6
## probabilities: 0.176 0.176 0.294 0.353
##
## Node number 31104: 23 observations, complexity param=0.0001198717
## predicted class=Moderado expected loss=0.3913043 P(node) =0.00119307
## class counts: 0 14 1 8
## probabilities: 0.000 0.609 0.043 0.348
## left son=62208 (16 obs) right son=62209 (7 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=1.6521740, (0 missing)
## religion < 5 to the right, improve=0.7885375, (0 missing)
## Openness < 4.25 to the left, improve=0.4552042, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.4521739, (0 missing)
## familysize < 2.5 to the left, improve=0.2077295, (0 missing)
## Surrogate splits:
## familysize < 3.5 to the left, agree=0.870, adj=0.571, (0 split)
## hand < 1.5 to the left, agree=0.783, adj=0.286, (0 split)
## religion < 9.5 to the left, agree=0.783, adj=0.286, (0 split)
##
## Node number 31105: 13 observations
## predicted class=Severo expected loss=0.5384615 P(node) =0.0006743438
## class counts: 3 3 1 6
## probabilities: 0.231 0.231 0.077 0.462
##
## Node number 31110: 55 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.4545455 P(node) =0.002852993
## class counts: 1 19 5 30
## probabilities: 0.018 0.345 0.091 0.545
## left son=62220 (7 obs) right son=62221 (48 obs)
## Primary splits:
## Extraversion < 1.25 to the left, improve=1.7011900, (0 missing)
## urban < 1.5 to the left, improve=1.2570510, (0 missing)
## Conscientiousness < 6.25 to the left, improve=1.1777780, (0 missing)
## engnat < 1.5 to the left, improve=0.8367150, (0 missing)
## Openness < 3.25 to the right, improve=0.8272727, (0 missing)
##
## Node number 31111: 100 observations
## predicted class=Severo expected loss=0.28 P(node) =0.00518726
## class counts: 7 11 10 72
## probabilities: 0.070 0.110 0.100 0.720
##
## Node number 32776: 7 observations
## predicted class=Leve expected loss=0.4285714 P(node) =0.0003631082
## class counts: 4 0 3 0
## probabilities: 0.571 0.000 0.429 0.000
##
## Node number 32777: 50 observations, complexity param=0.0002622194
## predicted class=Moderado expected loss=0.68 P(node) =0.00259363
## class counts: 12 16 12 10
## probabilities: 0.240 0.320 0.240 0.200
## left son=65554 (39 obs) right son=65555 (11 obs)
## Primary splits:
## EmotionalStability < 5.25 to the left, improve=1.7167370, (0 missing)
## race < 65 to the left, improve=1.2528900, (0 missing)
## orientation < 0.5 to the right, improve=0.9248780, (0 missing)
## familysize < 3.5 to the right, improve=0.8301449, (0 missing)
## voted < 1.5 to the left, improve=0.7866667, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the right, agree=0.82, adj=0.182, (0 split)
##
## Node number 34034: 13 observations
## predicted class=Normal expected loss=0.5384615 P(node) =0.0006743438
## class counts: 3 2 6 2
## probabilities: 0.231 0.154 0.462 0.154
##
## Node number 34035: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 1 1 4
## probabilities: 0.143 0.143 0.143 0.571
##
## Node number 34040: 20 observations
## predicted class=Normal expected loss=0.55 P(node) =0.001037452
## class counts: 4 5 9 2
## probabilities: 0.200 0.250 0.450 0.100
##
## Node number 34041: 7 observations
## predicted class=Moderado expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 4 0 3
## probabilities: 0.000 0.571 0.000 0.429
##
## Node number 37396: 151 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.5364238 P(node) =0.007832763
## class counts: 12 39 70 30
## probabilities: 0.079 0.258 0.464 0.199
## left son=74792 (138 obs) right son=74793 (13 obs)
## Primary splits:
## hand < 1.5 to the left, improve=1.707841, (0 missing)
## orientation < 0.5 to the left, improve=1.588812, (0 missing)
## familysize < 4.5 to the left, improve=1.495764, (0 missing)
## married < 1.5 to the right, improve=1.395465, (0 missing)
## Extraversion < 2.25 to the right, improve=1.279599, (0 missing)
##
## Node number 37397: 98 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.6020408 P(node) =0.005083515
## class counts: 12 16 39 31
## probabilities: 0.122 0.163 0.398 0.316
## left son=74794 (87 obs) right son=74795 (11 obs)
## Primary splits:
## hand < 1.5 to the left, improve=1.914721, (0 missing)
## race < 65 to the right, improve=1.734694, (0 missing)
## Conscientiousness < 5.25 to the left, improve=1.667299, (0 missing)
## religion < 1.5 to the right, improve=1.486709, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.029046, (0 missing)
## Surrogate splits:
## education < 0.5 to the right, agree=0.908, adj=0.182, (0 split)
##
## Node number 37446: 50 observations, complexity param=0.000174813
## predicted class=Normal expected loss=0.66 P(node) =0.00259363
## class counts: 9 12 17 12
## probabilities: 0.180 0.240 0.340 0.240
## left son=74892 (8 obs) right son=74893 (42 obs)
## Primary splits:
## education < 3.5 to the right, improve=1.5423810, (0 missing)
## familysize < 4.5 to the right, improve=1.5012470, (0 missing)
## hand < 1.5 to the left, improve=1.1900000, (0 missing)
## religion < 3.5 to the right, improve=1.0304760, (0 missing)
## orientation < 0.5 to the left, improve=0.9130897, (0 missing)
##
## Node number 37447: 32 observations, complexity param=0.000174813
## predicted class=Severo expected loss=0.53125 P(node) =0.001659923
## class counts: 3 3 11 15
## probabilities: 0.094 0.094 0.344 0.469
## left son=74894 (22 obs) right son=74895 (10 obs)
## Primary splits:
## voted < 1.5 to the right, improve=1.6431820, (0 missing)
## religion < 9 to the left, improve=1.0916670, (0 missing)
## Extraversion < 2.25 to the left, improve=0.9424603, (0 missing)
## engnat < 1.5 to the left, improve=0.8278986, (0 missing)
## race < 35 to the right, improve=0.8250000, (0 missing)
## Surrogate splits:
## urban < 1.5 to the right, agree=0.719, adj=0.1, (0 split)
##
## Node number 41488: 8 observations
## predicted class=Leve expected loss=0.375 P(node) =0.0004149808
## class counts: 5 0 3 0
## probabilities: 0.625 0.000 0.375 0.000
##
## Node number 41489: 12 observations
## predicted class=Moderado expected loss=0.6666667 P(node) =0.0006224712
## class counts: 3 4 4 1
## probabilities: 0.250 0.333 0.333 0.083
##
## Node number 41496: 21 observations
## predicted class=Normal expected loss=0.5238095 P(node) =0.001089325
## class counts: 5 4 10 2
## probabilities: 0.238 0.190 0.476 0.095
##
## Node number 41497: 20 observations, complexity param=0.0002622194
## predicted class=Moderado expected loss=0.7 P(node) =0.001037452
## class counts: 5 6 4 5
## probabilities: 0.250 0.300 0.200 0.250
## left son=82994 (12 obs) right son=82995 (8 obs)
## Primary splits:
## race < 20 to the left, improve=1.8166670, (0 missing)
## Openness < 4.25 to the left, improve=1.0414140, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.6777778, (0 missing)
## religion < 9 to the right, improve=0.6500000, (0 missing)
## familysize < 2.5 to the left, improve=0.4833333, (0 missing)
## Surrogate splits:
## religion < 3 to the right, agree=0.80, adj=0.500, (0 split)
## education < 2.5 to the right, agree=0.70, adj=0.250, (0 split)
## familysize < 2.5 to the right, agree=0.70, adj=0.250, (0 split)
## Extraversion < 3.25 to the right, agree=0.65, adj=0.125, (0 split)
## Openness < 4.25 to the right, agree=0.65, adj=0.125, (0 split)
##
## Node number 41776: 10 observations
## predicted class=Leve expected loss=0.4 P(node) =0.000518726
## class counts: 6 3 1 0
## probabilities: 0.600 0.300 0.100 0.000
##
## Node number 41777: 66 observations, complexity param=0.0002397435
## predicted class=Severo expected loss=0.5909091 P(node) =0.003423592
## class counts: 20 10 9 27
## probabilities: 0.303 0.152 0.136 0.409
## left son=83554 (9 obs) right son=83555 (57 obs)
## Primary splits:
## Openness < 3.25 to the left, improve=1.555024, (0 missing)
## race < 20 to the left, improve=1.244108, (0 missing)
## education < 3.5 to the left, improve=1.170034, (0 missing)
## familysize < 4.5 to the left, improve=1.019808, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.943672, (0 missing)
##
## Node number 41778: 52 observations, complexity param=0.0002397435
## predicted class=Moderado expected loss=0.6538462 P(node) =0.002697375
## class counts: 9 18 9 16
## probabilities: 0.173 0.346 0.173 0.308
## left son=83556 (38 obs) right son=83557 (14 obs)
## Primary splits:
## Openness < 3.75 to the right, improve=1.8585890, (0 missing)
## religion < 6.5 to the left, improve=1.2736260, (0 missing)
## familysize < 0.5 to the left, improve=1.2398130, (0 missing)
## Agreeableness < 3.75 to the left, improve=0.8450549, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.8152137, (0 missing)
##
## Node number 41779: 15 observations
## predicted class=Severo expected loss=0.4 P(node) =0.000778089
## class counts: 2 3 1 9
## probabilities: 0.133 0.200 0.067 0.600
##
## Node number 42054: 13 observations
## predicted class=Normal expected loss=0.3076923 P(node) =0.0006743438
## class counts: 2 2 9 0
## probabilities: 0.154 0.154 0.692 0.000
##
## Node number 42055: 8 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.0004149808
## class counts: 0 4 2 2
## probabilities: 0.000 0.500 0.250 0.250
##
## Node number 42076: 24 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.6666667 P(node) =0.001244942
## class counts: 4 7 8 5
## probabilities: 0.167 0.292 0.333 0.208
## left son=84152 (8 obs) right son=84153 (16 obs)
## Primary splits:
## Extraversion < 3.75 to the left, improve=1.0833330, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.0833330, (0 missing)
## engnat < 1.5 to the left, improve=0.7261905, (0 missing)
## familysize < 4.5 to the left, improve=0.3388889, (0 missing)
## education < 3.5 to the left, improve=0.3261905, (0 missing)
## Surrogate splits:
## familysize < 5.5 to the right, agree=0.75, adj=0.25, (0 split)
##
## Node number 42077: 10 observations
## predicted class=Severo expected loss=0.4 P(node) =0.000518726
## class counts: 1 1 2 6
## probabilities: 0.100 0.100 0.200 0.600
##
## Node number 42578: 42 observations
## predicted class=Normal expected loss=0.3571429 P(node) =0.002178649
## class counts: 4 6 27 5
## probabilities: 0.095 0.143 0.643 0.119
##
## Node number 42579: 9 observations
## predicted class=Severo expected loss=0.5555556 P(node) =0.0004668534
## class counts: 1 2 2 4
## probabilities: 0.111 0.222 0.222 0.444
##
## Node number 43182: 16 observations
## predicted class=Normal expected loss=0.625 P(node) =0.0008299616
## class counts: 3 2 6 5
## probabilities: 0.188 0.125 0.375 0.312
##
## Node number 43183: 47 observations
## predicted class=Severo expected loss=0.5106383 P(node) =0.002438012
## class counts: 5 11 8 23
## probabilities: 0.106 0.234 0.170 0.489
##
## Node number 44040: 77 observations, complexity param=0.000228846
## predicted class=Normal expected loss=0.5974026 P(node) =0.00399419
## class counts: 21 15 31 10
## probabilities: 0.273 0.195 0.403 0.130
## left son=88080 (10 obs) right son=88081 (67 obs)
## Primary splits:
## Agreeableness < 5.75 to the right, improve=1.6490410, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.5336420, (0 missing)
## voted < 1.5 to the left, improve=1.2679690, (0 missing)
## urban < 1.5 to the left, improve=1.2036870, (0 missing)
## Openness < 5.75 to the right, improve=0.9766917, (0 missing)
## Surrogate splits:
## familysize < 7.5 to the right, agree=0.896, adj=0.2, (0 split)
##
## Node number 44041: 58 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.6551724 P(node) =0.003008611
## class counts: 9 20 13 16
## probabilities: 0.155 0.345 0.224 0.276
## left son=88082 (11 obs) right son=88083 (47 obs)
## Primary splits:
## familysize < 5.5 to the right, improve=2.777763, (0 missing)
## gender < 1.5 to the left, improve=2.249756, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.599265, (0 missing)
## religion < 7.5 to the right, improve=1.388982, (0 missing)
## race < 40 to the left, improve=1.200739, (0 missing)
## Surrogate splits:
## education < 3.5 to the right, agree=0.828, adj=0.091, (0 split)
##
## Node number 44042: 8 observations
## predicted class=Leve expected loss=0.625 P(node) =0.0004149808
## class counts: 3 2 2 1
## probabilities: 0.375 0.250 0.250 0.125
##
## Node number 44043: 43 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5348837 P(node) =0.002230522
## class counts: 2 10 11 20
## probabilities: 0.047 0.233 0.256 0.465
## left son=88086 (24 obs) right son=88087 (19 obs)
## Primary splits:
## education < 2.5 to the left, improve=1.7326600, (0 missing)
## gender < 1.5 to the right, improve=0.8060254, (0 missing)
## urban < 1.5 to the right, improve=0.8008306, (0 missing)
## race < 55 to the right, improve=0.6867072, (0 missing)
## religion < 7.5 to the left, improve=0.6772375, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.628, adj=0.158, (0 split)
## Conscientiousness < 3.25 to the right, agree=0.628, adj=0.158, (0 split)
## race < 55 to the left, agree=0.628, adj=0.158, (0 split)
## Openness < 3.75 to the right, agree=0.605, adj=0.105, (0 split)
## hand < 1.5 to the left, agree=0.581, adj=0.053, (0 split)
##
## Node number 44044: 28 observations
## predicted class=Leve expected loss=0.6428571 P(node) =0.001452433
## class counts: 10 6 4 8
## probabilities: 0.357 0.214 0.143 0.286
##
## Node number 44045: 26 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.5769231 P(node) =0.001348688
## class counts: 2 11 7 6
## probabilities: 0.077 0.423 0.269 0.231
## left son=88090 (19 obs) right son=88091 (7 obs)
## Primary splits:
## religion < 8.5 to the right, improve=1.7426260, (0 missing)
## Agreeableness < 4.75 to the right, improve=1.4508550, (0 missing)
## engnat < 1.5 to the left, improve=0.8730769, (0 missing)
## familysize < 4.5 to the right, improve=0.7841880, (0 missing)
## orientation < 2.5 to the right, improve=0.6139860, (0 missing)
## Surrogate splits:
## Openness < 6 to the left, agree=0.769, adj=0.143, (0 split)
##
## Node number 44070: 25 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.56 P(node) =0.001296815
## class counts: 9 0 5 11
## probabilities: 0.360 0.000 0.200 0.440
## left son=88140 (14 obs) right son=88141 (11 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=1.1407790, (0 missing)
## Openness < 4.75 to the right, improve=0.7876471, (0 missing)
## voted < 1.5 to the left, improve=0.6025397, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.3088889, (0 missing)
## Extraversion < 3.25 to the right, improve=0.1263492, (0 missing)
## Surrogate splits:
## Extraversion < 3.75 to the left, agree=0.76, adj=0.455, (0 split)
## voted < 1.5 to the right, agree=0.68, adj=0.273, (0 split)
## familysize < 1.5 to the right, agree=0.68, adj=0.273, (0 split)
## Agreeableness < 3.75 to the right, agree=0.60, adj=0.091, (0 split)
## Openness < 4.25 to the left, agree=0.60, adj=0.091, (0 split)
##
## Node number 44071: 19 observations
## predicted class=Severo expected loss=0.4736842 P(node) =0.0009855794
## class counts: 1 2 6 10
## probabilities: 0.053 0.105 0.316 0.526
##
## Node number 44074: 32 observations
## predicted class=Moderado expected loss=0.46875 P(node) =0.001659923
## class counts: 3 17 4 8
## probabilities: 0.094 0.531 0.125 0.250
##
## Node number 44075: 11 observations
## predicted class=Normal expected loss=0.6363636 P(node) =0.0005705986
## class counts: 1 3 4 3
## probabilities: 0.091 0.273 0.364 0.273
##
## Node number 44080: 10 observations
## predicted class=Moderado expected loss=0.3 P(node) =0.000518726
## class counts: 1 7 1 1
## probabilities: 0.100 0.700 0.100 0.100
##
## Node number 44081: 77 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5844156 P(node) =0.00399419
## class counts: 11 30 4 32
## probabilities: 0.143 0.390 0.052 0.416
## left son=88162 (7 obs) right son=88163 (70 obs)
## Primary splits:
## education < 1.5 to the left, improve=1.2909090, (0 missing)
## orientation < 2.5 to the right, improve=0.8740676, (0 missing)
## religion < 7.5 to the right, improve=0.7932900, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.6959240, (0 missing)
## familysize < 1.5 to the left, improve=0.6939112, (0 missing)
##
## Node number 44082: 11 observations
## predicted class=Moderado expected loss=0.3636364 P(node) =0.0005705986
## class counts: 1 7 1 2
## probabilities: 0.091 0.636 0.091 0.182
##
## Node number 44083: 22 observations
## predicted class=Severo expected loss=0.4090909 P(node) =0.001141197
## class counts: 2 1 6 13
## probabilities: 0.091 0.045 0.273 0.591
##
## Node number 45212: 45 observations, complexity param=0.0001398504
## predicted class=Moderado expected loss=0.6666667 P(node) =0.002334267
## class counts: 4 15 13 13
## probabilities: 0.089 0.333 0.289 0.289
## left son=90424 (23 obs) right son=90425 (22 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=2.319104, (0 missing)
## Conscientiousness < 4.75 to the left, improve=2.318519, (0 missing)
## gender < 1.5 to the left, improve=1.180631, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.137382, (0 missing)
## religion < 9 to the right, improve=1.113333, (0 missing)
## Surrogate splits:
## race < 20 to the left, agree=0.778, adj=0.545, (0 split)
## religion < 7.5 to the right, agree=0.711, adj=0.409, (0 split)
## urban < 2.5 to the right, agree=0.667, adj=0.318, (0 split)
## orientation < 1.5 to the right, agree=0.644, adj=0.273, (0 split)
## familysize < 2.5 to the right, agree=0.644, adj=0.273, (0 split)
##
## Node number 45213: 19 observations
## predicted class=Severo expected loss=0.4736842 P(node) =0.0009855794
## class counts: 3 1 5 10
## probabilities: 0.158 0.053 0.263 0.526
##
## Node number 50336: 9 observations
## predicted class=Leve expected loss=0.5555556 P(node) =0.0004668534
## class counts: 4 2 1 2
## probabilities: 0.444 0.222 0.111 0.222
##
## Node number 50337: 15 observations
## predicted class=Moderado expected loss=0.5333333 P(node) =0.000778089
## class counts: 2 7 4 2
## probabilities: 0.133 0.467 0.267 0.133
##
## Node number 51218: 21 observations, complexity param=0.0001573317
## predicted class=Moderado expected loss=0.6190476 P(node) =0.001089325
## class counts: 3 8 3 7
## probabilities: 0.143 0.381 0.143 0.333
## left son=102436 (14 obs) right son=102437 (7 obs)
## Primary splits:
## orientation < 0.5 to the right, improve=0.9047619, (0 missing)
## education < 2.5 to the left, improve=0.7437229, (0 missing)
## familysize < 2.5 to the left, improve=0.6080586, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.5952381, (0 missing)
## voted < 1.5 to the right, improve=0.4841270, (0 missing)
##
## Node number 51219: 19 observations
## predicted class=Severo expected loss=0.5789474 P(node) =0.0009855794
## class counts: 4 2 5 8
## probabilities: 0.211 0.105 0.263 0.421
##
## Node number 51268: 91 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.6153846 P(node) =0.004720407
## class counts: 12 25 19 35
## probabilities: 0.132 0.275 0.209 0.385
## left son=102536 (74 obs) right son=102537 (17 obs)
## Primary splits:
## familysize < 4.5 to the left, improve=1.1956010, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.1940500, (0 missing)
## Conscientiousness < 3.75 to the left, improve=1.1364890, (0 missing)
## urban < 1.5 to the right, improve=1.0439560, (0 missing)
## Extraversion < 4.75 to the right, improve=0.9458411, (0 missing)
##
## Node number 51269: 13 observations
## predicted class=Normal expected loss=0.5384615 P(node) =0.0006743438
## class counts: 0 4 6 3
## probabilities: 0.000 0.308 0.462 0.231
##
## Node number 51270: 26 observations
## predicted class=Severo expected loss=0.5384615 P(node) =0.001348688
## class counts: 3 4 7 12
## probabilities: 0.115 0.154 0.269 0.462
##
## Node number 51271: 10 observations
## predicted class=Normal expected loss=0.3 P(node) =0.000518726
## class counts: 0 1 7 2
## probabilities: 0.000 0.100 0.700 0.200
##
## Node number 52440: 12 observations
## predicted class=Moderado expected loss=0.3333333 P(node) =0.0006224712
## class counts: 1 8 1 2
## probabilities: 0.083 0.667 0.083 0.167
##
## Node number 52441: 28 observations, complexity param=0.0001198717
## predicted class=Severo expected loss=0.4642857 P(node) =0.001452433
## class counts: 3 9 1 15
## probabilities: 0.107 0.321 0.036 0.536
## left son=104882 (17 obs) right son=104883 (11 obs)
## Primary splits:
## Openness < 5.25 to the left, improve=2.43621100, (0 missing)
## Conscientiousness < 3.75 to the left, improve=0.42261900, (0 missing)
## Extraversion < 5.25 to the right, improve=0.23223440, (0 missing)
## education < 2.5 to the left, improve=0.13095240, (0 missing)
## Agreeableness < 4.25 to the right, improve=0.06813187, (0 missing)
## Surrogate splits:
## voted < 1.5 to the right, agree=0.714, adj=0.273, (0 split)
## education < 3.5 to the left, agree=0.679, adj=0.182, (0 split)
## religion < 11 to the left, agree=0.679, adj=0.182, (0 split)
## hand < 1.5 to the left, agree=0.643, adj=0.091, (0 split)
##
## Node number 62208: 16 observations
## predicted class=Moderado expected loss=0.25 P(node) =0.0008299616
## class counts: 0 12 0 4
## probabilities: 0.000 0.750 0.000 0.250
##
## Node number 62209: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 2 1 4
## probabilities: 0.000 0.286 0.143 0.571
##
## Node number 62220: 7 observations
## predicted class=Moderado expected loss=0.2857143 P(node) =0.0003631082
## class counts: 0 5 0 2
## probabilities: 0.000 0.714 0.000 0.286
##
## Node number 62221: 48 observations
## predicted class=Severo expected loss=0.4166667 P(node) =0.002489885
## class counts: 1 14 5 28
## probabilities: 0.021 0.292 0.104 0.583
##
## Node number 65554: 39 observations, complexity param=0.0002622194
## predicted class=Moderado expected loss=0.6153846 P(node) =0.002023031
## class counts: 9 15 10 5
## probabilities: 0.231 0.385 0.256 0.128
## left son=131108 (24 obs) right son=131109 (15 obs)
## Primary splits:
## EmotionalStability < 4.75 to the left, improve=2.0987180, (0 missing)
## Extraversion < 4.25 to the left, improve=1.2258920, (0 missing)
## urban < 2.5 to the right, improve=1.0287180, (0 missing)
## Openness < 4.25 to the right, improve=0.9544322, (0 missing)
## orientation < 0.5 to the right, improve=0.6897894, (0 missing)
## Surrogate splits:
## race < 35 to the left, agree=0.718, adj=0.267, (0 split)
## urban < 2.5 to the left, agree=0.667, adj=0.133, (0 split)
## married < 1.5 to the left, agree=0.667, adj=0.133, (0 split)
## Openness < 4.75 to the left, agree=0.641, adj=0.067, (0 split)
## familysize < 2.5 to the right, agree=0.641, adj=0.067, (0 split)
##
## Node number 65555: 11 observations
## predicted class=Severo expected loss=0.5454545 P(node) =0.0005705986
## class counts: 3 1 2 5
## probabilities: 0.273 0.091 0.182 0.455
##
## Node number 74792: 138 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.557971 P(node) =0.007158419
## class counts: 11 39 61 27
## probabilities: 0.080 0.283 0.442 0.196
## left son=149584 (105 obs) right son=149585 (33 obs)
## Primary splits:
## familysize < 4.5 to the left, improve=1.5728210, (0 missing)
## orientation < 0.5 to the left, improve=1.3495170, (0 missing)
## married < 1.5 to the right, improve=1.1935340, (0 missing)
## Extraversion < 2.75 to the left, improve=0.9183636, (0 missing)
## Agreeableness < 6.75 to the right, improve=0.8627061, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.768, adj=0.03, (0 split)
##
## Node number 74793: 13 observations
## predicted class=Normal expected loss=0.3076923 P(node) =0.0006743438
## class counts: 1 0 9 3
## probabilities: 0.077 0.000 0.692 0.231
##
## Node number 74794: 87 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.5632184 P(node) =0.004512916
## class counts: 11 12 38 26
## probabilities: 0.126 0.138 0.437 0.299
## left son=149588 (70 obs) right son=149589 (17 obs)
## Primary splits:
## Extraversion < 1.75 to the right, improve=2.250072, (0 missing)
## religion < 1.5 to the right, improve=1.581376, (0 missing)
## Conscientiousness < 5.25 to the right, improve=1.360400, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.302964, (0 missing)
## married < 1.5 to the left, improve=1.109094, (0 missing)
##
## Node number 74795: 11 observations
## predicted class=Severo expected loss=0.5454545 P(node) =0.0005705986
## class counts: 1 4 1 5
## probabilities: 0.091 0.364 0.091 0.455
##
## Node number 74892: 8 observations
## predicted class=Leve expected loss=0.5 P(node) =0.0004149808
## class counts: 4 1 1 2
## probabilities: 0.500 0.125 0.125 0.250
##
## Node number 74893: 42 observations, complexity param=0.000174813
## predicted class=Normal expected loss=0.6190476 P(node) =0.002178649
## class counts: 5 11 16 10
## probabilities: 0.119 0.262 0.381 0.238
## left son=149786 (7 obs) right son=149787 (35 obs)
## Primary splits:
## orientation < 0.5 to the left, improve=1.4190480, (0 missing)
## hand < 1.5 to the left, improve=1.3809520, (0 missing)
## familysize < 4.5 to the right, improve=1.3619050, (0 missing)
## Agreeableness < 5.75 to the left, improve=0.9152661, (0 missing)
## Openness < 3.75 to the right, improve=0.7399267, (0 missing)
##
## Node number 74894: 22 observations, complexity param=0.000174813
## predicted class=Normal expected loss=0.5454545 P(node) =0.001141197
## class counts: 2 2 10 8
## probabilities: 0.091 0.091 0.455 0.364
## left son=149788 (13 obs) right son=149789 (9 obs)
## Primary splits:
## religion < 9 to the right, improve=1.7715620, (0 missing)
## education < 2.5 to the right, improve=1.3818180, (0 missing)
## Extraversion < 2.25 to the right, improve=0.9510490, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.9246753, (0 missing)
## race < 35 to the left, improve=0.7889610, (0 missing)
## Surrogate splits:
## race < 35 to the left, agree=0.773, adj=0.444, (0 split)
## Conscientiousness < 6.75 to the left, agree=0.682, adj=0.222, (0 split)
## engnat < 1.5 to the right, agree=0.682, adj=0.222, (0 split)
## hand < 1.5 to the left, agree=0.682, adj=0.222, (0 split)
## familysize < 3.5 to the right, agree=0.682, adj=0.222, (0 split)
##
## Node number 74895: 10 observations
## predicted class=Severo expected loss=0.3 P(node) =0.000518726
## class counts: 1 1 1 7
## probabilities: 0.100 0.100 0.100 0.700
##
## Node number 82994: 12 observations
## predicted class=Moderado expected loss=0.5833333 P(node) =0.0006224712
## class counts: 3 5 0 4
## probabilities: 0.250 0.417 0.000 0.333
##
## Node number 82995: 8 observations
## predicted class=Normal expected loss=0.5 P(node) =0.0004149808
## class counts: 2 1 4 1
## probabilities: 0.250 0.125 0.500 0.125
##
## Node number 83554: 9 observations
## predicted class=Leve expected loss=0.5555556 P(node) =0.0004668534
## class counts: 4 1 3 1
## probabilities: 0.444 0.111 0.333 0.111
##
## Node number 83555: 57 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.5438596 P(node) =0.002956738
## class counts: 16 9 6 26
## probabilities: 0.281 0.158 0.105 0.456
## left son=167110 (21 obs) right son=167111 (36 obs)
## Primary splits:
## Openness < 4.25 to the right, improve=1.5726820, (0 missing)
## race < 65 to the left, improve=1.1475120, (0 missing)
## familysize < 4.5 to the left, improve=0.9649123, (0 missing)
## education < 3.5 to the left, improve=0.8964912, (0 missing)
## orientation < 0.5 to the left, improve=0.7736341, (0 missing)
## Surrogate splits:
## religion < 5 to the left, agree=0.684, adj=0.143, (0 split)
## race < 20 to the right, agree=0.684, adj=0.143, (0 split)
## orientation < 1.5 to the right, agree=0.667, adj=0.095, (0 split)
## Agreeableness < 3.75 to the left, agree=0.649, adj=0.048, (0 split)
##
## Node number 83556: 38 observations, complexity param=0.0002397435
## predicted class=Moderado expected loss=0.6052632 P(node) =0.001971159
## class counts: 5 15 9 9
## probabilities: 0.132 0.395 0.237 0.237
## left son=167112 (14 obs) right son=167113 (24 obs)
## Primary splits:
## education < 2.5 to the left, improve=1.8126570, (0 missing)
## urban < 2.5 to the left, improve=1.2139170, (0 missing)
## familysize < 0.5 to the left, improve=1.1394620, (0 missing)
## voted < 1.5 to the left, improve=1.1174910, (0 missing)
## Openness < 4.25 to the left, improve=0.9793233, (0 missing)
## Surrogate splits:
## religion < 3 to the left, agree=0.711, adj=0.214, (0 split)
## Agreeableness < 3.75 to the left, agree=0.684, adj=0.143, (0 split)
## voted < 1.5 to the right, agree=0.658, adj=0.071, (0 split)
##
## Node number 83557: 14 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0007262164
## class counts: 4 3 0 7
## probabilities: 0.286 0.214 0.000 0.500
##
## Node number 84152: 8 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.0004149808
## class counts: 1 4 1 2
## probabilities: 0.125 0.500 0.125 0.250
##
## Node number 84153: 16 observations
## predicted class=Normal expected loss=0.5625 P(node) =0.0008299616
## class counts: 3 3 7 3
## probabilities: 0.188 0.188 0.438 0.188
##
## Node number 88080: 10 observations
## predicted class=Leve expected loss=0.4 P(node) =0.000518726
## class counts: 6 1 3 0
## probabilities: 0.600 0.100 0.300 0.000
##
## Node number 88081: 67 observations, complexity param=0.000228846
## predicted class=Normal expected loss=0.5820896 P(node) =0.003475464
## class counts: 15 14 28 10
## probabilities: 0.224 0.209 0.418 0.149
## left son=176162 (34 obs) right son=176163 (33 obs)
## Primary splits:
## Conscientiousness < 3.75 to the right, improve=1.8771120, (0 missing)
## Openness < 4.75 to the left, improve=1.5282020, (0 missing)
## urban < 2.5 to the left, improve=1.3252550, (0 missing)
## married < 1.5 to the left, improve=0.8296657, (0 missing)
## education < 2.5 to the right, improve=0.8073245, (0 missing)
## Surrogate splits:
## Agreeableness < 4.75 to the right, agree=0.582, adj=0.152, (0 split)
## education < 3.5 to the left, agree=0.582, adj=0.152, (0 split)
## urban < 2.5 to the left, agree=0.582, adj=0.152, (0 split)
## Openness < 5.75 to the right, agree=0.552, adj=0.091, (0 split)
## familysize < 2.5 to the left, agree=0.552, adj=0.091, (0 split)
##
## Node number 88082: 11 observations
## predicted class=Moderado expected loss=0.3636364 P(node) =0.0005705986
## class counts: 0 7 4 0
## probabilities: 0.000 0.636 0.364 0.000
##
## Node number 88083: 47 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6595745 P(node) =0.002438012
## class counts: 9 13 9 16
## probabilities: 0.191 0.277 0.191 0.340
## left son=176166 (34 obs) right son=176167 (13 obs)
## Primary splits:
## gender < 1.5 to the right, improve=2.162222, (0 missing)
## race < 40 to the left, improve=1.791591, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.388843, (0 missing)
## religion < 7.5 to the right, improve=1.251179, (0 missing)
## Conscientiousness < 3.75 to the left, improve=1.228285, (0 missing)
##
## Node number 88086: 24 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.625 P(node) =0.001244942
## class counts: 1 6 9 8
## probabilities: 0.042 0.250 0.375 0.333
## left son=176172 (13 obs) right son=176173 (11 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=0.8642191, (0 missing)
## Agreeableness < 4.75 to the left, improve=0.5833333, (0 missing)
## familysize < 4.5 to the left, improve=0.5343137, (0 missing)
## urban < 2.5 to the right, improve=0.4166667, (0 missing)
## Conscientiousness < 3.75 to the left, improve=0.3747086, (0 missing)
## Surrogate splits:
## education < 1.5 to the right, agree=0.667, adj=0.273, (0 split)
## urban < 1.5 to the right, agree=0.625, adj=0.182, (0 split)
## religion < 2.5 to the right, agree=0.625, adj=0.182, (0 split)
## race < 55 to the left, agree=0.625, adj=0.182, (0 split)
## Agreeableness < 5.25 to the left, agree=0.583, adj=0.091, (0 split)
##
## Node number 88087: 19 observations
## predicted class=Severo expected loss=0.3684211 P(node) =0.0009855794
## class counts: 1 4 2 12
## probabilities: 0.053 0.211 0.105 0.632
##
## Node number 88090: 19 observations
## predicted class=Moderado expected loss=0.4736842 P(node) =0.0009855794
## class counts: 1 10 3 5
## probabilities: 0.053 0.526 0.158 0.263
##
## Node number 88091: 7 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 1 4 1
## probabilities: 0.143 0.143 0.571 0.143
##
## Node number 88140: 14 observations
## predicted class=Leve expected loss=0.5714286 P(node) =0.0007262164
## class counts: 6 0 4 4
## probabilities: 0.429 0.000 0.286 0.286
##
## Node number 88141: 11 observations
## predicted class=Severo expected loss=0.3636364 P(node) =0.0005705986
## class counts: 3 0 1 7
## probabilities: 0.273 0.000 0.091 0.636
##
## Node number 88162: 7 observations
## predicted class=Leve expected loss=0.5714286 P(node) =0.0003631082
## class counts: 3 1 1 2
## probabilities: 0.429 0.143 0.143 0.286
##
## Node number 88163: 70 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5714286 P(node) =0.003631082
## class counts: 8 29 3 30
## probabilities: 0.114 0.414 0.043 0.429
## left son=176326 (14 obs) right son=176327 (56 obs)
## Primary splits:
## orientation < 2.5 to the right, improve=0.9071429, (0 missing)
## religion < 8.5 to the right, improve=0.8927318, (0 missing)
## familysize < 3.5 to the right, improve=0.6901587, (0 missing)
## hand < 1.5 to the left, improve=0.6099078, (0 missing)
## gender < 1.5 to the left, improve=0.5857143, (0 missing)
##
## Node number 90424: 23 observations
## predicted class=Moderado expected loss=0.4782609 P(node) =0.00119307
## class counts: 0 12 6 5
## probabilities: 0.000 0.522 0.261 0.217
##
## Node number 90425: 22 observations, complexity param=0.0001398504
## predicted class=Severo expected loss=0.6363636 P(node) =0.001141197
## class counts: 4 3 7 8
## probabilities: 0.182 0.136 0.318 0.364
## left son=180850 (7 obs) right son=180851 (15 obs)
## Primary splits:
## Conscientiousness < 4.25 to the left, improve=2.1272730, (0 missing)
## Openness < 5.25 to the right, improve=1.8982130, (0 missing)
## Agreeableness < 5.75 to the left, improve=1.5454550, (0 missing)
## race < 45 to the right, improve=1.1915580, (0 missing)
## religion < 6.5 to the left, improve=0.6363636, (0 missing)
## Surrogate splits:
## race < 65 to the right, agree=0.773, adj=0.286, (0 split)
## religion < 11.5 to the right, agree=0.727, adj=0.143, (0 split)
##
## Node number 102436: 14 observations
## predicted class=Moderado expected loss=0.5714286 P(node) =0.0007262164
## class counts: 2 6 3 3
## probabilities: 0.143 0.429 0.214 0.214
##
## Node number 102437: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 2 0 4
## probabilities: 0.143 0.286 0.000 0.571
##
## Node number 102536: 74 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.6081081 P(node) =0.003838572
## class counts: 11 22 12 29
## probabilities: 0.149 0.297 0.162 0.392
## left son=205072 (53 obs) right son=205073 (21 obs)
## Primary splits:
## Openness < 3.75 to the right, improve=2.2960830, (0 missing)
## Extraversion < 4.25 to the left, improve=1.4242280, (0 missing)
## Agreeableness < 5.25 to the right, improve=1.0816950, (0 missing)
## Conscientiousness < 3.75 to the left, improve=0.9428175, (0 missing)
## hand < 1.5 to the right, improve=0.9301802, (0 missing)
##
## Node number 102537: 17 observations
## predicted class=Normal expected loss=0.5882353 P(node) =0.0008818342
## class counts: 1 3 7 6
## probabilities: 0.059 0.176 0.412 0.353
##
## Node number 104882: 17 observations
## predicted class=Moderado expected loss=0.5294118 P(node) =0.0008818342
## class counts: 2 8 1 6
## probabilities: 0.118 0.471 0.059 0.353
##
## Node number 104883: 11 observations
## predicted class=Severo expected loss=0.1818182 P(node) =0.0005705986
## class counts: 1 1 0 9
## probabilities: 0.091 0.091 0.000 0.818
##
## Node number 131108: 24 observations, complexity param=0.0002622194
## predicted class=Leve expected loss=0.6666667 P(node) =0.001244942
## class counts: 8 7 4 5
## probabilities: 0.333 0.292 0.167 0.208
## left son=262216 (14 obs) right son=262217 (10 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=1.6976190, (0 missing)
## Openness < 4.25 to the right, improve=1.3833330, (0 missing)
## voted < 1.5 to the left, improve=0.8270308, (0 missing)
## Conscientiousness < 3.25 to the right, improve=0.5833333, (0 missing)
## Agreeableness < 3.75 to the left, improve=0.4908964, (0 missing)
## Surrogate splits:
## voted < 1.5 to the left, agree=0.708, adj=0.3, (0 split)
## Openness < 4.25 to the right, agree=0.667, adj=0.2, (0 split)
## familysize < 2.5 to the right, agree=0.667, adj=0.2, (0 split)
## Agreeableness < 3.75 to the right, agree=0.625, adj=0.1, (0 split)
##
## Node number 131109: 15 observations
## predicted class=Moderado expected loss=0.4666667 P(node) =0.000778089
## class counts: 1 8 6 0
## probabilities: 0.067 0.533 0.400 0.000
##
## Node number 149584: 105 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.5904762 P(node) =0.005446623
## class counts: 10 34 43 18
## probabilities: 0.095 0.324 0.410 0.171
## left son=299168 (81 obs) right son=299169 (24 obs)
## Primary splits:
## orientation < 1.5 to the left, improve=1.981746, (0 missing)
## engnat < 1.5 to the right, improve=1.336975, (0 missing)
## religion < 8.5 to the right, improve=1.077857, (0 missing)
## Conscientiousness < 4.75 to the left, improve=1.077123, (0 missing)
## Extraversion < 2.75 to the left, improve=1.070130, (0 missing)
##
## Node number 149585: 33 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.4545455 P(node) =0.001711796
## class counts: 1 5 18 9
## probabilities: 0.030 0.152 0.545 0.273
## left son=299170 (26 obs) right son=299171 (7 obs)
## Primary splits:
## Openness < 5.75 to the left, improve=1.1262070, (0 missing)
## urban < 1.5 to the right, improve=1.1262070, (0 missing)
## Extraversion < 2.25 to the right, improve=1.1212120, (0 missing)
## EmotionalStability < 5.25 to the right, improve=0.5782828, (0 missing)
## Conscientiousness < 5.25 to the left, improve=0.5293939, (0 missing)
##
## Node number 149588: 70 observations, complexity param=0.0001678204
## predicted class=Normal expected loss=0.6285714 P(node) =0.003631082
## class counts: 9 12 26 23
## probabilities: 0.129 0.171 0.371 0.329
## left son=299176 (30 obs) right son=299177 (40 obs)
## Primary splits:
## Agreeableness < 4.75 to the left, improve=2.838095, (0 missing)
## religion < 1.5 to the left, improve=1.559307, (0 missing)
## Extraversion < 2.25 to the left, improve=1.471429, (0 missing)
## education < 1.5 to the right, improve=1.225345, (0 missing)
## married < 1.5 to the left, improve=1.104492, (0 missing)
## Surrogate splits:
## urban < 2.5 to the right, agree=0.657, adj=0.200, (0 split)
## gender < 1.5 to the left, agree=0.657, adj=0.200, (0 split)
## engnat < 1.5 to the right, agree=0.643, adj=0.167, (0 split)
## religion < 11 to the right, agree=0.629, adj=0.133, (0 split)
## education < 1.5 to the left, agree=0.614, adj=0.100, (0 split)
##
## Node number 149589: 17 observations
## predicted class=Normal expected loss=0.2941176 P(node) =0.0008818342
## class counts: 2 0 12 3
## probabilities: 0.118 0.000 0.706 0.176
##
## Node number 149786: 7 observations
## predicted class=Leve expected loss=0.5714286 P(node) =0.0003631082
## class counts: 3 1 1 2
## probabilities: 0.429 0.143 0.143 0.286
##
## Node number 149787: 35 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.5714286 P(node) =0.001815541
## class counts: 2 10 15 8
## probabilities: 0.057 0.286 0.429 0.229
## left son=299574 (8 obs) right son=299575 (27 obs)
## Primary splits:
## hand < 1.5 to the right, improve=0.8269841, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.6914286, (0 missing)
## gender < 1.5 to the right, improve=0.6175824, (0 missing)
## familysize < 2.5 to the right, improve=0.6120083, (0 missing)
## religion < 3.5 to the right, improve=0.5571429, (0 missing)
##
## Node number 149788: 13 observations
## predicted class=Normal expected loss=0.3846154 P(node) =0.0006743438
## class counts: 0 2 8 3
## probabilities: 0.000 0.154 0.615 0.231
##
## Node number 149789: 9 observations
## predicted class=Severo expected loss=0.4444444 P(node) =0.0004668534
## class counts: 2 0 2 5
## probabilities: 0.222 0.000 0.222 0.556
##
## Node number 167110: 21 observations, complexity param=0.0001573317
## predicted class=Severo expected loss=0.5238095 P(node) =0.001089325
## class counts: 9 0 2 10
## probabilities: 0.429 0.000 0.095 0.476
## left son=334220 (7 obs) right son=334221 (14 obs)
## Primary splits:
## education < 2.5 to the left, improve=1.3333330, (0 missing)
## Conscientiousness < 4.75 to the left, improve=0.6086580, (0 missing)
## urban < 2.5 to the left, improve=0.3333333, (0 missing)
## voted < 1.5 to the left, improve=0.3333333, (0 missing)
## race < 20 to the left, improve=0.1904762, (0 missing)
## Surrogate splits:
## familysize < 4.5 to the left, agree=0.762, adj=0.286, (0 split)
## Agreeableness < 5.25 to the right, agree=0.714, adj=0.143, (0 split)
## Conscientiousness < 5.25 to the right, agree=0.714, adj=0.143, (0 split)
## gender < 1.5 to the left, agree=0.714, adj=0.143, (0 split)
##
## Node number 167111: 36 observations, complexity param=0.0001048878
## predicted class=Severo expected loss=0.5555556 P(node) =0.001867414
## class counts: 7 9 4 16
## probabilities: 0.194 0.250 0.111 0.444
## left son=334222 (7 obs) right son=334223 (29 obs)
## Primary splits:
## familysize < 5.5 to the right, improve=1.1387520, (0 missing)
## engnat < 1.5 to the right, improve=0.6951515, (0 missing)
## Extraversion < 3.25 to the left, improve=0.5833333, (0 missing)
## Conscientiousness < 4.75 to the right, improve=0.5569697, (0 missing)
## education < 3.5 to the left, improve=0.3102564, (0 missing)
##
## Node number 167112: 14 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.0007262164
## class counts: 2 7 5 0
## probabilities: 0.143 0.500 0.357 0.000
##
## Node number 167113: 24 observations, complexity param=0.0002397435
## predicted class=Severo expected loss=0.625 P(node) =0.001244942
## class counts: 3 8 4 9
## probabilities: 0.125 0.333 0.167 0.375
## left son=334226 (10 obs) right son=334227 (14 obs)
## Primary splits:
## Openness < 4.25 to the left, improve=1.8309520, (0 missing)
## Conscientiousness < 4.75 to the left, improve=1.0565270, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.0500000, (0 missing)
## familysize < 2.5 to the left, improve=1.0309520, (0 missing)
## urban < 2.5 to the left, improve=0.8607226, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the right, agree=0.708, adj=0.3, (0 split)
## education < 3.5 to the right, agree=0.708, adj=0.3, (0 split)
## Agreeableness < 4.75 to the right, agree=0.667, adj=0.2, (0 split)
## urban < 2.5 to the right, agree=0.625, adj=0.1, (0 split)
## orientation < 4.5 to the right, agree=0.625, adj=0.1, (0 split)
##
## Node number 176162: 34 observations, complexity param=0.000228846
## predicted class=Normal expected loss=0.6470588 P(node) =0.001763668
## class counts: 9 11 12 2
## probabilities: 0.265 0.324 0.353 0.059
## left son=352324 (8 obs) right son=352325 (26 obs)
## Primary splits:
## urban < 1.5 to the left, improve=1.3020360, (0 missing)
## Openness < 5.75 to the right, improve=1.1458820, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.0712670, (0 missing)
## education < 2.5 to the right, improve=0.9487395, (0 missing)
## familysize < 2.5 to the right, improve=0.8347712, (0 missing)
##
## Node number 176163: 33 observations, complexity param=0.000228846
## predicted class=Normal expected loss=0.5151515 P(node) =0.001711796
## class counts: 6 3 16 8
## probabilities: 0.182 0.091 0.485 0.242
## left son=352326 (12 obs) right son=352327 (21 obs)
## Primary splits:
## Openness < 4.75 to the left, improve=3.8203460, (0 missing)
## urban < 1.5 to the left, improve=1.0053280, (0 missing)
## married < 1.5 to the left, improve=0.8734599, (0 missing)
## Extraversion < 3.75 to the right, improve=0.7616162, (0 missing)
## gender < 1.5 to the right, improve=0.5741765, (0 missing)
## Surrogate splits:
## urban < 1.5 to the left, agree=0.727, adj=0.250, (0 split)
## Agreeableness < 5.25 to the right, agree=0.667, adj=0.083, (0 split)
## orientation < 0.5 to the left, agree=0.667, adj=0.083, (0 split)
##
## Node number 176166: 34 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.6764706 P(node) =0.001763668
## class counts: 8 6 9 11
## probabilities: 0.235 0.176 0.265 0.324
## left son=352332 (26 obs) right son=352333 (8 obs)
## Primary splits:
## race < 35 to the left, improve=1.7138010, (0 missing)
## Conscientiousness < 3.75 to the left, improve=1.3152760, (0 missing)
## education < 2.5 to the left, improve=0.9370915, (0 missing)
## religion < 9 to the left, improve=0.8425148, (0 missing)
## engnat < 1.5 to the right, improve=0.6176471, (0 missing)
## Surrogate splits:
## education < 1.5 to the right, agree=0.853, adj=0.375, (0 split)
## religion < 7.5 to the right, agree=0.824, adj=0.250, (0 split)
## married < 1.5 to the left, agree=0.794, adj=0.125, (0 split)
##
## Node number 176167: 13 observations
## predicted class=Moderado expected loss=0.4615385 P(node) =0.0006743438
## class counts: 1 7 0 5
## probabilities: 0.077 0.538 0.000 0.385
##
## Node number 176172: 13 observations
## predicted class=Moderado expected loss=0.6153846 P(node) =0.0006743438
## class counts: 0 5 5 3
## probabilities: 0.000 0.385 0.385 0.231
##
## Node number 176173: 11 observations
## predicted class=Severo expected loss=0.5454545 P(node) =0.0005705986
## class counts: 1 1 4 5
## probabilities: 0.091 0.091 0.364 0.455
##
## Node number 176326: 14 observations
## predicted class=Moderado expected loss=0.5714286 P(node) =0.0007262164
## class counts: 4 6 0 4
## probabilities: 0.286 0.429 0.000 0.286
##
## Node number 176327: 56 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5357143 P(node) =0.002904866
## class counts: 4 23 3 26
## probabilities: 0.071 0.411 0.054 0.464
## left son=352654 (41 obs) right son=352655 (15 obs)
## Primary splits:
## religion < 8.5 to the right, improve=2.4519740, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.2166670, (0 missing)
## voted < 1.5 to the right, improve=1.1607140, (0 missing)
## familysize < 4.5 to the right, improve=0.9523810, (0 missing)
## gender < 1.5 to the left, improve=0.8096273, (0 missing)
## Surrogate splits:
## race < 25 to the left, agree=0.804, adj=0.267, (0 split)
## Agreeableness < 3.25 to the right, agree=0.786, adj=0.200, (0 split)
## Openness < 5.75 to the left, agree=0.786, adj=0.200, (0 split)
##
## Node number 180850: 7 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0003631082
## class counts: 2 1 4 0
## probabilities: 0.286 0.143 0.571 0.000
##
## Node number 180851: 15 observations
## predicted class=Severo expected loss=0.4666667 P(node) =0.000778089
## class counts: 2 2 3 8
## probabilities: 0.133 0.133 0.200 0.533
##
## Node number 205072: 53 observations, complexity param=0.0001704426
## predicted class=Moderado expected loss=0.6981132 P(node) =0.002749248
## class counts: 11 16 10 16
## probabilities: 0.208 0.302 0.189 0.302
## left son=410144 (28 obs) right son=410145 (25 obs)
## Primary splits:
## Conscientiousness < 3.75 to the left, improve=1.3726680, (0 missing)
## Extraversion < 4.25 to the left, improve=1.2712610, (0 missing)
## hand < 1.5 to the right, improve=1.0145320, (0 missing)
## gender < 1.5 to the left, improve=0.8894059, (0 missing)
## urban < 2.5 to the left, improve=0.8421760, (0 missing)
## Surrogate splits:
## Agreeableness < 4.75 to the left, agree=0.642, adj=0.24, (0 split)
## gender < 1.5 to the right, agree=0.604, adj=0.16, (0 split)
## Openness < 4.25 to the left, agree=0.585, adj=0.12, (0 split)
## education < 2.5 to the right, agree=0.585, adj=0.12, (0 split)
## urban < 1.5 to the right, agree=0.566, adj=0.08, (0 split)
##
## Node number 205073: 21 observations
## predicted class=Severo expected loss=0.3809524 P(node) =0.001089325
## class counts: 0 6 2 13
## probabilities: 0.000 0.286 0.095 0.619
##
## Node number 262216: 14 observations
## predicted class=Leve expected loss=0.5 P(node) =0.0007262164
## class counts: 7 2 2 3
## probabilities: 0.500 0.143 0.143 0.214
##
## Node number 262217: 10 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.000518726
## class counts: 1 5 2 2
## probabilities: 0.100 0.500 0.200 0.200
##
## Node number 299168: 81 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5308642 P(node) =0.004201681
## class counts: 8 24 38 11
## probabilities: 0.099 0.296 0.469 0.136
## left son=598336 (66 obs) right son=598337 (15 obs)
## Primary splits:
## engnat < 1.5 to the right, improve=1.814141, (0 missing)
## EmotionalStability < 5.25 to the left, improve=1.587614, (0 missing)
## Extraversion < 2.75 to the right, improve=1.410036, (0 missing)
## orientation < 0.5 to the left, improve=1.275515, (0 missing)
## religion < 8.5 to the right, improve=1.135251, (0 missing)
##
## Node number 299169: 24 observations, complexity param=0.0001678204
## predicted class=Moderado expected loss=0.5833333 P(node) =0.001244942
## class counts: 2 10 5 7
## probabilities: 0.083 0.417 0.208 0.292
## left son=598338 (13 obs) right son=598339 (11 obs)
## Primary splits:
## Conscientiousness < 4.75 to the left, improve=1.5064100, (0 missing)
## orientation < 4.5 to the right, improve=0.8976190, (0 missing)
## Openness < 4.75 to the left, improve=0.8333333, (0 missing)
## urban < 1.5 to the left, improve=0.7166667, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.7083333, (0 missing)
## Surrogate splits:
## Extraversion < 2.25 to the right, agree=0.750, adj=0.455, (0 split)
## Agreeableness < 4.25 to the right, agree=0.625, adj=0.182, (0 split)
## urban < 2.5 to the left, agree=0.625, adj=0.182, (0 split)
## orientation < 2.5 to the right, agree=0.625, adj=0.182, (0 split)
## EmotionalStability < 5.25 to the right, agree=0.583, adj=0.091, (0 split)
##
## Node number 299170: 26 observations
## predicted class=Normal expected loss=0.4230769 P(node) =0.001348688
## class counts: 1 5 15 5
## probabilities: 0.038 0.192 0.577 0.192
##
## Node number 299171: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 0 0 3 4
## probabilities: 0.000 0.000 0.429 0.571
##
## Node number 299176: 30 observations
## predicted class=Normal expected loss=0.4666667 P(node) =0.001556178
## class counts: 3 6 16 5
## probabilities: 0.100 0.200 0.533 0.167
##
## Node number 299177: 40 observations, complexity param=0.0001678204
## predicted class=Severo expected loss=0.55 P(node) =0.002074904
## class counts: 6 6 10 18
## probabilities: 0.150 0.150 0.250 0.450
## left son=598354 (7 obs) right son=598355 (33 obs)
## Primary splits:
## orientation < 3.5 to the right, improve=1.6779220, (0 missing)
## EmotionalStability < 5.25 to the right, improve=0.9125000, (0 missing)
## married < 1.5 to the left, improve=0.8037618, (0 missing)
## Extraversion < 2.25 to the left, improve=0.7662404, (0 missing)
## familysize < 3.5 to the left, improve=0.6666667, (0 missing)
##
## Node number 299574: 8 observations
## predicted class=Normal expected loss=0.375 P(node) =0.0004149808
## class counts: 1 1 5 1
## probabilities: 0.125 0.125 0.625 0.125
##
## Node number 299575: 27 observations, complexity param=0.0001573317
## predicted class=Normal expected loss=0.6296296 P(node) =0.00140056
## class counts: 1 9 10 7
## probabilities: 0.037 0.333 0.370 0.259
## left son=599150 (11 obs) right son=599151 (16 obs)
## Primary splits:
## gender < 1.5 to the left, improve=1.1603540, (0 missing)
## Agreeableness < 5.25 to the left, improve=1.0365500, (0 missing)
## education < 2.5 to the right, improve=0.7301587, (0 missing)
## EmotionalStability < 4.75 to the right, improve=0.6111111, (0 missing)
## urban < 1.5 to the left, improve=0.5555556, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the left, agree=0.741, adj=0.364, (0 split)
## religion < 2.5 to the left, agree=0.741, adj=0.364, (0 split)
## familysize < 3.5 to the left, agree=0.741, adj=0.364, (0 split)
## Agreeableness < 4.75 to the left, agree=0.704, adj=0.273, (0 split)
## engnat < 1.5 to the left, agree=0.704, adj=0.273, (0 split)
##
## Node number 334220: 7 observations
## predicted class=Leve expected loss=0.2857143 P(node) =0.0003631082
## class counts: 5 0 0 2
## probabilities: 0.714 0.000 0.000 0.286
##
## Node number 334221: 14 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0007262164
## class counts: 4 0 2 8
## probabilities: 0.286 0.000 0.143 0.571
##
## Node number 334222: 7 observations
## predicted class=Leve expected loss=0.7142857 P(node) =0.0003631082
## class counts: 2 2 2 1
## probabilities: 0.286 0.286 0.286 0.143
##
## Node number 334223: 29 observations
## predicted class=Severo expected loss=0.4827586 P(node) =0.001504305
## class counts: 5 7 2 15
## probabilities: 0.172 0.241 0.069 0.517
##
## Node number 334226: 10 observations
## predicted class=Moderado expected loss=0.4 P(node) =0.000518726
## class counts: 1 6 1 2
## probabilities: 0.100 0.600 0.100 0.200
##
## Node number 334227: 14 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0007262164
## class counts: 2 2 3 7
## probabilities: 0.143 0.143 0.214 0.500
##
## Node number 352324: 8 observations
## predicted class=Moderado expected loss=0.375 P(node) =0.0004149808
## class counts: 1 5 2 0
## probabilities: 0.125 0.625 0.250 0.000
##
## Node number 352325: 26 observations, complexity param=0.0002097755
## predicted class=Normal expected loss=0.6153846 P(node) =0.001348688
## class counts: 8 6 10 2
## probabilities: 0.308 0.231 0.385 0.077
## left son=704650 (13 obs) right son=704651 (13 obs)
## Primary splits:
## urban < 2.5 to the left, improve=0.9230769, (0 missing)
## Openness < 5.75 to the right, improve=0.7703875, (0 missing)
## Extraversion < 3.75 to the left, improve=0.6538462, (0 missing)
## Agreeableness < 4.25 to the left, improve=0.5347985, (0 missing)
## voted < 1.5 to the left, improve=0.5329311, (0 missing)
## Surrogate splits:
## married < 1.5 to the right, agree=0.731, adj=0.462, (0 split)
## voted < 1.5 to the left, agree=0.692, adj=0.385, (0 split)
## familysize < 2.5 to the right, agree=0.692, adj=0.385, (0 split)
## Extraversion < 3.75 to the right, agree=0.654, adj=0.308, (0 split)
## engnat < 1.5 to the right, agree=0.654, adj=0.308, (0 split)
##
## Node number 352326: 12 observations
## predicted class=Leve expected loss=0.5 P(node) =0.0006224712
## class counts: 6 1 2 3
## probabilities: 0.500 0.083 0.167 0.250
##
## Node number 352327: 21 observations
## predicted class=Normal expected loss=0.3333333 P(node) =0.001089325
## class counts: 0 2 14 5
## probabilities: 0.000 0.095 0.667 0.238
##
## Node number 352332: 26 observations, complexity param=0.000228846
## predicted class=Normal expected loss=0.6538462 P(node) =0.001348688
## class counts: 6 5 9 6
## probabilities: 0.231 0.192 0.346 0.231
## left son=704664 (8 obs) right son=704665 (18 obs)
## Primary splits:
## Conscientiousness < 3.75 to the left, improve=1.5705130, (0 missing)
## education < 2.5 to the left, improve=0.7788462, (0 missing)
## voted < 1.5 to the left, improve=0.6538462, (0 missing)
## familysize < 3.5 to the left, improve=0.2967033, (0 missing)
## Extraversion < 3.75 to the left, improve=0.1776557, (0 missing)
## Surrogate splits:
## married < 1.5 to the right, agree=0.769, adj=0.250, (0 split)
## familysize < 2.5 to the left, agree=0.769, adj=0.250, (0 split)
## religion < 9 to the left, agree=0.731, adj=0.125, (0 split)
##
## Node number 352333: 8 observations
## predicted class=Severo expected loss=0.375 P(node) =0.0004149808
## class counts: 2 1 0 5
## probabilities: 0.250 0.125 0.000 0.625
##
## Node number 352654: 41 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.5121951 P(node) =0.002126777
## class counts: 3 20 3 15
## probabilities: 0.073 0.488 0.073 0.366
## left son=705308 (7 obs) right son=705309 (34 obs)
## Primary splits:
## gender < 1.5 to the left, improve=2.367493, (0 missing)
## race < 15 to the right, improve=1.661611, (0 missing)
## Agreeableness < 4.75 to the left, improve=1.492073, (0 missing)
## voted < 1.5 to the right, improve=1.261518, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.052367, (0 missing)
##
## Node number 352655: 15 observations
## predicted class=Severo expected loss=0.2666667 P(node) =0.000778089
## class counts: 1 3 0 11
## probabilities: 0.067 0.200 0.000 0.733
##
## Node number 410144: 28 observations, complexity param=0.0001704426
## predicted class=Leve expected loss=0.6785714 P(node) =0.001452433
## class counts: 9 9 4 6
## probabilities: 0.321 0.321 0.143 0.214
## left son=820288 (15 obs) right son=820289 (13 obs)
## Primary splits:
## Extraversion < 4.25 to the left, improve=1.3827840, (0 missing)
## voted < 1.5 to the left, improve=0.8071429, (0 missing)
## familysize < 3.5 to the right, improve=0.7673993, (0 missing)
## Conscientiousness < 3.25 to the right, improve=0.6428571, (0 missing)
## Openness < 4.75 to the right, improve=0.5654762, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.607, adj=0.154, (0 split)
## Conscientiousness < 3.25 to the left, agree=0.607, adj=0.154, (0 split)
## Openness < 4.75 to the right, agree=0.607, adj=0.154, (0 split)
## gender < 1.5 to the left, agree=0.607, adj=0.154, (0 split)
## familysize < 3.5 to the left, agree=0.571, adj=0.077, (0 split)
##
## Node number 410145: 25 observations, complexity param=0.0001704426
## predicted class=Severo expected loss=0.6 P(node) =0.001296815
## class counts: 2 7 6 10
## probabilities: 0.080 0.280 0.240 0.400
## left son=820290 (10 obs) right son=820291 (15 obs)
## Primary splits:
## gender < 1.5 to the left, improve=1.3066670, (0 missing)
## Extraversion < 4.25 to the right, improve=0.8400000, (0 missing)
## education < 2.5 to the left, improve=0.6737662, (0 missing)
## Agreeableness < 4.75 to the right, improve=0.5372222, (0 missing)
## Openness < 5.25 to the left, improve=0.5282353, (0 missing)
## Surrogate splits:
## urban < 1.5 to the left, agree=0.68, adj=0.2, (0 split)
## hand < 1.5 to the right, agree=0.68, adj=0.2, (0 split)
## Extraversion < 4.75 to the right, agree=0.64, adj=0.1, (0 split)
## Agreeableness < 3.75 to the left, agree=0.64, adj=0.1, (0 split)
## familysize < 3.5 to the right, agree=0.64, adj=0.1, (0 split)
##
## Node number 598336: 66 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5909091 P(node) =0.003423592
## class counts: 7 21 27 11
## probabilities: 0.106 0.318 0.409 0.167
## left son=1196672 (26 obs) right son=1196673 (40 obs)
## Primary splits:
## Extraversion < 2.75 to the right, improve=1.4008160, (0 missing)
## EmotionalStability < 5.25 to the left, improve=1.3632360, (0 missing)
## Agreeableness < 4.25 to the right, improve=1.1244210, (0 missing)
## Conscientiousness < 5.75 to the left, improve=0.9006734, (0 missing)
## religion < 5 to the right, improve=0.4969697, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the left, agree=0.652, adj=0.115, (0 split)
##
## Node number 598337: 15 observations
## predicted class=Normal expected loss=0.2666667 P(node) =0.000778089
## class counts: 1 3 11 0
## probabilities: 0.067 0.200 0.733 0.000
##
## Node number 598338: 13 observations
## predicted class=Moderado expected loss=0.3846154 P(node) =0.0006743438
## class counts: 0 8 2 3
## probabilities: 0.000 0.615 0.154 0.231
##
## Node number 598339: 11 observations
## predicted class=Severo expected loss=0.6363636 P(node) =0.0005705986
## class counts: 2 2 3 4
## probabilities: 0.182 0.182 0.273 0.364
##
## Node number 598354: 7 observations
## predicted class=Normal expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 1 4 1
## probabilities: 0.143 0.143 0.571 0.143
##
## Node number 598355: 33 observations
## predicted class=Severo expected loss=0.4848485 P(node) =0.001711796
## class counts: 5 5 6 17
## probabilities: 0.152 0.152 0.182 0.515
##
## Node number 599150: 11 observations
## predicted class=Normal expected loss=0.4545455 P(node) =0.0005705986
## class counts: 1 2 6 2
## probabilities: 0.091 0.182 0.545 0.182
##
## Node number 599151: 16 observations
## predicted class=Moderado expected loss=0.5625 P(node) =0.0008299616
## class counts: 0 7 4 5
## probabilities: 0.000 0.438 0.250 0.313
##
## Node number 704650: 13 observations
## predicted class=Leve expected loss=0.6153846 P(node) =0.0006743438
## class counts: 5 3 3 2
## probabilities: 0.385 0.231 0.231 0.154
##
## Node number 704651: 13 observations
## predicted class=Normal expected loss=0.4615385 P(node) =0.0006743438
## class counts: 3 3 7 0
## probabilities: 0.231 0.231 0.538 0.000
##
## Node number 704664: 8 observations
## predicted class=Leve expected loss=0.5 P(node) =0.0004149808
## class counts: 4 2 1 1
## probabilities: 0.500 0.250 0.125 0.125
##
## Node number 704665: 18 observations
## predicted class=Normal expected loss=0.5555556 P(node) =0.0009337068
## class counts: 2 3 8 5
## probabilities: 0.111 0.167 0.444 0.278
##
## Node number 705308: 7 observations
## predicted class=Moderado expected loss=0.1428571 P(node) =0.0003631082
## class counts: 1 6 0 0
## probabilities: 0.143 0.857 0.000 0.000
##
## Node number 705309: 34 observations, complexity param=0.000228846
## predicted class=Severo expected loss=0.5588235 P(node) =0.001763668
## class counts: 2 14 3 15
## probabilities: 0.059 0.412 0.088 0.441
## left son=1410618 (20 obs) right son=1410619 (14 obs)
## Primary splits:
## Agreeableness < 4.75 to the left, improve=1.4352940, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.2984520, (0 missing)
## voted < 1.5 to the right, improve=0.6397386, (0 missing)
## familysize < 3.5 to the right, improve=0.6210084, (0 missing)
## Openness < 4.25 to the left, improve=0.4117647, (0 missing)
## Surrogate splits:
## engnat < 1.5 to the right, agree=0.676, adj=0.214, (0 split)
## orientation < 1.5 to the left, agree=0.676, adj=0.214, (0 split)
## urban < 1.5 to the right, agree=0.647, adj=0.143, (0 split)
## familysize < 3.5 to the right, agree=0.647, adj=0.143, (0 split)
## education < 2.5 to the right, agree=0.618, adj=0.071, (0 split)
##
## Node number 820288: 15 observations
## predicted class=Leve expected loss=0.6 P(node) =0.000778089
## class counts: 6 3 4 2
## probabilities: 0.400 0.200 0.267 0.133
##
## Node number 820289: 13 observations
## predicted class=Moderado expected loss=0.5384615 P(node) =0.0006743438
## class counts: 3 6 0 4
## probabilities: 0.231 0.462 0.000 0.308
##
## Node number 820290: 10 observations
## predicted class=Moderado expected loss=0.5 P(node) =0.000518726
## class counts: 1 5 1 3
## probabilities: 0.100 0.500 0.100 0.300
##
## Node number 820291: 15 observations
## predicted class=Severo expected loss=0.5333333 P(node) =0.000778089
## class counts: 1 2 5 7
## probabilities: 0.067 0.133 0.333 0.467
##
## Node number 1196672: 26 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.6153846 P(node) =0.001348688
## class counts: 6 5 10 5
## probabilities: 0.231 0.192 0.385 0.192
## left son=2393344 (18 obs) right son=2393345 (8 obs)
## Primary splits:
## Agreeableness < 4.75 to the right, improve=1.7628210, (0 missing)
## Openness < 4.75 to the right, improve=1.1469060, (0 missing)
## Conscientiousness < 4.75 to the right, improve=1.0405980, (0 missing)
## urban < 1.5 to the right, improve=0.9514170, (0 missing)
## familysize < 3.5 to the right, improve=0.8211538, (0 missing)
## Surrogate splits:
## urban < 1.5 to the right, agree=0.731, adj=0.125, (0 split)
## orientation < 0.5 to the right, agree=0.731, adj=0.125, (0 split)
##
## Node number 1196673: 40 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.575 P(node) =0.002074904
## class counts: 1 16 17 6
## probabilities: 0.025 0.400 0.425 0.150
## left son=2393346 (32 obs) right son=2393347 (8 obs)
## Primary splits:
## Conscientiousness < 5.75 to the left, improve=2.1375000, (0 missing)
## urban < 2.5 to the right, improve=1.0500000, (0 missing)
## Agreeableness < 4.25 to the left, improve=1.0487460, (0 missing)
## EmotionalStability < 5.25 to the left, improve=1.0236680, (0 missing)
## religion < 8.5 to the right, improve=0.9770655, (0 missing)
##
## Node number 1410618: 20 observations, complexity param=0.000228846
## predicted class=Moderado expected loss=0.5 P(node) =0.001037452
## class counts: 2 10 2 6
## probabilities: 0.100 0.500 0.100 0.300
## left son=2821236 (13 obs) right son=2821237 (7 obs)
## Primary splits:
## voted < 1.5 to the right, improve=2.2065930, (0 missing)
## Conscientiousness < 3.75 to the right, improve=1.2000000, (0 missing)
## Extraversion < 3.25 to the left, improve=0.8808081, (0 missing)
## familysize < 3.5 to the left, improve=0.7191919, (0 missing)
## Openness < 4.25 to the right, improve=0.3959596, (0 missing)
## Surrogate splits:
## Openness < 4.75 to the left, agree=0.7, adj=0.143, (0 split)
## education < 2.5 to the left, agree=0.7, adj=0.143, (0 split)
##
## Node number 1410619: 14 observations
## predicted class=Severo expected loss=0.3571429 P(node) =0.0007262164
## class counts: 0 4 1 9
## probabilities: 0.000 0.286 0.071 0.643
##
## Node number 2393344: 18 observations
## predicted class=Normal expected loss=0.6111111 P(node) =0.0009337068
## class counts: 6 4 7 1
## probabilities: 0.333 0.222 0.389 0.056
##
## Node number 2393345: 8 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0004149808
## class counts: 0 1 3 4
## probabilities: 0.000 0.125 0.375 0.500
##
## Node number 2393346: 32 observations, complexity param=0.0001048878
## predicted class=Normal expected loss=0.5 P(node) =0.001659923
## class counts: 1 13 16 2
## probabilities: 0.031 0.406 0.500 0.063
## left son=4786692 (22 obs) right son=4786693 (10 obs)
## Primary splits:
## Conscientiousness < 5.25 to the left, improve=1.2352270, (0 missing)
## EmotionalStability < 5.25 to the right, improve=0.9006643, (0 missing)
## urban < 2.5 to the left, improve=0.6875000, (0 missing)
## Openness < 4.75 to the right, improve=0.6404221, (0 missing)
## Extraversion < 2.25 to the right, improve=0.4831349, (0 missing)
## Surrogate splits:
## Agreeableness < 3.75 to the right, agree=0.719, adj=0.1, (0 split)
## EmotionalStability < 4.75 to the right, agree=0.719, adj=0.1, (0 split)
## Openness < 5.75 to the left, agree=0.719, adj=0.1, (0 split)
## gender < 1.5 to the right, agree=0.719, adj=0.1, (0 split)
##
## Node number 2393347: 8 observations
## predicted class=Severo expected loss=0.5 P(node) =0.0004149808
## class counts: 0 3 1 4
## probabilities: 0.000 0.375 0.125 0.500
##
## Node number 2821236: 13 observations
## predicted class=Moderado expected loss=0.3076923 P(node) =0.0006743438
## class counts: 1 9 1 2
## probabilities: 0.077 0.692 0.077 0.154
##
## Node number 2821237: 7 observations
## predicted class=Severo expected loss=0.4285714 P(node) =0.0003631082
## class counts: 1 1 1 4
## probabilities: 0.143 0.143 0.143 0.571
##
## Node number 4786692: 22 observations, complexity param=0.0001048878
## predicted class=Moderado expected loss=0.5 P(node) =0.001141197
## class counts: 1 11 9 1
## probabilities: 0.045 0.500 0.409 0.045
## left son=9573384 (14 obs) right son=9573385 (8 obs)
## Primary splits:
## EmotionalStability < 5.25 to the left, improve=1.4772730, (0 missing)
## Openness < 5.25 to the right, improve=0.5454545, (0 missing)
## urban < 2.5 to the left, improve=0.5454545, (0 missing)
## familysize < 3.5 to the right, improve=0.4058442, (0 missing)
## Agreeableness < 5.25 to the right, improve=0.2629870, (0 missing)
## Surrogate splits:
## urban < 1.5 to the right, agree=0.773, adj=0.375, (0 split)
## orientation < 0.5 to the right, agree=0.773, adj=0.375, (0 split)
## Openness < 5.75 to the left, agree=0.682, adj=0.125, (0 split)
##
## Node number 4786693: 10 observations
## predicted class=Normal expected loss=0.3 P(node) =0.000518726
## class counts: 0 2 7 1
## probabilities: 0.000 0.200 0.700 0.100
##
## Node number 9573384: 14 observations
## predicted class=Moderado expected loss=0.3571429 P(node) =0.0007262164
## class counts: 0 9 4 1
## probabilities: 0.000 0.643 0.286 0.071
##
## Node number 9573385: 8 observations
## predicted class=Normal expected loss=0.375 P(node) =0.0004149808
## class counts: 1 2 5 0
## probabilities: 0.125 0.250 0.625 0.000
##
## n= 19278
##
## node), split, n, loss, yval, (yprob)
## * denotes terminal node
##
## 1) root 19278 9534 Severo (0.093941280 0.179271709 0.221340388 0.505446623)
## 2) EmotionalStability>=3.25 8566 5222 Normal (0.127597478 0.180947934 0.390380574 0.301074014)
## 4) EmotionalStability>=4.25 4353 2095 Normal (0.119457845 0.146335860 0.518722720 0.215483575)
## 8) Extraversion>=3.25 2731 1086 Normal (0.121933358 0.125595020 0.602343464 0.150128158)
## 16) EmotionalStability< 6.25 2217 988 Normal (0.138024357 0.141181777 0.554352729 0.166441137)
## 32) Conscientiousness< 3.75 473 298 Normal (0.167019027 0.194503171 0.369978858 0.268498943)
## 64) Conscientiousness>=2.75 299 171 Normal (0.167224080 0.187290970 0.428093645 0.217391304)
## 128) Extraversion< 5.25 229 144 Normal (0.183406114 0.200873362 0.371179039 0.244541485)
## 256) engnat>=1.5 172 106 Normal (0.220930233 0.197674419 0.383720930 0.197674419)
## 512) education>=1.5 160 97 Normal (0.231250000 0.206250000 0.393750000 0.168750000)
## 1024) familysize< 5.5 134 79 Normal (0.208955224 0.246268657 0.410447761 0.134328358)
## 2048) Agreeableness< 5.25 98 63 Normal (0.265306122 0.244897959 0.357142857 0.132653061)
## 4096) Agreeableness>=4.75 21 11 Normal (0.428571429 0.095238095 0.476190476 0.000000000)
## 8192) Openness>=4.75 12 4 Leve (0.666666667 0.083333333 0.250000000 0.000000000) *
## 8193) Openness< 4.75 9 2 Normal (0.111111111 0.111111111 0.777777778 0.000000000) *
## 4097) Agreeableness< 4.75 77 52 Normal (0.220779221 0.285714286 0.324675325 0.168831169)
## 8194) Openness< 5.75 65 44 Moderado (0.246153846 0.323076923 0.246153846 0.184615385)
## 16388) orientation< 3.5 57 41 Leve (0.280701754 0.280701754 0.263157895 0.175438596)
## 32776) religion< 6.5 7 3 Leve (0.571428571 0.000000000 0.428571429 0.000000000) *
## 32777) religion>=6.5 50 34 Moderado (0.240000000 0.320000000 0.240000000 0.200000000)
## 65554) EmotionalStability< 5.25 39 24 Moderado (0.230769231 0.384615385 0.256410256 0.128205128)
## 131108) EmotionalStability< 4.75 24 16 Leve (0.333333333 0.291666667 0.166666667 0.208333333)
## 262216) Extraversion< 4.25 14 7 Leve (0.500000000 0.142857143 0.142857143 0.214285714) *
## 262217) Extraversion>=4.25 10 5 Moderado (0.100000000 0.500000000 0.200000000 0.200000000) *
## 131109) EmotionalStability>=4.75 15 7 Moderado (0.066666667 0.533333333 0.400000000 0.000000000) *
## 65555) EmotionalStability>=5.25 11 6 Severo (0.272727273 0.090909091 0.181818182 0.454545455) *
## 16389) orientation>=3.5 8 3 Moderado (0.000000000 0.625000000 0.125000000 0.250000000) *
## 8195) Openness>=5.75 12 3 Normal (0.083333333 0.083333333 0.750000000 0.083333333) *
## 2049) Agreeableness>=5.25 36 16 Normal (0.055555556 0.250000000 0.555555556 0.138888889) *
## 1025) familysize>=5.5 26 17 Leve (0.346153846 0.000000000 0.307692308 0.346153846)
## 2050) Extraversion>=4.25 13 6 Leve (0.538461538 0.000000000 0.230769231 0.230769231) *
## 2051) Extraversion< 4.25 13 7 Severo (0.153846154 0.000000000 0.384615385 0.461538462) *
## 513) education< 1.5 12 5 Severo (0.083333333 0.083333333 0.250000000 0.583333333) *
## 257) engnat< 1.5 57 35 Severo (0.070175439 0.210526316 0.333333333 0.385964912)
## 514) Openness>=6.25 7 3 Normal (0.000000000 0.428571429 0.571428571 0.000000000) *
## 515) Openness< 6.25 50 28 Severo (0.080000000 0.180000000 0.300000000 0.440000000)
## 1030) Openness< 3.75 11 6 Moderado (0.181818182 0.454545455 0.090909091 0.272727273) *
## 1031) Openness>=3.75 39 20 Severo (0.051282051 0.102564103 0.358974359 0.487179487)
## 2062) Agreeableness< 4.75 25 13 Normal (0.080000000 0.080000000 0.480000000 0.360000000)
## 4124) religion< 9 14 5 Normal (0.142857143 0.000000000 0.642857143 0.214285714) *
## 4125) religion>=9 11 5 Severo (0.000000000 0.181818182 0.272727273 0.545454545) *
## 2063) Agreeableness>=4.75 14 4 Severo (0.000000000 0.142857143 0.142857143 0.714285714) *
## 129) Extraversion>=5.25 70 27 Normal (0.114285714 0.142857143 0.614285714 0.128571429) *
## 65) Conscientiousness< 2.75 174 112 Severo (0.166666667 0.206896552 0.270114943 0.356321839)
## 130) Openness>=5.25 68 44 Moderado (0.191176471 0.352941176 0.220588235 0.235294118)
## 260) Agreeableness< 5.75 48 25 Moderado (0.166666667 0.479166667 0.166666667 0.187500000)
## 520) EmotionalStability>=4.75 29 15 Moderado (0.172413793 0.482758621 0.275862069 0.068965517)
## 1040) urban< 2.5 15 5 Moderado (0.200000000 0.666666667 0.066666667 0.066666667) *
## 1041) urban>=2.5 14 7 Normal (0.142857143 0.285714286 0.500000000 0.071428571) *
## 521) EmotionalStability< 4.75 19 10 Moderado (0.157894737 0.473684211 0.000000000 0.368421053) *
## 261) Agreeableness>=5.75 20 13 Normal (0.250000000 0.050000000 0.350000000 0.350000000)
## 522) engnat>=1.5 11 5 Normal (0.181818182 0.090909091 0.545454545 0.181818182) *
## 523) engnat< 1.5 9 4 Severo (0.333333333 0.000000000 0.111111111 0.555555556) *
## 131) Openness< 5.25 106 60 Severo (0.150943396 0.113207547 0.301886792 0.433962264)
## 262) Conscientiousness>=1.75 81 51 Normal (0.148148148 0.123456790 0.370370370 0.358024691)
## 524) race< 35 58 35 Severo (0.189655172 0.137931034 0.275862069 0.396551724)
## 1048) Agreeableness>=5.75 10 6 Moderado (0.300000000 0.400000000 0.100000000 0.200000000) *
## 1049) Agreeableness< 5.75 48 27 Severo (0.166666667 0.083333333 0.312500000 0.437500000)
## 2098) Extraversion>=4.25 21 12 Normal (0.190476190 0.142857143 0.428571429 0.238095238)
## 4196) EmotionalStability< 4.75 10 6 Leve (0.400000000 0.200000000 0.300000000 0.100000000) *
## 4197) EmotionalStability>=4.75 11 5 Normal (0.000000000 0.090909091 0.545454545 0.363636364) *
## 2099) Extraversion< 4.25 27 11 Severo (0.148148148 0.037037037 0.222222222 0.592592593) *
## 525) race>=35 23 9 Normal (0.043478261 0.086956522 0.608695652 0.260869565) *
## 263) Conscientiousness< 1.75 25 8 Severo (0.160000000 0.080000000 0.080000000 0.680000000) *
## 33) Conscientiousness>=3.75 1744 690 Normal (0.130160550 0.126720183 0.604357798 0.138761468)
## 66) EmotionalStability< 4.75 598 284 Normal (0.158862876 0.145484950 0.525083612 0.170568562)
## 132) Conscientiousness>=4.25 485 219 Normal (0.158762887 0.136082474 0.548453608 0.156701031)
## 264) familysize>=7.5 19 13 Moderado (0.263157895 0.315789474 0.263157895 0.157894737) *
## 265) familysize< 7.5 466 205 Normal (0.154506438 0.128755365 0.560085837 0.156652361)
## 530) urban< 1.5 114 56 Normal (0.236842105 0.105263158 0.508771930 0.149122807)
## 1060) Agreeableness>=3.75 101 46 Normal (0.227722772 0.108910891 0.544554455 0.118811881)
## 2120) Openness>=5.75 20 12 Leve (0.400000000 0.050000000 0.350000000 0.200000000)
## 4240) Extraversion< 4.25 7 2 Leve (0.714285714 0.000000000 0.142857143 0.142857143) *
## 4241) Extraversion>=4.25 13 7 Normal (0.230769231 0.076923077 0.461538462 0.230769231) *
## 2121) Openness< 5.75 81 33 Normal (0.185185185 0.123456790 0.592592593 0.098765432) *
## 1061) Agreeableness< 3.75 13 8 Severo (0.307692308 0.076923077 0.230769231 0.384615385) *
## 531) urban>=1.5 352 149 Normal (0.127840909 0.136363636 0.576704545 0.159090909)
## 1062) Openness< 3.25 12 8 Moderado (0.166666667 0.333333333 0.250000000 0.250000000) *
## 1063) Openness>=3.25 340 140 Normal (0.126470588 0.129411765 0.588235294 0.155882353)
## 2126) Agreeableness>=4.75 144 51 Normal (0.131944444 0.111111111 0.645833333 0.111111111) *
## 2127) Agreeableness< 4.75 196 89 Normal (0.122448980 0.142857143 0.545918367 0.188775510)
## 4254) religion< 9 46 27 Normal (0.195652174 0.108695652 0.413043478 0.282608696)
## 8508) race< 65 36 18 Normal (0.166666667 0.138888889 0.500000000 0.194444444)
## 17016) religion< 3.5 16 5 Normal (0.125000000 0.125000000 0.687500000 0.062500000) *
## 17017) religion>=3.5 20 13 Normal (0.200000000 0.150000000 0.350000000 0.300000000)
## 34034) education>=2.5 13 7 Normal (0.230769231 0.153846154 0.461538462 0.153846154) *
## 34035) education< 2.5 7 3 Severo (0.142857143 0.142857143 0.142857143 0.571428571) *
## 8509) race>=65 10 4 Severo (0.300000000 0.000000000 0.100000000 0.600000000) *
## 4255) religion>=9 150 62 Normal (0.100000000 0.153333333 0.586666667 0.160000000)
## 8510) Extraversion< 4.75 74 38 Normal (0.108108108 0.216216216 0.486486486 0.189189189)
## 17020) familysize< 3.5 27 18 Moderado (0.148148148 0.333333333 0.333333333 0.185185185)
## 34040) education< 3.5 20 11 Normal (0.200000000 0.250000000 0.450000000 0.100000000) *
## 34041) education>=3.5 7 3 Moderado (0.000000000 0.571428571 0.000000000 0.428571429) *
## 17021) familysize>=3.5 47 20 Normal (0.085106383 0.148936170 0.574468085 0.191489362) *
## 8511) Extraversion>=4.75 76 24 Normal (0.092105263 0.092105263 0.684210526 0.131578947) *
## 133) Conscientiousness< 4.25 113 65 Normal (0.159292035 0.185840708 0.424778761 0.230088496)
## 266) engnat< 1.5 36 24 Severo (0.222222222 0.222222222 0.222222222 0.333333333)
## 532) Agreeableness>=4.75 13 7 Moderado (0.153846154 0.461538462 0.230769231 0.153846154) *
## 533) Agreeableness< 4.75 23 13 Severo (0.260869565 0.086956522 0.217391304 0.434782609) *
## 267) engnat>=1.5 77 37 Normal (0.129870130 0.168831169 0.519480519 0.181818182)
## 534) Agreeableness>=4.75 29 16 Normal (0.275862069 0.103448276 0.448275862 0.172413793)
## 1068) voted>=1.5 20 14 Leve (0.300000000 0.150000000 0.300000000 0.250000000)
## 2136) orientation< 2.5 11 6 Leve (0.454545455 0.000000000 0.181818182 0.363636364) *
## 2137) orientation>=2.5 9 5 Normal (0.111111111 0.333333333 0.444444444 0.111111111) *
## 1069) voted< 1.5 9 2 Normal (0.222222222 0.000000000 0.777777778 0.000000000) *
## 535) Agreeableness< 4.75 48 21 Normal (0.041666667 0.208333333 0.562500000 0.187500000) *
## 67) EmotionalStability>=4.75 1146 406 Normal (0.115183246 0.116928447 0.645724258 0.122164049)
## 134) Agreeableness< 3.25 78 43 Normal (0.192307692 0.128205128 0.448717949 0.230769231)
## 268) EmotionalStability< 5.75 59 28 Normal (0.169491525 0.169491525 0.525423729 0.135593220)
## 536) Openness>=4.25 48 21 Normal (0.187500000 0.208333333 0.562500000 0.041666667)
## 1072) Openness>=6.25 14 9 Leve (0.357142857 0.285714286 0.214285714 0.142857143) *
## 1073) Openness< 6.25 34 10 Normal (0.117647059 0.176470588 0.705882353 0.000000000) *
## 537) Openness< 4.25 11 5 Severo (0.090909091 0.000000000 0.363636364 0.545454545) *
## 269) EmotionalStability>=5.75 19 9 Severo (0.263157895 0.000000000 0.210526316 0.526315789) *
## 135) Agreeableness>=3.25 1068 363 Normal (0.109550562 0.116104869 0.660112360 0.114232210)
## 270) Extraversion< 5.25 736 277 Normal (0.134510870 0.130434783 0.623641304 0.111413043)
## 540) orientation< 1.5 576 203 Normal (0.142361111 0.111111111 0.647569444 0.098958333) *
## 541) orientation>=1.5 160 74 Normal (0.106250000 0.200000000 0.537500000 0.156250000)
## 1082) religion< 2.5 21 13 Severo (0.190476190 0.333333333 0.095238095 0.380952381)
## 2164) voted< 1.5 9 5 Leve (0.444444444 0.444444444 0.000000000 0.111111111) *
## 2165) voted>=1.5 12 5 Severo (0.000000000 0.250000000 0.166666667 0.583333333) *
## 1083) religion>=2.5 139 55 Normal (0.093525180 0.179856115 0.604316547 0.122302158)
## 2166) Openness< 4.25 30 17 Normal (0.133333333 0.300000000 0.433333333 0.133333333)
## 4332) Extraversion>=3.75 22 10 Normal (0.090909091 0.363636364 0.545454545 0.000000000)
## 8664) Conscientiousness< 5.25 15 8 Moderado (0.133333333 0.466666667 0.400000000 0.000000000) *
## 8665) Conscientiousness>=5.25 7 1 Normal (0.000000000 0.142857143 0.857142857 0.000000000) *
## 4333) Extraversion< 3.75 8 4 Severo (0.250000000 0.125000000 0.125000000 0.500000000) *
## 2167) Openness>=4.25 109 38 Normal (0.082568807 0.146788991 0.651376147 0.119266055)
## 4334) gender< 1.5 23 12 Normal (0.173913043 0.304347826 0.478260870 0.043478261)
## 8668) Openness>=5.75 8 3 Moderado (0.125000000 0.625000000 0.250000000 0.000000000) *
## 8669) Openness< 5.75 15 6 Normal (0.200000000 0.133333333 0.600000000 0.066666667) *
## 4335) gender>=1.5 86 26 Normal (0.058139535 0.104651163 0.697674419 0.139534884) *
## 271) Extraversion>=5.25 332 86 Normal (0.054216867 0.084337349 0.740963855 0.120481928) *
## 17) EmotionalStability>=6.25 514 98 Normal (0.052529183 0.058365759 0.809338521 0.079766537)
## 34) Conscientiousness>=2.25 489 84 Normal (0.051124744 0.055214724 0.828220859 0.065439673)
## 68) religion>=6.5 343 50 Normal (0.046647230 0.061224490 0.854227405 0.037900875) *
## 69) religion< 6.5 146 34 Normal (0.061643836 0.041095890 0.767123288 0.130136986)
## 138) Agreeableness>=3.25 138 29 Normal (0.065217391 0.043478261 0.789855072 0.101449275) *
## 139) Agreeableness< 3.25 8 3 Severo (0.000000000 0.000000000 0.375000000 0.625000000) *
## 35) Conscientiousness< 2.25 25 14 Normal (0.080000000 0.120000000 0.440000000 0.360000000)
## 70) Openness>=5.75 15 6 Normal (0.066666667 0.066666667 0.600000000 0.266666667) *
## 71) Openness< 5.75 10 5 Severo (0.100000000 0.200000000 0.200000000 0.500000000) *
## 9) Extraversion< 3.25 1622 1009 Normal (0.115289766 0.181257707 0.377928483 0.325524044)
## 18) Conscientiousness>=3.75 1216 679 Normal (0.108552632 0.164473684 0.441611842 0.285361842)
## 36) Extraversion>=1.25 1045 558 Normal (0.111961722 0.167464115 0.466028708 0.254545455)
## 72) EmotionalStability>=5.75 325 135 Normal (0.107692308 0.120000000 0.584615385 0.187692308)
## 144) Openness>=3.75 277 106 Normal (0.101083032 0.126353791 0.617328520 0.155234657) *
## 145) Openness< 3.75 48 29 Normal (0.145833333 0.083333333 0.395833333 0.375000000)
## 290) EmotionalStability>=6.75 8 2 Normal (0.250000000 0.000000000 0.750000000 0.000000000) *
## 291) EmotionalStability< 6.75 40 22 Severo (0.125000000 0.100000000 0.325000000 0.450000000)
## 582) Agreeableness>=5.25 18 8 Severo (0.166666667 0.166666667 0.111111111 0.555555556) *
## 583) Agreeableness< 5.25 22 11 Normal (0.090909091 0.045454545 0.500000000 0.363636364)
## 1166) Extraversion>=2.25 8 5 Severo (0.250000000 0.125000000 0.250000000 0.375000000) *
## 1167) Extraversion< 2.25 14 5 Normal (0.000000000 0.000000000 0.642857143 0.357142857) *
## 73) EmotionalStability< 5.75 720 423 Normal (0.113888889 0.188888889 0.412500000 0.284722222)
## 146) Agreeableness>=3.25 649 369 Normal (0.118644068 0.184899846 0.431432974 0.265023112)
## 292) familysize>=0.5 629 352 Normal (0.116057234 0.186009539 0.440381558 0.257551669)
## 584) Openness>=4.25 423 222 Normal (0.106382979 0.186761229 0.475177305 0.231678487)
## 1168) hand< 2.5 414 215 Normal (0.108695652 0.188405797 0.480676329 0.222222222)
## 2336) education>=3.5 74 29 Normal (0.108108108 0.162162162 0.608108108 0.121621622)
## 4672) Extraversion< 2.75 49 24 Normal (0.122448980 0.204081633 0.510204082 0.163265306)
## 9344) EmotionalStability>=5.25 10 7 Leve (0.300000000 0.200000000 0.200000000 0.300000000) *
## 9345) EmotionalStability< 5.25 39 16 Normal (0.076923077 0.205128205 0.589743590 0.128205128)
## 18690) Openness>=4.75 30 9 Normal (0.100000000 0.166666667 0.700000000 0.033333333) *
## 18691) Openness< 4.75 9 5 Severo (0.000000000 0.333333333 0.222222222 0.444444444) *
## 4673) Extraversion>=2.75 25 5 Normal (0.080000000 0.080000000 0.800000000 0.040000000) *
## 2337) education< 3.5 340 186 Normal (0.108823529 0.194117647 0.452941176 0.244117647)
## 4674) Conscientiousness< 6.25 283 161 Normal (0.106007067 0.219081272 0.431095406 0.243816254)
## 9348) familysize>=6.5 20 9 Normal (0.250000000 0.150000000 0.550000000 0.050000000)
## 18696) EmotionalStability< 4.75 9 5 Leve (0.444444444 0.111111111 0.333333333 0.111111111) *
## 18697) EmotionalStability>=4.75 11 3 Normal (0.090909091 0.181818182 0.727272727 0.000000000) *
## 9349) familysize< 6.5 263 152 Normal (0.095057034 0.224334601 0.422053232 0.258555133)
## 18698) familysize< 5.5 249 140 Normal (0.096385542 0.220883534 0.437751004 0.244979920)
## 37396) race< 40 151 81 Normal (0.079470199 0.258278146 0.463576159 0.198675497)
## 74792) hand< 1.5 138 77 Normal (0.079710145 0.282608696 0.442028986 0.195652174)
## 149584) familysize< 4.5 105 62 Normal (0.095238095 0.323809524 0.409523810 0.171428571)
## 299168) orientation< 1.5 81 43 Normal (0.098765432 0.296296296 0.469135802 0.135802469)
## 598336) engnat>=1.5 66 39 Normal (0.106060606 0.318181818 0.409090909 0.166666667)
## 1196672) Extraversion>=2.75 26 16 Normal (0.230769231 0.192307692 0.384615385 0.192307692)
## 2393344) Agreeableness>=4.75 18 11 Normal (0.333333333 0.222222222 0.388888889 0.055555556) *
## 2393345) Agreeableness< 4.75 8 4 Severo (0.000000000 0.125000000 0.375000000 0.500000000) *
## 1196673) Extraversion< 2.75 40 23 Normal (0.025000000 0.400000000 0.425000000 0.150000000)
## 2393346) Conscientiousness< 5.75 32 16 Normal (0.031250000 0.406250000 0.500000000 0.062500000)
## 4786692) Conscientiousness< 5.25 22 11 Moderado (0.045454545 0.500000000 0.409090909 0.045454545)
## 9573384) EmotionalStability< 5.25 14 5 Moderado (0.000000000 0.642857143 0.285714286 0.071428571) *
## 9573385) EmotionalStability>=5.25 8 3 Normal (0.125000000 0.250000000 0.625000000 0.000000000) *
## 4786693) Conscientiousness>=5.25 10 3 Normal (0.000000000 0.200000000 0.700000000 0.100000000) *
## 2393347) Conscientiousness>=5.75 8 4 Severo (0.000000000 0.375000000 0.125000000 0.500000000) *
## 598337) engnat< 1.5 15 4 Normal (0.066666667 0.200000000 0.733333333 0.000000000) *
## 299169) orientation>=1.5 24 14 Moderado (0.083333333 0.416666667 0.208333333 0.291666667)
## 598338) Conscientiousness< 4.75 13 5 Moderado (0.000000000 0.615384615 0.153846154 0.230769231) *
## 598339) Conscientiousness>=4.75 11 7 Severo (0.181818182 0.181818182 0.272727273 0.363636364) *
## 149585) familysize>=4.5 33 15 Normal (0.030303030 0.151515152 0.545454545 0.272727273)
## 299170) Openness< 5.75 26 11 Normal (0.038461538 0.192307692 0.576923077 0.192307692) *
## 299171) Openness>=5.75 7 3 Severo (0.000000000 0.000000000 0.428571429 0.571428571) *
## 74793) hand>=1.5 13 4 Normal (0.076923077 0.000000000 0.692307692 0.230769231) *
## 37397) race>=40 98 59 Normal (0.122448980 0.163265306 0.397959184 0.316326531)
## 74794) hand< 1.5 87 49 Normal (0.126436782 0.137931034 0.436781609 0.298850575)
## 149588) Extraversion>=1.75 70 44 Normal (0.128571429 0.171428571 0.371428571 0.328571429)
## 299176) Agreeableness< 4.75 30 14 Normal (0.100000000 0.200000000 0.533333333 0.166666667) *
## 299177) Agreeableness>=4.75 40 22 Severo (0.150000000 0.150000000 0.250000000 0.450000000)
## 598354) orientation>=3.5 7 3 Normal (0.142857143 0.142857143 0.571428571 0.142857143) *
## 598355) orientation< 3.5 33 16 Severo (0.151515152 0.151515152 0.181818182 0.515151515) *
## 149589) Extraversion< 1.75 17 5 Normal (0.117647059 0.000000000 0.705882353 0.176470588) *
## 74795) hand>=1.5 11 6 Severo (0.090909091 0.363636364 0.090909091 0.454545455) *
## 18699) familysize>=5.5 14 7 Severo (0.071428571 0.285714286 0.142857143 0.500000000) *
## 4675) Conscientiousness>=6.25 57 25 Normal (0.122807018 0.070175439 0.561403509 0.245614035)
## 9350) orientation< 1.5 42 15 Normal (0.166666667 0.047619048 0.642857143 0.142857143) *
## 9351) orientation>=1.5 15 7 Severo (0.000000000 0.133333333 0.333333333 0.533333333) *
## 1169) hand>=2.5 9 3 Severo (0.000000000 0.111111111 0.222222222 0.666666667) *
## 585) Openness< 4.25 206 130 Normal (0.135922330 0.184466019 0.368932039 0.310679612)
## 1170) Agreeableness< 6.25 177 111 Normal (0.152542373 0.203389831 0.372881356 0.271186441)
## 2340) familysize< 5.5 150 92 Normal (0.146666667 0.226666667 0.386666667 0.240000000)
## 4680) married< 1.5 120 79 Normal (0.158333333 0.241666667 0.341666667 0.258333333)
## 9360) orientation>=2.5 12 5 Normal (0.166666667 0.250000000 0.583333333 0.000000000) *
## 9361) orientation< 2.5 108 74 Normal (0.157407407 0.240740741 0.314814815 0.287037037)
## 18722) Openness< 3.25 26 15 Moderado (0.192307692 0.423076923 0.230769231 0.153846154) *
## 18723) Openness>=3.25 82 54 Normal (0.146341463 0.182926829 0.341463415 0.329268293)
## 37446) Conscientiousness< 5.25 50 33 Normal (0.180000000 0.240000000 0.340000000 0.240000000)
## 74892) education>=3.5 8 4 Leve (0.500000000 0.125000000 0.125000000 0.250000000) *
## 74893) education< 3.5 42 26 Normal (0.119047619 0.261904762 0.380952381 0.238095238)
## 149786) orientation< 0.5 7 4 Leve (0.428571429 0.142857143 0.142857143 0.285714286) *
## 149787) orientation>=0.5 35 20 Normal (0.057142857 0.285714286 0.428571429 0.228571429)
## 299574) hand>=1.5 8 3 Normal (0.125000000 0.125000000 0.625000000 0.125000000) *
## 299575) hand< 1.5 27 17 Normal (0.037037037 0.333333333 0.370370370 0.259259259)
## 599150) gender< 1.5 11 5 Normal (0.090909091 0.181818182 0.545454545 0.181818182) *
## 599151) gender>=1.5 16 9 Moderado (0.000000000 0.437500000 0.250000000 0.312500000) *
## 37447) Conscientiousness>=5.25 32 17 Severo (0.093750000 0.093750000 0.343750000 0.468750000)
## 74894) voted>=1.5 22 12 Normal (0.090909091 0.090909091 0.454545455 0.363636364)
## 149788) religion>=9 13 5 Normal (0.000000000 0.153846154 0.615384615 0.230769231) *
## 149789) religion< 9 9 4 Severo (0.222222222 0.000000000 0.222222222 0.555555556) *
## 74895) voted< 1.5 10 3 Severo (0.100000000 0.100000000 0.100000000 0.700000000) *
## 4681) married>=1.5 30 13 Normal (0.100000000 0.166666667 0.566666667 0.166666667) *
## 2341) familysize>=5.5 27 15 Severo (0.185185185 0.074074074 0.296296296 0.444444444)
## 4682) familysize>=7.5 9 5 Normal (0.222222222 0.111111111 0.444444444 0.222222222) *
## 4683) familysize< 7.5 18 8 Severo (0.166666667 0.055555556 0.222222222 0.555555556) *
## 1171) Agreeableness>=6.25 29 13 Severo (0.034482759 0.068965517 0.344827586 0.551724138) *
## 293) familysize< 0.5 20 10 Severo (0.200000000 0.150000000 0.150000000 0.500000000)
## 586) urban< 2.5 9 6 Normal (0.222222222 0.222222222 0.333333333 0.222222222) *
## 587) urban>=2.5 11 3 Severo (0.181818182 0.090909091 0.000000000 0.727272727) *
## 147) Agreeableness< 3.25 71 38 Severo (0.070422535 0.225352113 0.239436620 0.464788732)
## 294) orientation< 1.5 57 34 Severo (0.052631579 0.245614035 0.298245614 0.403508772)
## 588) education>=2.5 31 19 Normal (0.064516129 0.258064516 0.387096774 0.290322581)
## 1176) familysize>=4.5 7 3 Severo (0.285714286 0.142857143 0.000000000 0.571428571) *
## 1177) familysize< 4.5 24 12 Normal (0.000000000 0.291666667 0.500000000 0.208333333) *
## 589) education< 2.5 26 12 Severo (0.038461538 0.230769231 0.192307692 0.538461538)
## 1178) education< 1.5 8 4 Normal (0.125000000 0.125000000 0.500000000 0.250000000) *
## 1179) education>=1.5 18 6 Severo (0.000000000 0.277777778 0.055555556 0.666666667) *
## 295) orientation>=1.5 14 4 Severo (0.142857143 0.142857143 0.000000000 0.714285714) *
## 37) Extraversion< 1.25 171 90 Severo (0.087719298 0.146198830 0.292397661 0.473684211)
## 74) Agreeableness>=4.75 88 54 Normal (0.068181818 0.193181818 0.386363636 0.352272727)
## 148) Openness< 6.25 77 48 Severo (0.077922078 0.220779221 0.324675325 0.376623377)
## 296) Openness>=4.25 43 25 Normal (0.093023256 0.186046512 0.418604651 0.302325581)
## 592) Agreeableness< 6.75 30 14 Normal (0.100000000 0.133333333 0.533333333 0.233333333) *
## 593) Agreeableness>=6.75 13 7 Severo (0.076923077 0.307692308 0.153846154 0.461538462) *
## 297) Openness< 4.25 34 18 Severo (0.058823529 0.264705882 0.205882353 0.470588235)
## 594) voted< 1.5 19 12 Normal (0.052631579 0.263157895 0.368421053 0.315789474) *
## 595) voted>=1.5 15 5 Severo (0.066666667 0.266666667 0.000000000 0.666666667) *
## 149) Openness>=6.25 11 2 Normal (0.000000000 0.000000000 0.818181818 0.181818182) *
## 75) Agreeableness< 4.75 83 33 Severo (0.108433735 0.096385542 0.192771084 0.602409639)
## 150) Openness>=6.25 12 7 Normal (0.166666667 0.083333333 0.416666667 0.333333333) *
## 151) Openness< 6.25 71 25 Severo (0.098591549 0.098591549 0.154929577 0.647887324) *
## 19) Conscientiousness< 3.75 406 225 Severo (0.135467980 0.231527094 0.187192118 0.445812808)
## 38) EmotionalStability>=6.25 46 29 Normal (0.173913043 0.260869565 0.369565217 0.195652174)
## 76) Agreeableness< 6.75 38 27 Moderado (0.184210526 0.289473684 0.289473684 0.236842105)
## 152) Extraversion< 2.25 25 15 Moderado (0.240000000 0.400000000 0.120000000 0.240000000)
## 304) gender< 1.5 12 5 Moderado (0.166666667 0.583333333 0.000000000 0.250000000) *
## 305) gender>=1.5 13 9 Leve (0.307692308 0.230769231 0.230769231 0.230769231) *
## 153) Extraversion>=2.25 13 5 Normal (0.076923077 0.076923077 0.615384615 0.230769231) *
## 77) Agreeableness>=6.75 8 2 Normal (0.125000000 0.125000000 0.750000000 0.000000000) *
## 39) EmotionalStability< 6.25 360 188 Severo (0.130555556 0.227777778 0.163888889 0.477777778)
## 78) Extraversion>=2.25 153 98 Severo (0.169934641 0.261437908 0.209150327 0.359477124)
## 156) Openness>=4.25 89 60 Moderado (0.202247191 0.325842697 0.191011236 0.280898876)
## 312) Agreeableness< 5.25 49 32 Moderado (0.326530612 0.346938776 0.061224490 0.265306122)
## 624) voted< 1.5 13 4 Leve (0.692307692 0.153846154 0.076923077 0.076923077) *
## 625) voted>=1.5 36 21 Moderado (0.194444444 0.416666667 0.055555556 0.333333333)
## 1250) education>=2.5 17 7 Moderado (0.176470588 0.588235294 0.058823529 0.176470588) *
## 1251) education< 2.5 19 10 Severo (0.210526316 0.263157895 0.052631579 0.473684211) *
## 313) Agreeableness>=5.25 40 26 Normal (0.050000000 0.300000000 0.350000000 0.300000000)
## 626) voted>=1.5 24 13 Normal (0.083333333 0.250000000 0.458333333 0.208333333)
## 1252) religion< 6.5 7 1 Normal (0.142857143 0.000000000 0.857142857 0.000000000) *
## 1253) religion>=6.5 17 11 Moderado (0.058823529 0.352941176 0.294117647 0.294117647) *
## 627) voted< 1.5 16 9 Severo (0.000000000 0.375000000 0.187500000 0.437500000) *
## 157) Openness< 4.25 64 34 Severo (0.125000000 0.171875000 0.234375000 0.468750000)
## 314) Agreeableness>=5.75 16 11 Normal (0.250000000 0.250000000 0.312500000 0.187500000) *
## 315) Agreeableness< 5.75 48 21 Severo (0.083333333 0.145833333 0.208333333 0.562500000)
## 630) urban< 2.5 25 15 Severo (0.120000000 0.160000000 0.320000000 0.400000000)
## 1260) Conscientiousness>=2.75 13 7 Normal (0.230769231 0.153846154 0.461538462 0.153846154) *
## 1261) Conscientiousness< 2.75 12 4 Severo (0.000000000 0.166666667 0.166666667 0.666666667) *
## 631) urban>=2.5 23 6 Severo (0.043478261 0.130434783 0.086956522 0.739130435) *
## 79) Extraversion< 2.25 207 90 Severo (0.101449275 0.202898551 0.130434783 0.565217391)
## 158) married>=1.5 32 21 Severo (0.125000000 0.281250000 0.250000000 0.343750000)
## 316) familysize< 3.5 18 11 Moderado (0.111111111 0.388888889 0.388888889 0.111111111) *
## 317) familysize>=3.5 14 5 Severo (0.142857143 0.142857143 0.071428571 0.642857143) *
## 159) married< 1.5 175 69 Severo (0.097142857 0.188571429 0.108571429 0.605714286) *
## 5) EmotionalStability< 4.25 4213 2572 Severo (0.136007596 0.216710183 0.257773558 0.389508664)
## 10) Extraversion>=2.75 2929 1975 Severo (0.152953226 0.230795493 0.290542847 0.325708433)
## 20) Conscientiousness>=4.25 1553 1005 Normal (0.150032196 0.226014166 0.352865422 0.271088216)
## 40) Openness< 4.75 677 470 Severo (0.194977843 0.220088626 0.279172821 0.305760709)
## 80) Extraversion>=4.75 157 100 Normal (0.242038217 0.133757962 0.363057325 0.261146497)
## 160) Openness>=3.25 140 87 Normal (0.264285714 0.135714286 0.378571429 0.221428571)
## 320) orientation< 0.5 11 4 Leve (0.636363636 0.090909091 0.181818182 0.090909091) *
## 321) orientation>=0.5 129 78 Normal (0.232558140 0.139534884 0.395348837 0.232558140)
## 642) familysize>=6.5 10 5 Leve (0.500000000 0.100000000 0.100000000 0.300000000) *
## 643) familysize< 6.5 119 69 Normal (0.210084034 0.142857143 0.420168067 0.226890756)
## 1286) familysize< 4.5 89 49 Normal (0.224719101 0.146067416 0.449438202 0.179775281)
## 2572) Agreeableness< 5.75 82 44 Normal (0.243902439 0.146341463 0.463414634 0.146341463)
## 5144) Openness< 4.25 52 32 Normal (0.326923077 0.115384615 0.384615385 0.173076923)
## 10288) Agreeableness>=4.25 24 11 Normal (0.333333333 0.041666667 0.541666667 0.083333333)
## 20576) Conscientiousness< 5.25 8 3 Leve (0.625000000 0.000000000 0.375000000 0.000000000) *
## 20577) Conscientiousness>=5.25 16 6 Normal (0.187500000 0.062500000 0.625000000 0.125000000) *
## 10289) Agreeableness< 4.25 28 19 Leve (0.321428571 0.178571429 0.250000000 0.250000000)
## 20578) voted>=1.5 18 12 Leve (0.333333333 0.222222222 0.333333333 0.111111111) *
## 20579) voted< 1.5 10 5 Severo (0.300000000 0.100000000 0.100000000 0.500000000) *
## 5145) Openness>=4.25 30 12 Normal (0.100000000 0.200000000 0.600000000 0.100000000) *
## 2573) Agreeableness>=5.75 7 3 Severo (0.000000000 0.142857143 0.285714286 0.571428571) *
## 1287) familysize>=4.5 30 19 Severo (0.166666667 0.133333333 0.333333333 0.366666667)
## 2574) Agreeableness>=4.75 10 6 Leve (0.400000000 0.000000000 0.300000000 0.300000000) *
## 2575) Agreeableness< 4.75 20 12 Severo (0.050000000 0.200000000 0.350000000 0.400000000)
## 5150) EmotionalStability< 3.75 10 6 Normal (0.000000000 0.300000000 0.400000000 0.300000000) *
## 5151) EmotionalStability>=3.75 10 5 Severo (0.100000000 0.100000000 0.300000000 0.500000000) *
## 161) Openness< 3.25 17 7 Severo (0.058823529 0.117647059 0.235294118 0.588235294) *
## 81) Extraversion< 4.75 520 354 Severo (0.180769231 0.246153846 0.253846154 0.319230769)
## 162) EmotionalStability>=3.75 255 176 Normal (0.172549020 0.254901961 0.309803922 0.262745098)
## 324) Conscientiousness< 5.75 185 128 Moderado (0.162162162 0.308108108 0.259459459 0.270270270)
## 648) Openness>=2.75 177 120 Moderado (0.163841808 0.322033898 0.259887006 0.254237288)
## 1296) engnat>=1.5 142 97 Moderado (0.176056338 0.316901408 0.288732394 0.218309859)
## 2592) Agreeableness< 3.75 19 10 Moderado (0.157894737 0.473684211 0.105263158 0.263157895) *
## 2593) Agreeableness>=3.75 123 84 Normal (0.178861789 0.292682927 0.317073171 0.211382114)
## 5186) Extraversion>=3.75 50 31 Normal (0.220000000 0.300000000 0.380000000 0.100000000)
## 10372) Agreeableness< 4.75 29 16 Normal (0.310344828 0.172413793 0.448275862 0.068965517)
## 20744) Openness< 4.25 20 12 Leve (0.400000000 0.200000000 0.350000000 0.050000000)
## 41488) Extraversion>=4.25 8 3 Leve (0.625000000 0.000000000 0.375000000 0.000000000) *
## 41489) Extraversion< 4.25 12 8 Moderado (0.250000000 0.333333333 0.333333333 0.083333333) *
## 20745) Openness>=4.25 9 3 Normal (0.111111111 0.111111111 0.666666667 0.111111111) *
## 10373) Agreeableness>=4.75 21 11 Moderado (0.095238095 0.476190476 0.285714286 0.142857143)
## 20746) urban>=1.5 13 5 Moderado (0.076923077 0.615384615 0.153846154 0.153846154) *
## 20747) urban< 1.5 8 4 Normal (0.125000000 0.250000000 0.500000000 0.125000000) *
## 5187) Extraversion< 3.75 73 52 Moderado (0.150684932 0.287671233 0.273972603 0.287671233)
## 10374) Openness>=3.75 54 36 Normal (0.185185185 0.222222222 0.333333333 0.259259259)
## 20748) urban>=1.5 41 27 Normal (0.243902439 0.243902439 0.341463415 0.170731707)
## 41496) familysize>=3.5 21 11 Normal (0.238095238 0.190476190 0.476190476 0.095238095) *
## 41497) familysize< 3.5 20 14 Moderado (0.250000000 0.300000000 0.200000000 0.250000000)
## 82994) race< 20 12 7 Moderado (0.250000000 0.416666667 0.000000000 0.333333333) *
## 82995) race>=20 8 4 Normal (0.250000000 0.125000000 0.500000000 0.125000000) *
## 20749) urban< 1.5 13 6 Severo (0.000000000 0.153846154 0.307692308 0.538461538) *
## 10375) Openness< 3.75 19 10 Moderado (0.052631579 0.473684211 0.105263158 0.368421053) *
## 1297) engnat< 1.5 35 21 Severo (0.114285714 0.342857143 0.142857143 0.400000000)
## 2594) Agreeableness>=4.75 11 7 Moderado (0.181818182 0.363636364 0.363636364 0.090909091) *
## 2595) Agreeableness< 4.75 24 11 Severo (0.083333333 0.333333333 0.041666667 0.541666667) *
## 649) Openness< 2.75 8 3 Severo (0.125000000 0.000000000 0.250000000 0.625000000) *
## 325) Conscientiousness>=5.75 70 39 Normal (0.200000000 0.114285714 0.442857143 0.242857143)
## 650) Extraversion< 3.75 43 20 Normal (0.209302326 0.116279070 0.534883721 0.139534884)
## 1300) married>=1.5 8 5 Leve (0.375000000 0.375000000 0.250000000 0.000000000) *
## 1301) married< 1.5 35 14 Normal (0.171428571 0.057142857 0.600000000 0.171428571) *
## 651) Extraversion>=3.75 27 16 Severo (0.185185185 0.111111111 0.296296296 0.407407407)
## 1302) education>=2.5 18 10 Normal (0.222222222 0.055555556 0.444444444 0.277777778) *
## 1303) education< 2.5 9 3 Severo (0.111111111 0.222222222 0.000000000 0.666666667) *
## 163) EmotionalStability< 3.75 265 166 Severo (0.188679245 0.237735849 0.200000000 0.373584906)
## 326) Agreeableness< 6.25 245 160 Severo (0.200000000 0.240816327 0.212244898 0.346938776)
## 652) Agreeableness>=3.25 225 144 Severo (0.217777778 0.226666667 0.195555556 0.360000000)
## 1304) married>=1.5 39 25 Normal (0.205128205 0.205128205 0.358974359 0.230769231)
## 2608) Extraversion< 4.25 32 24 Leve (0.250000000 0.250000000 0.250000000 0.250000000)
## 5216) Conscientiousness< 5.75 22 14 Leve (0.363636364 0.227272727 0.227272727 0.181818182)
## 10432) Agreeableness< 4.25 9 4 Leve (0.555555556 0.111111111 0.111111111 0.222222222) *
## 10433) Agreeableness>=4.25 13 9 Moderado (0.230769231 0.307692308 0.307692308 0.153846154) *
## 5217) Conscientiousness>=5.75 10 6 Severo (0.000000000 0.300000000 0.300000000 0.400000000) *
## 2609) Extraversion>=4.25 7 1 Normal (0.000000000 0.000000000 0.857142857 0.142857143) *
## 1305) married< 1.5 186 114 Severo (0.220430108 0.231182796 0.161290323 0.387096774)
## 2610) familysize>=7.5 10 5 Moderado (0.000000000 0.500000000 0.300000000 0.200000000) *
## 2611) familysize< 7.5 176 106 Severo (0.232954545 0.215909091 0.153409091 0.397727273)
## 5222) Openness>=2.25 166 103 Severo (0.240963855 0.216867470 0.162650602 0.379518072)
## 10444) hand< 1.5 143 91 Severo (0.258741259 0.237762238 0.139860140 0.363636364)
## 20888) familysize>=3.5 76 49 Severo (0.342105263 0.171052632 0.131578947 0.355263158)
## 41776) orientation>=4.5 10 4 Leve (0.600000000 0.300000000 0.100000000 0.000000000) *
## 41777) orientation< 4.5 66 39 Severo (0.303030303 0.151515152 0.136363636 0.409090909)
## 83554) Openness< 3.25 9 5 Leve (0.444444444 0.111111111 0.333333333 0.111111111) *
## 83555) Openness>=3.25 57 31 Severo (0.280701754 0.157894737 0.105263158 0.456140351)
## 167110) Openness>=4.25 21 11 Severo (0.428571429 0.000000000 0.095238095 0.476190476)
## 334220) education< 2.5 7 2 Leve (0.714285714 0.000000000 0.000000000 0.285714286) *
## 334221) education>=2.5 14 6 Severo (0.285714286 0.000000000 0.142857143 0.571428571) *
## 167111) Openness< 4.25 36 20 Severo (0.194444444 0.250000000 0.111111111 0.444444444)
## 334222) familysize>=5.5 7 5 Leve (0.285714286 0.285714286 0.285714286 0.142857143) *
## 334223) familysize< 5.5 29 14 Severo (0.172413793 0.241379310 0.068965517 0.517241379) *
## 20889) familysize< 3.5 67 42 Severo (0.164179104 0.313432836 0.149253731 0.373134328)
## 41778) Conscientiousness< 5.75 52 34 Moderado (0.173076923 0.346153846 0.173076923 0.307692308)
## 83556) Openness>=3.75 38 23 Moderado (0.131578947 0.394736842 0.236842105 0.236842105)
## 167112) education< 2.5 14 7 Moderado (0.142857143 0.500000000 0.357142857 0.000000000) *
## 167113) education>=2.5 24 15 Severo (0.125000000 0.333333333 0.166666667 0.375000000)
## 334226) Openness< 4.25 10 4 Moderado (0.100000000 0.600000000 0.100000000 0.200000000) *
## 334227) Openness>=4.25 14 7 Severo (0.142857143 0.142857143 0.214285714 0.500000000) *
## 83557) Openness< 3.75 14 7 Severo (0.285714286 0.214285714 0.000000000 0.500000000) *
## 41779) Conscientiousness>=5.75 15 6 Severo (0.133333333 0.200000000 0.066666667 0.600000000) *
## 10445) hand>=1.5 23 12 Severo (0.130434783 0.086956522 0.304347826 0.478260870)
## 20890) Conscientiousness>=5.25 7 2 Normal (0.000000000 0.142857143 0.714285714 0.142857143) *
## 20891) Conscientiousness< 5.25 16 6 Severo (0.187500000 0.062500000 0.125000000 0.625000000) *
## 5223) Openness< 2.25 10 3 Severo (0.100000000 0.200000000 0.000000000 0.700000000) *
## 653) Agreeableness< 3.25 20 12 Moderado (0.000000000 0.400000000 0.400000000 0.200000000)
## 1306) Openness< 3.25 7 2 Moderado (0.000000000 0.714285714 0.142857143 0.142857143) *
## 1307) Openness>=3.25 13 6 Normal (0.000000000 0.230769231 0.538461538 0.230769231) *
## 327) Agreeableness>=6.25 20 6 Severo (0.050000000 0.200000000 0.050000000 0.700000000) *
## 41) Openness>=4.75 876 517 Normal (0.115296804 0.230593607 0.409817352 0.244292237)
## 82) EmotionalStability< 3.75 422 281 Normal (0.130331754 0.255924171 0.334123223 0.279620853)
## 164) Extraversion< 4.75 291 204 Moderado (0.144329897 0.298969072 0.288659794 0.268041237)
## 328) Openness< 5.75 188 125 Moderado (0.148936170 0.335106383 0.234042553 0.281914894)
## 656) familysize>=6.5 15 9 Leve (0.400000000 0.266666667 0.000000000 0.333333333) *
## 657) familysize< 6.5 173 114 Moderado (0.127167630 0.341040462 0.254335260 0.277456647)
## 1314) hand< 1.5 161 103 Moderado (0.130434783 0.360248447 0.254658385 0.254658385)
## 2628) education< 2.5 61 32 Moderado (0.114754098 0.475409836 0.262295082 0.147540984)
## 5256) familysize< 3.5 39 20 Moderado (0.102564103 0.487179487 0.358974359 0.051282051)
## 10512) familysize< 1.5 7 2 Moderado (0.285714286 0.714285714 0.000000000 0.000000000) *
## 10513) familysize>=1.5 32 18 Moderado (0.062500000 0.437500000 0.437500000 0.062500000)
## 21026) race>=20 11 3 Moderado (0.000000000 0.727272727 0.272727273 0.000000000) *
## 21027) race< 20 21 10 Normal (0.095238095 0.285714286 0.523809524 0.095238095)
## 42054) Conscientiousness>=5.25 13 4 Normal (0.153846154 0.153846154 0.692307692 0.000000000) *
## 42055) Conscientiousness< 5.25 8 4 Moderado (0.000000000 0.500000000 0.250000000 0.250000000) *
## 5257) familysize>=3.5 22 12 Moderado (0.136363636 0.454545455 0.090909091 0.318181818)
## 10514) Extraversion< 3.75 10 5 Moderado (0.200000000 0.500000000 0.200000000 0.100000000) *
## 10515) Extraversion>=3.75 12 6 Severo (0.083333333 0.416666667 0.000000000 0.500000000) *
## 2629) education>=2.5 100 68 Severo (0.140000000 0.290000000 0.250000000 0.320000000)
## 5258) Agreeableness< 3.75 16 8 Moderado (0.187500000 0.500000000 0.125000000 0.187500000) *
## 5259) Agreeableness>=3.75 84 55 Severo (0.130952381 0.250000000 0.273809524 0.345238095)
## 10518) race>=35 29 19 Moderado (0.068965517 0.344827586 0.344827586 0.241379310)
## 21036) Openness>=5.25 17 9 Moderado (0.058823529 0.470588235 0.235294118 0.235294118) *
## 21037) Openness< 5.25 12 6 Normal (0.083333333 0.166666667 0.500000000 0.250000000) *
## 10519) race< 35 55 33 Severo (0.163636364 0.200000000 0.236363636 0.400000000)
## 21038) Conscientiousness< 5.25 34 23 Severo (0.147058824 0.235294118 0.294117647 0.323529412)
## 42076) Openness< 5.25 24 16 Normal (0.166666667 0.291666667 0.333333333 0.208333333)
## 84152) Extraversion< 3.75 8 4 Moderado (0.125000000 0.500000000 0.125000000 0.250000000) *
## 84153) Extraversion>=3.75 16 9 Normal (0.187500000 0.187500000 0.437500000 0.187500000) *
## 42077) Openness>=5.25 10 4 Severo (0.100000000 0.100000000 0.200000000 0.600000000) *
## 21039) Conscientiousness>=5.25 21 10 Severo (0.190476190 0.142857143 0.142857143 0.523809524) *
## 1315) hand>=1.5 12 5 Severo (0.083333333 0.083333333 0.250000000 0.583333333) *
## 329) Openness>=5.75 103 63 Normal (0.135922330 0.233009709 0.388349515 0.242718447)
## 658) Extraversion< 3.25 24 13 Moderado (0.125000000 0.458333333 0.166666667 0.250000000)
## 1316) Conscientiousness< 5.25 16 6 Moderado (0.062500000 0.625000000 0.187500000 0.125000000) *
## 1317) Conscientiousness>=5.25 8 4 Severo (0.250000000 0.125000000 0.125000000 0.500000000) *
## 659) Extraversion>=3.25 79 43 Normal (0.139240506 0.164556962 0.455696203 0.240506329)
## 1318) education>=2.5 38 20 Normal (0.184210526 0.236842105 0.473684211 0.105263158)
## 2636) religion>=7.5 25 16 Normal (0.240000000 0.320000000 0.360000000 0.080000000)
## 5272) Agreeableness>=4.25 16 9 Moderado (0.250000000 0.437500000 0.250000000 0.062500000) *
## 5273) Agreeableness< 4.25 9 4 Normal (0.222222222 0.111111111 0.555555556 0.111111111) *
## 2637) religion< 7.5 13 4 Normal (0.076923077 0.076923077 0.692307692 0.153846154) *
## 1319) education< 2.5 41 23 Normal (0.097560976 0.097560976 0.439024390 0.365853659)
## 2638) Openness>=6.25 18 10 Severo (0.111111111 0.222222222 0.222222222 0.444444444) *
## 2639) Openness< 6.25 23 9 Normal (0.086956522 0.000000000 0.608695652 0.304347826)
## 5278) Conscientiousness< 5.25 9 1 Normal (0.111111111 0.000000000 0.888888889 0.000000000) *
## 5279) Conscientiousness>=5.25 14 7 Severo (0.071428571 0.000000000 0.428571429 0.500000000) *
## 165) Extraversion>=4.75 131 74 Normal (0.099236641 0.160305344 0.435114504 0.305343511)
## 330) education>=2.5 82 42 Normal (0.146341463 0.109756098 0.487804878 0.256097561)
## 660) familysize>=3.5 42 26 Normal (0.190476190 0.214285714 0.380952381 0.214285714)
## 1320) Agreeableness< 4.25 19 11 Normal (0.157894737 0.368421053 0.421052632 0.052631579) *
## 1321) Agreeableness>=4.25 23 15 Normal (0.217391304 0.086956522 0.347826087 0.347826087)
## 2642) race< 15 16 9 Severo (0.312500000 0.000000000 0.250000000 0.437500000) *
## 2643) race>=15 7 3 Normal (0.000000000 0.285714286 0.571428571 0.142857143) *
## 661) familysize< 3.5 40 16 Normal (0.100000000 0.000000000 0.600000000 0.300000000) *
## 331) education< 2.5 49 30 Severo (0.020408163 0.244897959 0.346938776 0.387755102)
## 662) Extraversion>=5.25 32 21 Moderado (0.031250000 0.343750000 0.343750000 0.281250000)
## 1324) Agreeableness>=3.75 25 14 Moderado (0.040000000 0.440000000 0.240000000 0.280000000)
## 2648) Openness>=5.25 18 8 Moderado (0.055555556 0.555555556 0.222222222 0.166666667) *
## 2649) Openness< 5.25 7 3 Severo (0.000000000 0.142857143 0.285714286 0.571428571) *
## 1325) Agreeableness< 3.75 7 2 Normal (0.000000000 0.000000000 0.714285714 0.285714286) *
## 663) Extraversion< 5.25 17 7 Severo (0.000000000 0.058823529 0.352941176 0.588235294) *
## 83) EmotionalStability>=3.75 454 236 Normal (0.101321586 0.207048458 0.480176211 0.211453744)
## 166) gender>=1.5 364 180 Normal (0.109890110 0.184065934 0.505494505 0.200549451)
## 332) engnat>=1.5 231 124 Normal (0.134199134 0.173160173 0.463203463 0.229437229)
## 664) Agreeableness< 3.25 13 7 Moderado (0.153846154 0.461538462 0.307692308 0.076923077) *
## 665) Agreeableness>=3.25 218 115 Normal (0.133027523 0.155963303 0.472477064 0.238532110)
## 1330) Conscientiousness>=5.25 111 67 Normal (0.162162162 0.198198198 0.396396396 0.243243243)
## 2660) Conscientiousness< 5.75 30 21 Severo (0.266666667 0.233333333 0.200000000 0.300000000)
## 5320) voted>=1.5 21 14 Moderado (0.238095238 0.333333333 0.238095238 0.190476190)
## 10640) Extraversion< 4.75 13 7 Moderado (0.230769231 0.461538462 0.230769231 0.076923077) *
## 10641) Extraversion>=4.75 8 5 Severo (0.250000000 0.125000000 0.250000000 0.375000000) *
## 5321) voted< 1.5 9 4 Severo (0.333333333 0.000000000 0.111111111 0.555555556) *
## 2661) Conscientiousness>=5.75 81 43 Normal (0.123456790 0.185185185 0.469135802 0.222222222)
## 5322) hand< 1.5 74 36 Normal (0.108108108 0.189189189 0.513513514 0.189189189)
## 10644) married< 1.5 64 30 Normal (0.109375000 0.218750000 0.531250000 0.140625000)
## 21288) orientation>=2.5 13 7 Moderado (0.153846154 0.461538462 0.384615385 0.000000000) *
## 21289) orientation< 2.5 51 22 Normal (0.098039216 0.156862745 0.568627451 0.176470588)
## 42578) race< 65 42 15 Normal (0.095238095 0.142857143 0.642857143 0.119047619) *
## 42579) race>=65 9 5 Severo (0.111111111 0.222222222 0.222222222 0.444444444) *
## 10645) married>=1.5 10 5 Severo (0.100000000 0.000000000 0.400000000 0.500000000) *
## 5323) hand>=1.5 7 3 Severo (0.285714286 0.142857143 0.000000000 0.571428571) *
## 1331) Conscientiousness< 5.25 107 48 Normal (0.102803738 0.112149533 0.551401869 0.233644860)
## 2662) education>=2.5 73 28 Normal (0.136986301 0.054794521 0.616438356 0.191780822) *
## 2663) education< 2.5 34 20 Normal (0.029411765 0.235294118 0.411764706 0.323529412)
## 5326) urban>=2.5 19 11 Normal (0.052631579 0.368421053 0.421052632 0.157894737) *
## 5327) urban< 2.5 15 7 Severo (0.000000000 0.066666667 0.400000000 0.533333333) *
## 333) engnat< 1.5 133 56 Normal (0.067669173 0.203007519 0.578947368 0.150375940)
## 666) Extraversion>=3.25 119 45 Normal (0.067226891 0.193277311 0.621848739 0.117647059)
## 1332) race< 55 46 22 Normal (0.108695652 0.282608696 0.521739130 0.086956522)
## 2664) Extraversion< 4.25 20 11 Moderado (0.150000000 0.450000000 0.350000000 0.050000000)
## 5328) Agreeableness< 4.75 9 4 Moderado (0.222222222 0.555555556 0.111111111 0.111111111) *
## 5329) Agreeableness>=4.75 11 5 Normal (0.090909091 0.363636364 0.545454545 0.000000000) *
## 2665) Extraversion>=4.25 26 9 Normal (0.076923077 0.153846154 0.653846154 0.115384615) *
## 1333) race>=55 73 23 Normal (0.041095890 0.136986301 0.684931507 0.136986301) *
## 667) Extraversion< 3.25 14 8 Severo (0.071428571 0.285714286 0.214285714 0.428571429) *
## 167) gender< 1.5 90 56 Normal (0.066666667 0.300000000 0.377777778 0.255555556)
## 334) married>=1.5 10 4 Moderado (0.200000000 0.600000000 0.000000000 0.200000000) *
## 335) married< 1.5 80 46 Normal (0.050000000 0.262500000 0.425000000 0.262500000)
## 670) Openness< 6.75 70 45 Normal (0.057142857 0.300000000 0.357142857 0.285714286)
## 1340) Agreeableness< 4.25 28 14 Normal (0.035714286 0.285714286 0.500000000 0.178571429)
## 2680) religion< 5 10 5 Moderado (0.000000000 0.500000000 0.200000000 0.300000000) *
## 2681) religion>=5 18 6 Normal (0.055555556 0.166666667 0.666666667 0.111111111) *
## 1341) Agreeableness>=4.25 42 27 Severo (0.071428571 0.309523810 0.261904762 0.357142857)
## 2682) familysize>=4.5 7 2 Moderado (0.142857143 0.714285714 0.142857143 0.000000000) *
## 2683) familysize< 4.5 35 20 Severo (0.057142857 0.228571429 0.285714286 0.428571429)
## 5366) Extraversion>=4.75 8 4 Normal (0.125000000 0.250000000 0.500000000 0.125000000) *
## 5367) Extraversion< 4.75 27 13 Severo (0.037037037 0.222222222 0.222222222 0.518518519)
## 10734) Openness< 5.25 12 7 Moderado (0.083333333 0.416666667 0.250000000 0.250000000) *
## 10735) Openness>=5.25 15 4 Severo (0.000000000 0.066666667 0.200000000 0.733333333) *
## 671) Openness>=6.75 10 1 Normal (0.000000000 0.000000000 0.900000000 0.100000000) *
## 21) Conscientiousness< 4.25 1376 843 Severo (0.156250000 0.236191860 0.220203488 0.387354651)
## 42) Extraversion>=4.25 532 356 Severo (0.174812030 0.214285714 0.280075188 0.330827068)
## 84) urban>=1.5 410 269 Severo (0.173170732 0.236585366 0.246341463 0.343902439)
## 168) familysize< 7.5 398 264 Severo (0.178391960 0.231155779 0.253768844 0.336683417)
## 336) Conscientiousness< 2.75 93 63 Severo (0.236559140 0.279569892 0.161290323 0.322580645)
## 672) Conscientiousness>=2.25 28 18 Leve (0.357142857 0.285714286 0.178571429 0.178571429)
## 1344) gender< 1.5 7 4 Normal (0.285714286 0.285714286 0.428571429 0.000000000) *
## 1345) gender>=1.5 21 13 Leve (0.380952381 0.285714286 0.095238095 0.238095238)
## 2690) religion< 8.5 8 3 Moderado (0.250000000 0.625000000 0.000000000 0.125000000) *
## 2691) religion>=8.5 13 7 Leve (0.461538462 0.076923077 0.153846154 0.307692308) *
## 673) Conscientiousness< 2.25 65 40 Severo (0.184615385 0.276923077 0.153846154 0.384615385)
## 1346) orientation< 1.5 45 29 Moderado (0.133333333 0.355555556 0.177777778 0.333333333)
## 2692) Extraversion< 5.75 29 15 Moderado (0.068965517 0.482758621 0.206896552 0.241379310) *
## 2693) Extraversion>=5.75 16 8 Severo (0.250000000 0.125000000 0.125000000 0.500000000) *
## 1347) orientation>=1.5 20 10 Severo (0.300000000 0.100000000 0.100000000 0.500000000)
## 2694) Extraversion>=5.25 7 4 Leve (0.428571429 0.142857143 0.285714286 0.142857143) *
## 2695) Extraversion< 5.25 13 4 Severo (0.230769231 0.076923077 0.000000000 0.692307692) *
## 337) Conscientiousness>=2.75 305 201 Severo (0.160655738 0.216393443 0.281967213 0.340983607)
## 674) Agreeableness< 4.75 186 124 Severo (0.188172043 0.247311828 0.231182796 0.333333333)
## 1348) urban< 2.5 86 59 Normal (0.162790698 0.267441860 0.313953488 0.255813953)
## 2696) hand< 1.5 71 48 Moderado (0.183098592 0.323943662 0.295774648 0.197183099)
## 5392) Agreeableness>=3.25 62 39 Moderado (0.177419355 0.370967742 0.241935484 0.209677419)
## 10784) familysize< 3.5 27 12 Moderado (0.111111111 0.555555556 0.185185185 0.148148148) *
## 10785) familysize>=3.5 35 25 Normal (0.228571429 0.228571429 0.285714286 0.257142857)
## 21570) familysize< 4.5 16 9 Leve (0.437500000 0.187500000 0.187500000 0.187500000) *
## 21571) familysize>=4.5 19 12 Normal (0.052631579 0.263157895 0.368421053 0.315789474) *
## 5393) Agreeableness< 3.25 9 3 Normal (0.222222222 0.000000000 0.666666667 0.111111111) *
## 2697) hand>=1.5 15 7 Severo (0.066666667 0.000000000 0.400000000 0.533333333) *
## 1349) urban>=2.5 100 60 Severo (0.210000000 0.230000000 0.160000000 0.400000000)
## 2698) familysize>=1.5 90 56 Severo (0.188888889 0.255555556 0.177777778 0.377777778)
## 5396) race>=65 9 4 Moderado (0.333333333 0.555555556 0.000000000 0.111111111) *
## 5397) race< 65 81 48 Severo (0.172839506 0.222222222 0.197530864 0.407407407)
## 10794) Openness>=6.25 7 3 Leve (0.571428571 0.000000000 0.000000000 0.428571429) *
## 10795) Openness< 6.25 74 44 Severo (0.135135135 0.243243243 0.216216216 0.405405405)
## 21590) education< 1.5 11 6 Moderado (0.181818182 0.454545455 0.181818182 0.181818182) *
## 21591) education>=1.5 63 35 Severo (0.126984127 0.206349206 0.222222222 0.444444444)
## 43182) voted< 1.5 16 10 Normal (0.187500000 0.125000000 0.375000000 0.312500000) *
## 43183) voted>=1.5 47 24 Severo (0.106382979 0.234042553 0.170212766 0.489361702) *
## 2699) familysize< 1.5 10 4 Severo (0.400000000 0.000000000 0.000000000 0.600000000) *
## 675) Agreeableness>=4.75 119 76 Normal (0.117647059 0.168067227 0.361344538 0.352941176)
## 1350) Openness< 4.75 53 29 Normal (0.150943396 0.169811321 0.452830189 0.226415094)
## 2700) orientation< 1.5 40 25 Normal (0.150000000 0.225000000 0.375000000 0.250000000)
## 5400) education>=2.5 18 11 Moderado (0.111111111 0.388888889 0.222222222 0.277777778) *
## 5401) education< 2.5 22 11 Normal (0.181818182 0.090909091 0.500000000 0.227272727) *
## 2701) orientation>=1.5 13 4 Normal (0.153846154 0.000000000 0.692307692 0.153846154) *
## 1351) Openness>=4.75 66 36 Severo (0.090909091 0.166666667 0.287878788 0.454545455)
## 2702) religion< 1.5 9 6 Leve (0.333333333 0.222222222 0.333333333 0.111111111) *
## 2703) religion>=1.5 57 28 Severo (0.052631579 0.157894737 0.280701754 0.508771930)
## 5406) hand>=1.5 10 6 Moderado (0.000000000 0.400000000 0.400000000 0.200000000) *
## 5407) hand< 1.5 47 20 Severo (0.063829787 0.106382979 0.255319149 0.574468085)
## 10814) orientation>=2.5 9 5 Normal (0.111111111 0.222222222 0.444444444 0.222222222) *
## 10815) orientation< 2.5 38 13 Severo (0.052631579 0.078947368 0.210526316 0.657894737)
## 21630) education>=3.5 7 4 Normal (0.285714286 0.000000000 0.428571429 0.285714286) *
## 21631) education< 3.5 31 8 Severo (0.000000000 0.096774194 0.161290323 0.741935484) *
## 169) familysize>=7.5 12 5 Severo (0.000000000 0.416666667 0.000000000 0.583333333) *
## 85) urban< 1.5 122 74 Normal (0.180327869 0.139344262 0.393442623 0.286885246)
## 170) Openness>=4.25 78 43 Normal (0.243589744 0.064102564 0.448717949 0.243589744)
## 340) familysize>=2.5 59 29 Normal (0.288135593 0.050847458 0.508474576 0.152542373)
## 680) religion>=5.5 50 21 Normal (0.280000000 0.060000000 0.580000000 0.080000000)
## 1360) Conscientiousness< 3.75 23 13 Leve (0.434782609 0.043478261 0.391304348 0.130434783)
## 2720) familysize>=5 9 3 Leve (0.666666667 0.111111111 0.111111111 0.111111111) *
## 2721) familysize< 5 14 6 Normal (0.285714286 0.000000000 0.571428571 0.142857143) *
## 1361) Conscientiousness>=3.75 27 7 Normal (0.148148148 0.074074074 0.740740741 0.037037037) *
## 681) religion< 5.5 9 4 Severo (0.333333333 0.000000000 0.111111111 0.555555556) *
## 341) familysize< 2.5 19 9 Severo (0.105263158 0.105263158 0.263157895 0.526315789) *
## 171) Openness< 4.25 44 28 Severo (0.068181818 0.272727273 0.295454545 0.363636364)
## 342) orientation>=2.5 10 3 Moderado (0.100000000 0.700000000 0.000000000 0.200000000) *
## 343) orientation< 2.5 34 20 Severo (0.058823529 0.147058824 0.382352941 0.411764706)
## 686) familysize< 3.5 17 7 Normal (0.058823529 0.117647059 0.588235294 0.235294118) *
## 687) familysize>=3.5 17 7 Severo (0.058823529 0.176470588 0.176470588 0.588235294) *
## 43) Extraversion< 4.25 844 487 Severo (0.144549763 0.250000000 0.182464455 0.422985782)
## 86) Conscientiousness>=2.75 685 422 Severo (0.157664234 0.267153285 0.191240876 0.383941606)
## 172) familysize< 9.5 675 420 Severo (0.158518519 0.271111111 0.192592593 0.377777778)
## 344) Openness>=3.25 604 385 Severo (0.170529801 0.266556291 0.200331126 0.362582781)
## 688) Agreeableness>=2.75 592 382 Severo (0.168918919 0.271959459 0.204391892 0.354729730)
## 1376) EmotionalStability>=3.75 293 203 Severo (0.180887372 0.266211604 0.245733788 0.307167235)
## 2752) familysize>=0.5 283 201 Severo (0.183745583 0.275618375 0.250883392 0.289752650)
## 5504) Agreeableness< 3.25 10 3 Moderado (0.100000000 0.700000000 0.000000000 0.200000000) *
## 5505) Agreeableness>=3.25 273 193 Severo (0.186813187 0.260073260 0.260073260 0.293040293)
## 11010) orientation< 1.5 186 129 Normal (0.188172043 0.252688172 0.306451613 0.252688172)
## 22020) Extraversion>=3.25 135 91 Normal (0.222222222 0.259259259 0.325925926 0.192592593)
## 44040) Openness>=4.25 77 46 Normal (0.272727273 0.194805195 0.402597403 0.129870130)
## 88080) Agreeableness>=5.75 10 4 Leve (0.600000000 0.100000000 0.300000000 0.000000000) *
## 88081) Agreeableness< 5.75 67 39 Normal (0.223880597 0.208955224 0.417910448 0.149253731)
## 176162) Conscientiousness>=3.75 34 22 Normal (0.264705882 0.323529412 0.352941176 0.058823529)
## 352324) urban< 1.5 8 3 Moderado (0.125000000 0.625000000 0.250000000 0.000000000) *
## 352325) urban>=1.5 26 16 Normal (0.307692308 0.230769231 0.384615385 0.076923077)
## 704650) urban< 2.5 13 8 Leve (0.384615385 0.230769231 0.230769231 0.153846154) *
## 704651) urban>=2.5 13 6 Normal (0.230769231 0.230769231 0.538461538 0.000000000) *
## 176163) Conscientiousness< 3.75 33 17 Normal (0.181818182 0.090909091 0.484848485 0.242424242)
## 352326) Openness< 4.75 12 6 Leve (0.500000000 0.083333333 0.166666667 0.250000000) *
## 352327) Openness>=4.75 21 7 Normal (0.000000000 0.095238095 0.666666667 0.238095238) *
## 44041) Openness< 4.25 58 38 Moderado (0.155172414 0.344827586 0.224137931 0.275862069)
## 88082) familysize>=5.5 11 4 Moderado (0.000000000 0.636363636 0.363636364 0.000000000) *
## 88083) familysize< 5.5 47 31 Severo (0.191489362 0.276595745 0.191489362 0.340425532)
## 176166) gender>=1.5 34 23 Severo (0.235294118 0.176470588 0.264705882 0.323529412)
## 352332) race< 35 26 17 Normal (0.230769231 0.192307692 0.346153846 0.230769231)
## 704664) Conscientiousness< 3.75 8 4 Leve (0.500000000 0.250000000 0.125000000 0.125000000) *
## 704665) Conscientiousness>=3.75 18 10 Normal (0.111111111 0.166666667 0.444444444 0.277777778) *
## 352333) race>=35 8 3 Severo (0.250000000 0.125000000 0.000000000 0.625000000) *
## 176167) gender< 1.5 13 6 Moderado (0.076923077 0.538461538 0.000000000 0.384615385) *
## 22021) Extraversion< 3.25 51 30 Severo (0.098039216 0.235294118 0.254901961 0.411764706)
## 44042) familysize>=6.5 8 5 Leve (0.375000000 0.250000000 0.250000000 0.125000000) *
## 44043) familysize< 6.5 43 23 Severo (0.046511628 0.232558140 0.255813953 0.465116279)
## 88086) education< 2.5 24 15 Normal (0.041666667 0.250000000 0.375000000 0.333333333)
## 176172) Openness< 4.75 13 8 Moderado (0.000000000 0.384615385 0.384615385 0.230769231) *
## 176173) Openness>=4.75 11 6 Severo (0.090909091 0.090909091 0.363636364 0.454545455) *
## 88087) education>=2.5 19 7 Severo (0.052631579 0.210526316 0.105263158 0.631578947) *
## 11011) orientation>=1.5 87 54 Severo (0.183908046 0.275862069 0.160919540 0.379310345)
## 22022) education>=2.5 54 37 Moderado (0.222222222 0.314814815 0.203703704 0.259259259)
## 44044) orientation>=4.5 28 18 Leve (0.357142857 0.214285714 0.142857143 0.285714286) *
## 44045) orientation< 4.5 26 15 Moderado (0.076923077 0.423076923 0.269230769 0.230769231)
## 88090) religion>=8.5 19 9 Moderado (0.052631579 0.526315789 0.157894737 0.263157895) *
## 88091) religion< 8.5 7 3 Normal (0.142857143 0.142857143 0.571428571 0.142857143) *
## 22023) education< 2.5 33 14 Severo (0.121212121 0.212121212 0.090909091 0.575757576) *
## 2753) familysize< 0.5 10 2 Severo (0.100000000 0.000000000 0.100000000 0.800000000) *
## 1377) EmotionalStability< 3.75 299 179 Severo (0.157190635 0.277591973 0.163879599 0.401337793)
## 2754) urban>=2.5 142 92 Severo (0.197183099 0.246478873 0.204225352 0.352112676)
## 5508) Conscientiousness>=3.75 73 47 Severo (0.273972603 0.150684932 0.219178082 0.356164384)
## 11016) familysize>=4.5 20 12 Moderado (0.250000000 0.400000000 0.200000000 0.150000000)
## 22032) Extraversion>=3.75 10 4 Moderado (0.200000000 0.600000000 0.200000000 0.000000000) *
## 22033) Extraversion< 3.75 10 7 Leve (0.300000000 0.200000000 0.200000000 0.300000000) *
## 11017) familysize< 4.5 53 30 Severo (0.283018868 0.056603774 0.226415094 0.433962264)
## 22034) race>=55 9 4 Leve (0.555555556 0.111111111 0.111111111 0.222222222) *
## 22035) race< 55 44 23 Severo (0.227272727 0.045454545 0.250000000 0.477272727)
## 44070) education>=2.5 25 14 Severo (0.360000000 0.000000000 0.200000000 0.440000000)
## 88140) orientation< 1.5 14 8 Leve (0.428571429 0.000000000 0.285714286 0.285714286) *
## 88141) orientation>=1.5 11 4 Severo (0.272727273 0.000000000 0.090909091 0.636363636) *
## 44071) education< 2.5 19 9 Severo (0.052631579 0.105263158 0.315789474 0.526315789) *
## 5509) Conscientiousness< 3.75 69 45 Moderado (0.115942029 0.347826087 0.188405797 0.347826087)
## 11018) orientation< 2.5 53 31 Moderado (0.132075472 0.415094340 0.169811321 0.283018868)
## 22036) orientation< 0.5 10 6 Severo (0.300000000 0.200000000 0.100000000 0.400000000) *
## 22037) orientation>=0.5 43 23 Moderado (0.093023256 0.465116279 0.186046512 0.255813953)
## 44074) voted>=1.5 32 15 Moderado (0.093750000 0.531250000 0.125000000 0.250000000) *
## 44075) voted< 1.5 11 7 Normal (0.090909091 0.272727273 0.363636364 0.272727273) *
## 11019) orientation>=2.5 16 7 Severo (0.062500000 0.125000000 0.250000000 0.562500000) *
## 2755) urban< 2.5 157 87 Severo (0.121019108 0.305732484 0.127388535 0.445859873)
## 5510) education< 3.5 137 78 Severo (0.116788321 0.343065693 0.109489051 0.430656934)
## 11020) familysize< 5.5 120 72 Severo (0.125000000 0.375000000 0.100000000 0.400000000)
## 22040) Extraversion< 3.75 87 50 Moderado (0.137931034 0.425287356 0.057471264 0.379310345)
## 44080) Agreeableness>=5.75 10 3 Moderado (0.100000000 0.700000000 0.100000000 0.100000000) *
## 44081) Agreeableness< 5.75 77 45 Severo (0.142857143 0.389610390 0.051948052 0.415584416)
## 88162) education< 1.5 7 4 Leve (0.428571429 0.142857143 0.142857143 0.285714286) *
## 88163) education>=1.5 70 40 Severo (0.114285714 0.414285714 0.042857143 0.428571429)
## 176326) orientation>=2.5 14 8 Moderado (0.285714286 0.428571429 0.000000000 0.285714286) *
## 176327) orientation< 2.5 56 30 Severo (0.071428571 0.410714286 0.053571429 0.464285714)
## 352654) religion>=8.5 41 21 Moderado (0.073170732 0.487804878 0.073170732 0.365853659)
## 705308) gender< 1.5 7 1 Moderado (0.142857143 0.857142857 0.000000000 0.000000000) *
## 705309) gender>=1.5 34 19 Severo (0.058823529 0.411764706 0.088235294 0.441176471)
## 1410618) Agreeableness< 4.75 20 10 Moderado (0.100000000 0.500000000 0.100000000 0.300000000)
## 2821236) voted>=1.5 13 4 Moderado (0.076923077 0.692307692 0.076923077 0.153846154) *
## 2821237) voted< 1.5 7 3 Severo (0.142857143 0.142857143 0.142857143 0.571428571) *
## 1410619) Agreeableness>=4.75 14 5 Severo (0.000000000 0.285714286 0.071428571 0.642857143) *
## 352655) religion< 8.5 15 4 Severo (0.066666667 0.200000000 0.000000000 0.733333333) *
## 22041) Extraversion>=3.75 33 18 Severo (0.090909091 0.242424242 0.212121212 0.454545455)
## 44082) Agreeableness< 4.25 11 4 Moderado (0.090909091 0.636363636 0.090909091 0.181818182) *
## 44083) Agreeableness>=4.25 22 9 Severo (0.090909091 0.045454545 0.272727273 0.590909091) *
## 11021) familysize>=5.5 17 6 Severo (0.058823529 0.117647059 0.176470588 0.647058824) *
## 5511) education>=3.5 20 9 Severo (0.150000000 0.050000000 0.250000000 0.550000000)
## 11022) Agreeableness< 4.25 7 4 Leve (0.428571429 0.000000000 0.285714286 0.285714286) *
## 11023) Agreeableness>=4.25 13 4 Severo (0.000000000 0.076923077 0.230769231 0.692307692) *
## 689) Agreeableness< 2.75 12 3 Severo (0.250000000 0.000000000 0.000000000 0.750000000) *
## 345) Openness< 3.25 71 35 Severo (0.056338028 0.309859155 0.126760563 0.507042254)
## 690) urban< 2.5 38 23 Moderado (0.105263158 0.394736842 0.184210526 0.315789474)
## 1380) race< 65 31 16 Moderado (0.096774194 0.483870968 0.129032258 0.290322581)
## 2760) Conscientiousness>=3.25 23 10 Moderado (0.130434783 0.565217391 0.130434783 0.173913043) *
## 2761) Conscientiousness< 3.25 8 3 Severo (0.000000000 0.250000000 0.125000000 0.625000000) *
## 1381) race>=65 7 4 Normal (0.142857143 0.000000000 0.428571429 0.428571429) *
## 691) urban>=2.5 33 9 Severo (0.000000000 0.212121212 0.060606061 0.727272727) *
## 173) familysize>=9.5 10 2 Severo (0.100000000 0.000000000 0.100000000 0.800000000) *
## 87) Conscientiousness< 2.75 159 65 Severo (0.088050314 0.176100629 0.144654088 0.591194969)
## 174) education>=2.5 77 42 Severo (0.116883117 0.259740260 0.168831169 0.454545455)
## 348) familysize< 4.5 53 34 Severo (0.132075472 0.301886792 0.207547170 0.358490566)
## 696) Extraversion>=3.25 39 27 Moderado (0.153846154 0.307692308 0.282051282 0.256410256)
## 1392) Extraversion< 3.75 17 9 Normal (0.176470588 0.235294118 0.470588235 0.117647059) *
## 1393) Extraversion>=3.75 22 14 Moderado (0.136363636 0.363636364 0.136363636 0.363636364)
## 2786) voted< 1.5 10 7 Normal (0.200000000 0.200000000 0.300000000 0.300000000) *
## 2787) voted>=1.5 12 6 Moderado (0.083333333 0.500000000 0.000000000 0.416666667) *
## 697) Extraversion< 3.25 14 5 Severo (0.071428571 0.285714286 0.000000000 0.642857143) *
## 349) familysize>=4.5 24 8 Severo (0.083333333 0.166666667 0.083333333 0.666666667) *
## 175) education< 2.5 82 23 Severo (0.060975610 0.097560976 0.121951220 0.719512195)
## 350) Agreeableness>=5.25 23 12 Severo (0.173913043 0.173913043 0.173913043 0.478260870)
## 700) urban>=2.5 10 6 Leve (0.400000000 0.200000000 0.200000000 0.200000000) *
## 701) urban< 2.5 13 4 Severo (0.000000000 0.153846154 0.153846154 0.692307692) *
## 351) Agreeableness< 5.25 59 11 Severo (0.016949153 0.067796610 0.101694915 0.813559322) *
## 11) Extraversion< 2.75 1284 597 Severo (0.097352025 0.184579439 0.183021807 0.535046729)
## 22) Conscientiousness>=3.75 829 422 Severo (0.117008444 0.180940893 0.211097708 0.490952955)
## 44) Openness>=3.75 611 330 Severo (0.122749591 0.171849427 0.245499182 0.459901800)
## 88) Agreeableness>=4.25 437 252 Severo (0.137299771 0.171624714 0.267734554 0.423340961)
## 176) religion>=3.5 336 202 Severo (0.163690476 0.181547619 0.255952381 0.398809524)
## 352) urban< 1.5 74 45 Normal (0.189189189 0.135135135 0.391891892 0.283783784)
## 704) gender>=1.5 63 37 Normal (0.222222222 0.142857143 0.412698413 0.222222222)
## 1408) Extraversion>=1.25 54 31 Normal (0.259259259 0.092592593 0.425925926 0.222222222)
## 2816) Openness>=5.75 11 5 Leve (0.545454545 0.000000000 0.272727273 0.181818182) *
## 2817) Openness< 5.75 43 23 Normal (0.186046512 0.116279070 0.465116279 0.232558140) *
## 1409) Extraversion< 1.25 9 5 Moderado (0.000000000 0.444444444 0.333333333 0.222222222) *
## 705) gender< 1.5 11 4 Severo (0.000000000 0.090909091 0.272727273 0.636363636) *
## 353) urban>=1.5 262 149 Severo (0.156488550 0.194656489 0.217557252 0.431297710)
## 706) Agreeableness>=4.75 212 126 Severo (0.169811321 0.226415094 0.198113208 0.405660377)
## 1412) education>=1.5 191 119 Severo (0.167539267 0.240837696 0.214659686 0.376963351)
## 2824) married>=1.5 30 18 Normal (0.133333333 0.200000000 0.400000000 0.266666667)
## 5648) religion< 7.5 11 4 Normal (0.090909091 0.272727273 0.636363636 0.000000000) *
## 5649) religion>=7.5 19 11 Severo (0.157894737 0.157894737 0.263157895 0.421052632) *
## 2825) married< 1.5 161 97 Severo (0.173913043 0.248447205 0.180124224 0.397515528)
## 5650) familysize>=4.5 36 25 Leve (0.305555556 0.305555556 0.111111111 0.277777778)
## 11300) Extraversion< 1.75 12 5 Leve (0.583333333 0.250000000 0.083333333 0.083333333) *
## 11301) Extraversion>=1.75 24 15 Severo (0.166666667 0.333333333 0.125000000 0.375000000)
## 22602) EmotionalStability>=3.75 14 9 Severo (0.285714286 0.142857143 0.214285714 0.357142857) *
## 22603) EmotionalStability< 3.75 10 4 Moderado (0.000000000 0.600000000 0.000000000 0.400000000) *
## 5651) familysize< 4.5 125 71 Severo (0.136000000 0.232000000 0.200000000 0.432000000)
## 11302) familysize< 1.5 15 9 Moderado (0.266666667 0.400000000 0.000000000 0.333333333) *
## 11303) familysize>=1.5 110 61 Severo (0.118181818 0.209090909 0.227272727 0.445454545)
## 22606) Extraversion>=1.75 64 41 Severo (0.109375000 0.250000000 0.281250000 0.359375000)
## 45212) familysize< 3.5 45 30 Moderado (0.088888889 0.333333333 0.288888889 0.288888889)
## 90424) engnat>=1.5 23 11 Moderado (0.000000000 0.521739130 0.260869565 0.217391304) *
## 90425) engnat< 1.5 22 14 Severo (0.181818182 0.136363636 0.318181818 0.363636364)
## 180850) Conscientiousness< 4.25 7 3 Normal (0.285714286 0.142857143 0.571428571 0.000000000) *
## 180851) Conscientiousness>=4.25 15 7 Severo (0.133333333 0.133333333 0.200000000 0.533333333) *
## 45213) familysize>=3.5 19 9 Severo (0.157894737 0.052631579 0.263157895 0.526315789) *
## 22607) Extraversion< 1.75 46 20 Severo (0.130434783 0.152173913 0.152173913 0.565217391) *
## 1413) education< 1.5 21 7 Severo (0.190476190 0.095238095 0.047619048 0.666666667) *
## 707) Agreeableness< 4.75 50 23 Severo (0.100000000 0.060000000 0.300000000 0.540000000) *
## 177) religion< 3.5 101 50 Severo (0.049504950 0.138613861 0.306930693 0.504950495)
## 354) Agreeableness>=5.75 29 15 Normal (0.068965517 0.068965517 0.482758621 0.379310345)
## 708) familysize>=3.5 7 3 Severo (0.142857143 0.142857143 0.142857143 0.571428571) *
## 709) familysize< 3.5 22 9 Normal (0.045454545 0.045454545 0.590909091 0.318181818)
## 1418) voted>=1.5 12 3 Normal (0.000000000 0.083333333 0.750000000 0.166666667) *
## 1419) voted< 1.5 10 5 Severo (0.100000000 0.000000000 0.400000000 0.500000000) *
## 355) Agreeableness< 5.75 72 32 Severo (0.041666667 0.166666667 0.236111111 0.555555556)
## 710) familysize>=2.5 29 18 Severo (0.034482759 0.241379310 0.344827586 0.379310345)
## 1420) Openness>=5.25 15 9 Moderado (0.066666667 0.400000000 0.133333333 0.400000000) *
## 1421) Openness< 5.25 14 6 Normal (0.000000000 0.071428571 0.571428571 0.357142857) *
## 711) familysize< 2.5 43 14 Severo (0.046511628 0.116279070 0.162790698 0.674418605) *
## 89) Agreeableness< 4.25 174 78 Severo (0.086206897 0.172413793 0.189655172 0.551724138)
## 178) familysize>=5.5 14 7 Normal (0.071428571 0.214285714 0.500000000 0.214285714) *
## 179) familysize< 5.5 160 67 Severo (0.087500000 0.168750000 0.162500000 0.581250000)
## 358) Agreeableness< 1.75 8 4 Moderado (0.250000000 0.500000000 0.000000000 0.250000000) *
## 359) Agreeableness>=1.75 152 61 Severo (0.078947368 0.151315789 0.171052632 0.598684211)
## 718) married>=1.5 14 9 Moderado (0.214285714 0.357142857 0.142857143 0.285714286) *
## 719) married< 1.5 138 51 Severo (0.065217391 0.130434783 0.173913043 0.630434783)
## 1438) Extraversion>=1.25 104 43 Severo (0.057692308 0.163461538 0.192307692 0.586538462)
## 2876) education< 2.5 53 27 Severo (0.056603774 0.188679245 0.264150943 0.490566038)
## 5752) religion>=1.5 42 25 Severo (0.071428571 0.238095238 0.285714286 0.404761905)
## 11504) urban>=2.5 16 10 Moderado (0.062500000 0.375000000 0.375000000 0.187500000) *
## 11505) urban< 2.5 26 12 Severo (0.076923077 0.153846154 0.230769231 0.538461538) *
## 5753) religion< 1.5 11 2 Severo (0.000000000 0.000000000 0.181818182 0.818181818) *
## 2877) education>=2.5 51 16 Severo (0.058823529 0.137254902 0.117647059 0.686274510)
## 5754) race>=35 23 12 Severo (0.086956522 0.173913043 0.260869565 0.478260870)
## 11508) Conscientiousness>=5.75 7 3 Moderado (0.142857143 0.571428571 0.142857143 0.142857143) *
## 11509) Conscientiousness< 5.75 16 6 Severo (0.062500000 0.000000000 0.312500000 0.625000000) *
## 5755) race< 35 28 4 Severo (0.035714286 0.107142857 0.000000000 0.857142857) *
## 1439) Extraversion< 1.25 34 8 Severo (0.088235294 0.029411765 0.117647059 0.764705882) *
## 45) Openness< 3.75 218 92 Severo (0.100917431 0.206422018 0.114678899 0.577981651) *
## 23) Conscientiousness< 3.75 455 175 Severo (0.061538462 0.191208791 0.131868132 0.615384615)
## 46) Extraversion>=1.75 242 112 Severo (0.074380165 0.247933884 0.140495868 0.537190083)
## 92) religion>=11 8 3 Moderado (0.125000000 0.625000000 0.000000000 0.250000000) *
## 93) religion< 11 234 106 Severo (0.072649573 0.235042735 0.145299145 0.547008547)
## 186) education>=2.5 110 58 Severo (0.081818182 0.300000000 0.145454545 0.472727273)
## 372) Extraversion>=2.25 62 39 Severo (0.129032258 0.338709677 0.161290323 0.370967742)
## 744) familysize>=4.5 17 8 Moderado (0.176470588 0.529411765 0.000000000 0.294117647) *
## 745) familysize< 4.5 45 27 Severo (0.111111111 0.266666667 0.222222222 0.400000000)
## 1490) Conscientiousness< 2.75 13 6 Moderado (0.076923077 0.538461538 0.076923077 0.307692308) *
## 1491) Conscientiousness>=2.75 32 18 Severo (0.125000000 0.156250000 0.281250000 0.437500000)
## 2982) Openness< 4.75 20 13 Normal (0.100000000 0.250000000 0.350000000 0.300000000)
## 5964) gender>=1.5 13 7 Normal (0.153846154 0.153846154 0.461538462 0.230769231) *
## 5965) gender< 1.5 7 4 Moderado (0.000000000 0.428571429 0.142857143 0.428571429) *
## 2983) Openness>=4.75 12 4 Severo (0.166666667 0.000000000 0.166666667 0.666666667) *
## 373) Extraversion< 2.25 48 19 Severo (0.020833333 0.250000000 0.125000000 0.604166667) *
## 187) education< 2.5 124 48 Severo (0.064516129 0.177419355 0.145161290 0.612903226)
## 374) EmotionalStability>=3.75 53 25 Severo (0.018867925 0.207547170 0.245283019 0.528301887)
## 748) gender< 1.5 21 13 Moderado (0.047619048 0.380952381 0.238095238 0.333333333)
## 1496) race>=35 13 7 Moderado (0.076923077 0.461538462 0.307692308 0.153846154) *
## 1497) race< 35 8 3 Severo (0.000000000 0.250000000 0.125000000 0.625000000) *
## 749) gender>=1.5 32 11 Severo (0.000000000 0.093750000 0.250000000 0.656250000)
## 1498) Openness>=3.25 22 11 Severo (0.000000000 0.136363636 0.363636364 0.500000000)
## 2996) urban>=2.5 14 6 Severo (0.000000000 0.214285714 0.214285714 0.571428571) *
## 2997) urban< 2.5 8 3 Normal (0.000000000 0.000000000 0.625000000 0.375000000) *
## 1499) Openness< 3.25 10 0 Severo (0.000000000 0.000000000 0.000000000 1.000000000) *
## 375) EmotionalStability< 3.75 71 23 Severo (0.098591549 0.154929577 0.070422535 0.676056338) *
## 47) Extraversion< 1.75 213 63 Severo (0.046948357 0.126760563 0.122065728 0.704225352)
## 94) married>=1.5 25 14 Severo (0.120000000 0.320000000 0.120000000 0.440000000)
## 188) Agreeableness< 4.25 13 6 Moderado (0.153846154 0.538461538 0.000000000 0.307692308) *
## 189) Agreeableness>=4.25 12 5 Severo (0.083333333 0.083333333 0.250000000 0.583333333) *
## 95) married< 1.5 188 49 Severo (0.037234043 0.101063830 0.122340426 0.739361702) *
## 3) EmotionalStability< 3.25 10712 3547 Severo (0.067027633 0.177931292 0.086165049 0.668876027)
## 6) EmotionalStability>=2.25 4752 2137 Severo (0.095117845 0.224537037 0.130050505 0.550294613)
## 12) Extraversion>=3.75 1933 1032 Severo (0.114847387 0.249870667 0.169167098 0.466114847)
## 24) Conscientiousness>=4.25 860 524 Severo (0.137209302 0.253488372 0.218604651 0.390697674)
## 48) EmotionalStability>=2.75 438 287 Severo (0.139269406 0.257990868 0.257990868 0.344748858)
## 96) Extraversion< 5.75 349 222 Severo (0.143266476 0.272206304 0.220630372 0.363896848)
## 192) Conscientiousness>=4.75 244 162 Severo (0.143442623 0.254098361 0.266393443 0.336065574)
## 384) urban< 2.5 122 83 Moderado (0.155737705 0.319672131 0.270491803 0.254098361)
## 768) Extraversion< 4.25 49 32 Moderado (0.183673469 0.346938776 0.142857143 0.326530612)
## 1536) Agreeableness>=5.75 7 3 Leve (0.571428571 0.142857143 0.142857143 0.142857143) *
## 1537) Agreeableness< 5.75 42 26 Moderado (0.119047619 0.380952381 0.142857143 0.357142857)
## 3074) familysize< 2.5 9 3 Moderado (0.111111111 0.666666667 0.111111111 0.111111111) *
## 3075) familysize>=2.5 33 19 Severo (0.121212121 0.303030303 0.151515152 0.424242424)
## 6150) orientation>=2.5 8 5 Moderado (0.125000000 0.375000000 0.375000000 0.125000000) *
## 6151) orientation< 2.5 25 12 Severo (0.120000000 0.280000000 0.080000000 0.520000000)
## 12302) engnat< 1.5 10 5 Moderado (0.100000000 0.500000000 0.000000000 0.400000000) *
## 12303) engnat>=1.5 15 6 Severo (0.133333333 0.133333333 0.133333333 0.600000000) *
## 769) Extraversion>=4.25 73 47 Normal (0.136986301 0.301369863 0.356164384 0.205479452)
## 1538) Openness< 5.75 51 32 Moderado (0.117647059 0.372549020 0.274509804 0.235294118)
## 3076) Extraversion>=5.25 14 9 Normal (0.285714286 0.142857143 0.357142857 0.214285714) *
## 3077) Extraversion< 5.25 37 20 Moderado (0.054054054 0.459459459 0.243243243 0.243243243)
## 6154) familysize< 3.5 16 6 Moderado (0.000000000 0.625000000 0.187500000 0.187500000) *
## 6155) familysize>=3.5 21 14 Moderado (0.095238095 0.333333333 0.285714286 0.285714286)
## 12310) race>=30 8 5 Normal (0.250000000 0.125000000 0.375000000 0.250000000) *
## 12311) race< 30 13 7 Moderado (0.000000000 0.461538462 0.230769231 0.307692308) *
## 1539) Openness>=5.75 22 10 Normal (0.181818182 0.136363636 0.545454545 0.136363636) *
## 385) urban>=2.5 122 71 Severo (0.131147541 0.188524590 0.262295082 0.418032787)
## 770) voted< 1.5 42 25 Normal (0.071428571 0.285714286 0.404761905 0.238095238)
## 1540) Openness< 4.75 15 7 Moderado (0.133333333 0.533333333 0.200000000 0.133333333) *
## 1541) Openness>=4.75 27 13 Normal (0.037037037 0.148148148 0.518518519 0.296296296)
## 3082) orientation< 1.5 16 6 Normal (0.062500000 0.187500000 0.625000000 0.125000000) *
## 3083) orientation>=1.5 11 5 Severo (0.000000000 0.090909091 0.363636364 0.545454545) *
## 771) voted>=1.5 80 39 Severo (0.162500000 0.137500000 0.187500000 0.512500000)
## 1542) religion>=7.5 66 36 Severo (0.181818182 0.151515152 0.212121212 0.454545455)
## 3084) engnat< 1.5 21 14 Normal (0.190476190 0.190476190 0.333333333 0.285714286)
## 6168) Openness>=5.75 7 3 Normal (0.285714286 0.000000000 0.571428571 0.142857143) *
## 6169) Openness< 5.75 14 9 Severo (0.142857143 0.285714286 0.214285714 0.357142857) *
## 3085) engnat>=1.5 45 21 Severo (0.177777778 0.133333333 0.155555556 0.533333333)
## 6170) Agreeableness>=5.25 9 6 Normal (0.222222222 0.222222222 0.333333333 0.222222222) *
## 6171) Agreeableness< 5.25 36 14 Severo (0.166666667 0.111111111 0.111111111 0.611111111) *
## 1543) religion< 7.5 14 3 Severo (0.071428571 0.071428571 0.071428571 0.785714286) *
## 193) Conscientiousness< 4.75 105 60 Severo (0.142857143 0.314285714 0.114285714 0.428571429)
## 386) education>=3.5 14 5 Moderado (0.000000000 0.642857143 0.071428571 0.285714286) *
## 387) education< 3.5 91 50 Severo (0.164835165 0.263736264 0.120879121 0.450549451)
## 774) race< 35 64 39 Severo (0.234375000 0.281250000 0.093750000 0.390625000)
## 1548) urban>=1.5 46 30 Moderado (0.239130435 0.347826087 0.108695652 0.304347826)
## 3096) Agreeableness>=4.75 11 6 Leve (0.454545455 0.272727273 0.181818182 0.090909091) *
## 3097) Agreeableness< 4.75 35 22 Moderado (0.171428571 0.371428571 0.085714286 0.371428571)
## 6194) orientation< 1.5 28 18 Severo (0.214285714 0.321428571 0.107142857 0.357142857)
## 12388) Openness>=5.25 7 3 Moderado (0.142857143 0.571428571 0.142857143 0.142857143) *
## 12389) Openness< 5.25 21 12 Severo (0.238095238 0.238095238 0.095238095 0.428571429)
## 24778) education>=2.5 9 5 Moderado (0.222222222 0.444444444 0.000000000 0.333333333) *
## 24779) education< 2.5 12 6 Severo (0.250000000 0.083333333 0.166666667 0.500000000) *
## 6195) orientation>=1.5 7 3 Moderado (0.000000000 0.571428571 0.000000000 0.428571429) *
## 1549) urban< 1.5 18 7 Severo (0.222222222 0.111111111 0.055555556 0.611111111) *
## 775) race>=35 27 11 Severo (0.000000000 0.222222222 0.185185185 0.592592593) *
## 97) Extraversion>=5.75 89 53 Normal (0.123595506 0.202247191 0.404494382 0.269662921)
## 194) race>=65 10 4 Normal (0.000000000 0.400000000 0.600000000 0.000000000) *
## 195) race< 65 79 49 Normal (0.139240506 0.177215190 0.379746835 0.303797468)
## 390) gender>=1.5 67 45 Normal (0.164179104 0.179104478 0.328358209 0.328358209)
## 780) Extraversion< 6.75 55 35 Normal (0.127272727 0.218181818 0.363636364 0.290909091)
## 1560) married< 1.5 44 31 Normal (0.136363636 0.272727273 0.295454545 0.295454545)
## 3120) hand>=1.5 8 3 Moderado (0.000000000 0.625000000 0.250000000 0.125000000) *
## 3121) hand< 1.5 36 24 Severo (0.166666667 0.194444444 0.305555556 0.333333333)
## 6242) Agreeableness< 3.75 9 5 Moderado (0.111111111 0.444444444 0.333333333 0.111111111) *
## 6243) Agreeableness>=3.75 27 16 Severo (0.185185185 0.111111111 0.296296296 0.407407407)
## 12486) Openness< 4.75 8 5 Moderado (0.125000000 0.375000000 0.375000000 0.125000000) *
## 12487) Openness>=4.75 19 9 Severo (0.210526316 0.000000000 0.263157895 0.526315789) *
## 1561) married>=1.5 11 4 Normal (0.090909091 0.000000000 0.636363636 0.272727273) *
## 781) Extraversion>=6.75 12 6 Severo (0.333333333 0.000000000 0.166666667 0.500000000) *
## 391) gender< 1.5 12 4 Normal (0.000000000 0.166666667 0.666666667 0.166666667) *
## 49) EmotionalStability< 2.75 422 237 Severo (0.135071090 0.248815166 0.177725118 0.438388626)
## 98) education>=2.5 238 149 Severo (0.147058824 0.306722689 0.172268908 0.373949580)
## 196) orientation< 1.5 173 111 Moderado (0.150289017 0.358381503 0.150289017 0.341040462)
## 392) Openness< 3.75 32 19 Moderado (0.156250000 0.406250000 0.281250000 0.156250000)
## 784) religion>=8.5 21 11 Moderado (0.238095238 0.476190476 0.142857143 0.142857143)
## 1568) urban< 2.5 9 2 Moderado (0.111111111 0.777777778 0.111111111 0.000000000) *
## 1569) urban>=2.5 12 8 Leve (0.333333333 0.250000000 0.166666667 0.250000000) *
## 785) religion< 8.5 11 5 Normal (0.000000000 0.272727273 0.545454545 0.181818182) *
## 393) Openness>=3.75 141 87 Severo (0.148936170 0.347517730 0.120567376 0.382978723)
## 786) married< 2.5 134 85 Moderado (0.149253731 0.365671642 0.119402985 0.365671642)
## 1572) education>=3.5 31 19 Severo (0.258064516 0.193548387 0.161290323 0.387096774)
## 3144) Conscientiousness>=5.75 15 10 Moderado (0.200000000 0.333333333 0.266666667 0.200000000) *
## 3145) Conscientiousness< 5.75 16 7 Severo (0.312500000 0.062500000 0.062500000 0.562500000) *
## 1573) education< 3.5 103 60 Moderado (0.116504854 0.417475728 0.106796117 0.359223301)
## 3146) Conscientiousness>=4.75 67 36 Moderado (0.149253731 0.462686567 0.104477612 0.283582090)
## 6292) Openness< 6.25 60 30 Moderado (0.150000000 0.500000000 0.116666667 0.233333333)
## 12584) race< 65 52 25 Moderado (0.173076923 0.519230769 0.134615385 0.173076923)
## 25168) Extraversion< 4.75 24 15 Moderado (0.250000000 0.375000000 0.208333333 0.166666667)
## 50336) familysize< 3.5 9 5 Leve (0.444444444 0.222222222 0.111111111 0.222222222) *
## 50337) familysize>=3.5 15 8 Moderado (0.133333333 0.466666667 0.266666667 0.133333333) *
## 25169) Extraversion>=4.75 28 10 Moderado (0.107142857 0.642857143 0.071428571 0.178571429) *
## 12585) race>=65 8 3 Severo (0.000000000 0.375000000 0.000000000 0.625000000) *
## 6293) Openness>=6.25 7 2 Severo (0.142857143 0.142857143 0.000000000 0.714285714) *
## 3147) Conscientiousness< 4.75 36 18 Severo (0.055555556 0.333333333 0.111111111 0.500000000)
## 6294) religion< 9 8 2 Moderado (0.000000000 0.750000000 0.000000000 0.250000000) *
## 6295) religion>=9 28 12 Severo (0.071428571 0.214285714 0.142857143 0.571428571) *
## 787) married>=2.5 7 2 Severo (0.142857143 0.000000000 0.142857143 0.714285714) *
## 197) orientation>=1.5 65 35 Severo (0.138461538 0.169230769 0.230769231 0.461538462)
## 394) familysize>=4.5 20 8 Severo (0.250000000 0.150000000 0.000000000 0.600000000) *
## 395) familysize< 4.5 45 27 Severo (0.088888889 0.177777778 0.333333333 0.400000000)
## 790) religion>=9 36 21 Severo (0.111111111 0.222222222 0.250000000 0.416666667)
## 1580) Conscientiousness< 4.75 12 7 Normal (0.083333333 0.333333333 0.416666667 0.166666667) *
## 1581) Conscientiousness>=4.75 24 11 Severo (0.125000000 0.166666667 0.166666667 0.541666667) *
## 791) religion< 9 9 3 Normal (0.000000000 0.000000000 0.666666667 0.333333333) *
## 99) education< 2.5 184 88 Severo (0.119565217 0.173913043 0.184782609 0.521739130)
## 198) race< 45 100 57 Severo (0.180000000 0.170000000 0.220000000 0.430000000)
## 396) familysize< 5.5 89 55 Severo (0.191011236 0.191011236 0.235955056 0.382022472)
## 792) Conscientiousness>=5.25 28 17 Normal (0.214285714 0.214285714 0.392857143 0.178571429)
## 1584) Openness< 4.75 10 5 Leve (0.500000000 0.100000000 0.100000000 0.300000000) *
## 1585) Openness>=4.75 18 8 Normal (0.055555556 0.277777778 0.555555556 0.111111111) *
## 793) Conscientiousness< 5.25 61 32 Severo (0.180327869 0.180327869 0.163934426 0.475409836)
## 1586) orientation>=2.5 11 6 Moderado (0.181818182 0.454545455 0.090909091 0.272727273) *
## 1587) orientation< 2.5 50 24 Severo (0.180000000 0.120000000 0.180000000 0.520000000)
## 3174) Extraversion< 5.75 41 18 Severo (0.195121951 0.146341463 0.097560976 0.560975610) *
## 3175) Extraversion>=5.75 9 4 Normal (0.111111111 0.000000000 0.555555556 0.333333333) *
## 397) familysize>=5.5 11 2 Severo (0.090909091 0.000000000 0.090909091 0.818181818) *
## 199) race>=45 84 31 Severo (0.047619048 0.178571429 0.142857143 0.630952381)
## 398) Agreeableness>=5.75 10 5 Moderado (0.100000000 0.500000000 0.000000000 0.400000000) *
## 399) Agreeableness< 5.75 74 25 Severo (0.040540541 0.135135135 0.162162162 0.662162162)
## 798) Agreeableness< 4.25 36 17 Severo (0.055555556 0.222222222 0.194444444 0.527777778)
## 1596) Conscientiousness>=4.75 25 15 Severo (0.080000000 0.240000000 0.280000000 0.400000000)
## 3192) education>=1.5 12 6 Normal (0.166666667 0.083333333 0.500000000 0.250000000) *
## 3193) education< 1.5 13 6 Severo (0.000000000 0.384615385 0.076923077 0.538461538) *
## 1597) Conscientiousness< 4.75 11 2 Severo (0.000000000 0.181818182 0.000000000 0.818181818) *
## 799) Agreeableness>=4.25 38 8 Severo (0.026315789 0.052631579 0.131578947 0.789473684) *
## 25) Conscientiousness< 4.25 1073 508 Severo (0.096924511 0.246971109 0.129543336 0.526561044)
## 50) EmotionalStability>=2.75 538 286 Severo (0.111524164 0.254646840 0.165427509 0.468401487)
## 100) orientation< 1.5 384 219 Severo (0.122395833 0.260416667 0.187500000 0.429687500)
## 200) education>=1.5 353 206 Severo (0.116147309 0.269121813 0.198300283 0.416430595)
## 400) Openness< 6.75 344 204 Severo (0.113372093 0.276162791 0.203488372 0.406976744)
## 800) race>=40 94 62 Moderado (0.148936170 0.340425532 0.212765957 0.297872340)
## 1600) familysize>=1.5 80 51 Moderado (0.162500000 0.362500000 0.162500000 0.312500000)
## 3200) Extraversion>=5.75 12 5 Moderado (0.166666667 0.583333333 0.083333333 0.166666667) *
## 3201) Extraversion< 5.75 68 45 Severo (0.161764706 0.323529412 0.176470588 0.338235294)
## 6402) religion>=1.5 61 40 Moderado (0.180327869 0.344262295 0.180327869 0.295081967)
## 12804) urban>=1.5 50 35 Severo (0.220000000 0.280000000 0.200000000 0.300000000)
## 25608) Openness>=5.75 10 6 Leve (0.400000000 0.400000000 0.200000000 0.000000000) *
## 25609) Openness< 5.75 40 25 Severo (0.175000000 0.250000000 0.200000000 0.375000000)
## 51218) urban>=2.5 21 13 Moderado (0.142857143 0.380952381 0.142857143 0.333333333)
## 102436) orientation>=0.5 14 8 Moderado (0.142857143 0.428571429 0.214285714 0.214285714) *
## 102437) orientation< 0.5 7 3 Severo (0.142857143 0.285714286 0.000000000 0.571428571) *
## 51219) urban< 2.5 19 11 Severo (0.210526316 0.105263158 0.263157895 0.421052632) *
## 12805) urban< 1.5 11 4 Moderado (0.000000000 0.636363636 0.090909091 0.272727273) *
## 6403) religion< 1.5 7 2 Severo (0.000000000 0.142857143 0.142857143 0.714285714) *
## 1601) familysize< 1.5 14 7 Normal (0.071428571 0.214285714 0.500000000 0.214285714) *
## 801) race< 40 250 138 Severo (0.100000000 0.252000000 0.200000000 0.448000000)
## 1602) engnat>=1.5 214 124 Severo (0.098130841 0.280373832 0.200934579 0.420560748)
## 3204) education< 3.5 184 111 Severo (0.092391304 0.282608696 0.228260870 0.396739130)
## 6408) familysize< 5.5 161 100 Severo (0.099378882 0.267080745 0.254658385 0.378881988)
## 12816) Conscientiousness< 2.25 21 12 Moderado (0.047619048 0.428571429 0.095238095 0.428571429)
## 25632) education< 2.5 14 6 Moderado (0.071428571 0.571428571 0.071428571 0.285714286) *
## 25633) education>=2.5 7 2 Severo (0.000000000 0.142857143 0.142857143 0.714285714) *
## 12817) Conscientiousness>=2.25 140 88 Severo (0.107142857 0.242857143 0.278571429 0.371428571)
## 25634) Extraversion< 5.25 104 66 Severo (0.115384615 0.278846154 0.240384615 0.365384615)
## 51268) religion>=8.5 91 56 Severo (0.131868132 0.274725275 0.208791209 0.384615385)
## 102536) familysize< 4.5 74 45 Severo (0.148648649 0.297297297 0.162162162 0.391891892)
## 205072) Openness>=3.75 53 37 Moderado (0.207547170 0.301886792 0.188679245 0.301886792)
## 410144) Conscientiousness< 3.75 28 19 Leve (0.321428571 0.321428571 0.142857143 0.214285714)
## 820288) Extraversion< 4.25 15 9 Leve (0.400000000 0.200000000 0.266666667 0.133333333) *
## 820289) Extraversion>=4.25 13 7 Moderado (0.230769231 0.461538462 0.000000000 0.307692308) *
## 410145) Conscientiousness>=3.75 25 15 Severo (0.080000000 0.280000000 0.240000000 0.400000000)
## 820290) gender< 1.5 10 5 Moderado (0.100000000 0.500000000 0.100000000 0.300000000) *
## 820291) gender>=1.5 15 8 Severo (0.066666667 0.133333333 0.333333333 0.466666667) *
## 205073) Openness< 3.75 21 8 Severo (0.000000000 0.285714286 0.095238095 0.619047619) *
## 102537) familysize>=4.5 17 10 Normal (0.058823529 0.176470588 0.411764706 0.352941176) *
## 51269) religion< 8.5 13 7 Normal (0.000000000 0.307692308 0.461538462 0.230769231) *
## 25635) Extraversion>=5.25 36 22 Normal (0.083333333 0.138888889 0.388888889 0.388888889)
## 51270) Conscientiousness< 3.75 26 14 Severo (0.115384615 0.153846154 0.269230769 0.461538462) *
## 51271) Conscientiousness>=3.75 10 3 Normal (0.000000000 0.100000000 0.700000000 0.200000000) *
## 6409) familysize>=5.5 23 11 Severo (0.043478261 0.391304348 0.043478261 0.521739130)
## 12818) Extraversion< 4.25 10 4 Moderado (0.100000000 0.600000000 0.000000000 0.300000000) *
## 12819) Extraversion>=4.25 13 4 Severo (0.000000000 0.230769231 0.076923077 0.692307692) *
## 3205) education>=3.5 30 13 Severo (0.133333333 0.266666667 0.033333333 0.566666667) *
## 1603) engnat< 1.5 36 14 Severo (0.111111111 0.083333333 0.194444444 0.611111111) *
## 401) Openness>=6.75 9 2 Severo (0.222222222 0.000000000 0.000000000 0.777777778) *
## 201) education< 1.5 31 13 Severo (0.193548387 0.161290323 0.064516129 0.580645161) *
## 101) orientation>=1.5 154 67 Severo (0.084415584 0.240259740 0.110389610 0.564935065)
## 202) urban< 1.5 44 23 Severo (0.045454545 0.409090909 0.068181818 0.477272727)
## 404) race< 45 30 14 Moderado (0.033333333 0.533333333 0.066666667 0.366666667)
## 808) engnat>=1.5 23 9 Moderado (0.043478261 0.608695652 0.086956522 0.260869565) *
## 809) engnat< 1.5 7 2 Severo (0.000000000 0.285714286 0.000000000 0.714285714) *
## 405) race>=45 14 4 Severo (0.071428571 0.142857143 0.071428571 0.714285714) *
## 203) urban>=1.5 110 44 Severo (0.100000000 0.172727273 0.127272727 0.600000000)
## 406) Openness>=4.25 70 34 Severo (0.100000000 0.242857143 0.142857143 0.514285714)
## 812) Conscientiousness< 2.75 19 9 Severo (0.263157895 0.052631579 0.157894737 0.526315789) *
## 813) Conscientiousness>=2.75 51 25 Severo (0.039215686 0.313725490 0.137254902 0.509803922)
## 1626) gender>=1.5 37 21 Severo (0.000000000 0.405405405 0.162162162 0.432432432)
## 3252) orientation>=2.5 21 10 Moderado (0.000000000 0.523809524 0.142857143 0.333333333) *
## 3253) orientation< 2.5 16 7 Severo (0.000000000 0.250000000 0.187500000 0.562500000) *
## 1627) gender< 1.5 14 4 Severo (0.142857143 0.071428571 0.071428571 0.714285714) *
## 407) Openness< 4.25 40 10 Severo (0.100000000 0.050000000 0.100000000 0.750000000) *
## 51) EmotionalStability< 2.75 535 222 Severo (0.082242991 0.239252336 0.093457944 0.585046729)
## 102) Conscientiousness>=3.25 254 123 Severo (0.086614173 0.283464567 0.114173228 0.515748031)
## 204) urban>=1.5 205 104 Severo (0.102439024 0.273170732 0.131707317 0.492682927)
## 408) orientation>=4.5 12 8 Leve (0.333333333 0.250000000 0.166666667 0.250000000) *
## 409) orientation< 4.5 193 95 Severo (0.088082902 0.274611399 0.129533679 0.507772021)
## 818) familysize>=4.5 49 29 Severo (0.061224490 0.346938776 0.183673469 0.408163265)
## 1636) engnat>=1.5 38 22 Moderado (0.078947368 0.421052632 0.157894737 0.342105263)
## 3272) education< 2.5 14 5 Moderado (0.071428571 0.642857143 0.142857143 0.142857143) *
## 3273) education>=2.5 24 13 Severo (0.083333333 0.291666667 0.166666667 0.458333333)
## 6546) Extraversion>=4.75 9 5 Normal (0.111111111 0.111111111 0.444444444 0.333333333) *
## 6547) Extraversion< 4.75 15 7 Severo (0.066666667 0.400000000 0.000000000 0.533333333) *
## 1637) engnat< 1.5 11 4 Severo (0.000000000 0.090909091 0.272727273 0.636363636) *
## 819) familysize< 4.5 144 66 Severo (0.097222222 0.250000000 0.111111111 0.541666667)
## 1638) Openness>=3.25 133 64 Severo (0.097744361 0.263157895 0.120300752 0.518796992)
## 3276) engnat< 1.5 47 27 Severo (0.106382979 0.255319149 0.212765957 0.425531915)
## 6552) education>=2.5 19 12 Moderado (0.052631579 0.368421053 0.315789474 0.263157895) *
## 6553) education< 2.5 28 13 Severo (0.142857143 0.178571429 0.142857143 0.535714286) *
## 3277) engnat>=1.5 86 37 Severo (0.093023256 0.267441860 0.069767442 0.569767442)
## 6554) orientation< 0.5 7 3 Severo (0.428571429 0.000000000 0.000000000 0.571428571) *
## 6555) orientation>=0.5 79 34 Severo (0.063291139 0.291139241 0.075949367 0.569620253)
## 13110) urban>=2.5 48 25 Severo (0.083333333 0.375000000 0.062500000 0.479166667)
## 26220) race< 45 40 23 Moderado (0.100000000 0.425000000 0.050000000 0.425000000)
## 52440) familysize< 2.5 12 4 Moderado (0.083333333 0.666666667 0.083333333 0.166666667) *
## 52441) familysize>=2.5 28 13 Severo (0.107142857 0.321428571 0.035714286 0.535714286)
## 104882) Openness< 5.25 17 9 Moderado (0.117647059 0.470588235 0.058823529 0.352941176) *
## 104883) Openness>=5.25 11 2 Severo (0.090909091 0.090909091 0.000000000 0.818181818) *
## 26221) race>=45 8 2 Severo (0.000000000 0.125000000 0.125000000 0.750000000) *
## 13111) urban< 2.5 31 9 Severo (0.032258065 0.161290323 0.096774194 0.709677419) *
## 1639) Openness< 3.25 11 2 Severo (0.090909091 0.090909091 0.000000000 0.818181818) *
## 205) urban< 1.5 49 19 Severo (0.020408163 0.326530612 0.040816327 0.612244898)
## 410) religion< 5 7 3 Moderado (0.142857143 0.571428571 0.142857143 0.142857143) *
## 411) religion>=5 42 13 Severo (0.000000000 0.285714286 0.023809524 0.690476190)
## 822) Extraversion< 4.25 28 12 Severo (0.000000000 0.392857143 0.035714286 0.571428571)
## 1644) voted< 1.5 7 3 Moderado (0.000000000 0.571428571 0.142857143 0.285714286) *
## 1645) voted>=1.5 21 7 Severo (0.000000000 0.333333333 0.000000000 0.666666667) *
## 823) Extraversion>=4.25 14 1 Severo (0.000000000 0.071428571 0.000000000 0.928571429) *
## 103) Conscientiousness< 3.25 281 99 Severo (0.078291815 0.199288256 0.074733096 0.647686833)
## 206) Extraversion>=5.25 78 35 Severo (0.076923077 0.282051282 0.089743590 0.551282051)
## 412) gender>=1.5 64 33 Severo (0.093750000 0.312500000 0.109375000 0.484375000)
## 824) Agreeableness< 5.75 56 32 Severo (0.089285714 0.357142857 0.125000000 0.428571429)
## 1648) Agreeableness>=3.25 46 26 Moderado (0.065217391 0.434782609 0.086956522 0.413043478)
## 3296) hand< 1.5 38 19 Moderado (0.052631579 0.500000000 0.105263158 0.342105263)
## 6592) race< 50 20 7 Moderado (0.000000000 0.650000000 0.100000000 0.250000000) *
## 6593) race>=50 18 10 Severo (0.111111111 0.333333333 0.111111111 0.444444444) *
## 3297) hand>=1.5 8 2 Severo (0.125000000 0.125000000 0.000000000 0.750000000) *
## 1649) Agreeableness< 3.25 10 5 Severo (0.200000000 0.000000000 0.300000000 0.500000000) *
## 825) Agreeableness>=5.75 8 1 Severo (0.125000000 0.000000000 0.000000000 0.875000000) *
## 413) gender< 1.5 14 2 Severo (0.000000000 0.142857143 0.000000000 0.857142857) *
## 207) Extraversion< 5.25 203 64 Severo (0.078817734 0.167487685 0.068965517 0.684729064) *
## 13) Extraversion< 3.75 2819 1105 Severo (0.081589216 0.207165662 0.103228095 0.608017027)
## 26) Conscientiousness>=4.25 1213 539 Severo (0.088211047 0.221764221 0.134377576 0.555647156)
## 52) Openness>=6.25 97 57 Severo (0.113402062 0.226804124 0.247422680 0.412371134)
## 104) married>=1.5 19 10 Moderado (0.105263158 0.473684211 0.315789474 0.105263158) *
## 105) married< 1.5 78 40 Severo (0.115384615 0.166666667 0.230769231 0.487179487)
## 210) voted>=1.5 55 33 Severo (0.127272727 0.181818182 0.290909091 0.400000000)
## 420) familysize< 1.5 8 3 Normal (0.250000000 0.125000000 0.625000000 0.000000000) *
## 421) familysize>=1.5 47 25 Severo (0.106382979 0.191489362 0.234042553 0.468085106)
## 842) religion>=7.5 26 16 Severo (0.153846154 0.269230769 0.192307692 0.384615385)
## 1684) orientation>=1.5 8 4 Moderado (0.125000000 0.500000000 0.250000000 0.125000000) *
## 1685) orientation< 1.5 18 9 Severo (0.166666667 0.166666667 0.166666667 0.500000000) *
## 843) religion< 7.5 21 9 Severo (0.047619048 0.095238095 0.285714286 0.571428571)
## 1686) engnat>=1.5 7 4 Normal (0.000000000 0.285714286 0.428571429 0.285714286) *
## 1687) engnat< 1.5 14 4 Severo (0.071428571 0.000000000 0.214285714 0.714285714) *
## 211) voted< 1.5 23 7 Severo (0.086956522 0.130434783 0.086956522 0.695652174) *
## 53) Openness< 6.25 1116 482 Severo (0.086021505 0.221326165 0.124551971 0.568100358)
## 106) EmotionalStability>=2.75 579 271 Severo (0.100172712 0.215889465 0.151986183 0.531951641)
## 212) race>=15 238 117 Severo (0.130252101 0.168067227 0.193277311 0.508403361)
## 424) Openness>=2.75 220 115 Severo (0.140909091 0.172727273 0.209090909 0.477272727)
## 848) Openness>=4.25 122 71 Severo (0.155737705 0.213114754 0.213114754 0.418032787)
## 1696) orientation< 1.5 80 51 Severo (0.137500000 0.212500000 0.287500000 0.362500000)
## 3392) engnat< 1.5 59 38 Severo (0.186440678 0.237288136 0.220338983 0.355932203)
## 6784) gender>=1.5 39 29 Moderado (0.230769231 0.256410256 0.256410256 0.256410256)
## 13568) voted>=1.5 29 20 Moderado (0.275862069 0.310344828 0.172413793 0.241379310)
## 27136) religion< 5.5 12 6 Moderado (0.416666667 0.500000000 0.000000000 0.083333333) *
## 27137) religion>=5.5 17 11 Severo (0.176470588 0.176470588 0.294117647 0.352941176) *
## 13569) voted< 1.5 10 5 Normal (0.100000000 0.100000000 0.500000000 0.300000000) *
## 6785) gender< 1.5 20 9 Severo (0.100000000 0.200000000 0.150000000 0.550000000) *
## 3393) engnat>=1.5 21 11 Normal (0.000000000 0.142857143 0.476190476 0.380952381)
## 6786) familysize< 2.5 13 5 Normal (0.000000000 0.153846154 0.615384615 0.230769231) *
## 6787) familysize>=2.5 8 3 Severo (0.000000000 0.125000000 0.250000000 0.625000000) *
## 1697) orientation>=1.5 42 20 Severo (0.190476190 0.214285714 0.071428571 0.523809524)
## 3394) education>=1.5 30 17 Severo (0.266666667 0.233333333 0.066666667 0.433333333)
## 6788) familysize< 3.5 22 14 Leve (0.363636364 0.227272727 0.090909091 0.318181818)
## 13576) Extraversion< 2.75 12 7 Leve (0.416666667 0.416666667 0.000000000 0.166666667) *
## 13577) Extraversion>=2.75 10 5 Severo (0.300000000 0.000000000 0.200000000 0.500000000) *
## 6789) familysize>=3.5 8 2 Severo (0.000000000 0.250000000 0.000000000 0.750000000) *
## 3395) education< 1.5 12 3 Severo (0.000000000 0.166666667 0.083333333 0.750000000) *
## 849) Openness< 4.25 98 44 Severo (0.122448980 0.122448980 0.204081633 0.551020408)
## 1698) voted< 1.5 28 16 Severo (0.250000000 0.142857143 0.178571429 0.428571429)
## 3396) orientation>=1.5 9 5 Leve (0.444444444 0.222222222 0.111111111 0.222222222) *
## 3397) orientation< 1.5 19 9 Severo (0.157894737 0.105263158 0.210526316 0.526315789) *
## 1699) voted>=1.5 70 28 Severo (0.071428571 0.114285714 0.214285714 0.600000000)
## 3398) religion< 6.5 46 16 Severo (0.108695652 0.108695652 0.130434783 0.652173913) *
## 3399) religion>=6.5 24 12 Severo (0.000000000 0.125000000 0.375000000 0.500000000)
## 6798) religion< 8 11 5 Normal (0.000000000 0.181818182 0.545454545 0.272727273) *
## 6799) religion>=8 13 4 Severo (0.000000000 0.076923077 0.230769231 0.692307692) *
## 425) Openness< 2.75 18 2 Severo (0.000000000 0.111111111 0.000000000 0.888888889) *
## 213) race< 15 341 154 Severo (0.079178886 0.249266862 0.123167155 0.548387097)
## 426) Openness< 1.75 8 3 Normal (0.000000000 0.125000000 0.625000000 0.250000000) *
## 427) Openness>=1.75 333 148 Severo (0.081081081 0.252252252 0.111111111 0.555555556) *
## 107) EmotionalStability< 2.75 537 211 Severo (0.070763501 0.227188082 0.094972067 0.607076350)
## 214) familysize>=7.5 13 5 Moderado (0.000000000 0.615384615 0.000000000 0.384615385) *
## 215) familysize< 7.5 524 203 Severo (0.072519084 0.217557252 0.097328244 0.612595420)
## 430) Openness>=2.25 501 200 Severo (0.075848303 0.221556886 0.101796407 0.600798403)
## 860) familysize>=0.5 489 199 Severo (0.075664622 0.226993865 0.104294479 0.593047035)
## 1720) familysize< 1.5 41 23 Severo (0.170731707 0.341463415 0.048780488 0.439024390)
## 3440) race>=40 19 11 Moderado (0.315789474 0.421052632 0.052631579 0.210526316) *
## 3441) race< 40 22 8 Severo (0.045454545 0.272727273 0.045454545 0.636363636) *
## 1721) familysize>=1.5 448 176 Severo (0.066964286 0.216517857 0.109375000 0.607142857) *
## 861) familysize< 0.5 12 1 Severo (0.083333333 0.000000000 0.000000000 0.916666667) *
## 431) Openness< 2.25 23 3 Severo (0.000000000 0.130434783 0.000000000 0.869565217) *
## 27) Conscientiousness< 4.25 1606 566 Severo (0.076587796 0.196139477 0.079701121 0.647571606)
## 54) EmotionalStability>=2.75 787 317 Severo (0.094027954 0.203303685 0.105463787 0.597204574) *
## 55) EmotionalStability< 2.75 819 249 Severo (0.059829060 0.189255189 0.054945055 0.695970696)
## 110) education>=2.5 342 124 Severo (0.078947368 0.233918129 0.049707602 0.637426901)
## 220) Agreeableness>=6.75 10 4 Moderado (0.000000000 0.600000000 0.000000000 0.400000000) *
## 221) Agreeableness< 6.75 332 118 Severo (0.081325301 0.222891566 0.051204819 0.644578313)
## 442) Extraversion>=2.75 128 54 Severo (0.078125000 0.296875000 0.046875000 0.578125000)
## 884) familysize< 3.5 49 26 Severo (0.081632653 0.387755102 0.061224490 0.469387755)
## 1768) religion>=7.5 33 17 Moderado (0.090909091 0.484848485 0.060606061 0.363636364)
## 3536) urban< 2.5 15 5 Moderado (0.000000000 0.666666667 0.066666667 0.266666667) *
## 3537) urban>=2.5 18 10 Severo (0.166666667 0.333333333 0.055555556 0.444444444) *
## 1769) religion< 7.5 16 5 Severo (0.062500000 0.187500000 0.062500000 0.687500000) *
## 885) familysize>=3.5 79 28 Severo (0.075949367 0.240506329 0.037974684 0.645569620) *
## 443) Extraversion< 2.75 204 64 Severo (0.083333333 0.176470588 0.053921569 0.686274510) *
## 111) education< 2.5 477 125 Severo (0.046121593 0.157232704 0.058700210 0.737945493)
## 222) familysize>=5.5 41 18 Severo (0.121951220 0.243902439 0.073170732 0.560975610)
## 444) Agreeableness< 4.25 21 13 Moderado (0.142857143 0.380952381 0.095238095 0.380952381)
## 888) Agreeableness>=3.25 12 4 Moderado (0.166666667 0.666666667 0.083333333 0.083333333) *
## 889) Agreeableness< 3.25 9 2 Severo (0.111111111 0.000000000 0.111111111 0.777777778) *
## 445) Agreeableness>=4.25 20 5 Severo (0.100000000 0.100000000 0.050000000 0.750000000) *
## 223) familysize< 5.5 436 107 Severo (0.038990826 0.149082569 0.057339450 0.754587156) *
## 7) EmotionalStability< 2.25 5960 1410 Severo (0.044630872 0.140771812 0.051174497 0.763422819)
## 14) EmotionalStability< 0.25 80 50 Normal (0.125000000 0.250000000 0.375000000 0.250000000)
## 28) race< 15 61 37 Normal (0.114754098 0.311475410 0.393442623 0.180327869)
## 56) voted>=1.5 45 28 Moderado (0.155555556 0.377777778 0.333333333 0.133333333)
## 112) engnat>=1.5 31 18 Normal (0.193548387 0.290322581 0.419354839 0.096774194)
## 224) urban< 1.5 7 4 Leve (0.428571429 0.142857143 0.285714286 0.142857143) *
## 225) urban>=1.5 24 13 Normal (0.125000000 0.333333333 0.458333333 0.083333333)
## 450) education>=2.5 15 8 Moderado (0.133333333 0.466666667 0.333333333 0.066666667) *
## 451) education< 2.5 9 3 Normal (0.111111111 0.111111111 0.666666667 0.111111111) *
## 113) engnat< 1.5 14 6 Moderado (0.071428571 0.571428571 0.142857143 0.214285714) *
## 57) voted< 1.5 16 7 Normal (0.000000000 0.125000000 0.562500000 0.312500000) *
## 29) race>=15 19 10 Severo (0.157894737 0.052631579 0.315789474 0.473684211) *
## 15) EmotionalStability>=0.25 5880 1350 Severo (0.043537415 0.139285714 0.046768707 0.770408163)
## 30) EmotionalStability>=1.25 4104 1117 Severo (0.053362573 0.161793372 0.057017544 0.727826511)
## 60) Conscientiousness>=3.75 2151 714 Severo (0.066945607 0.190144119 0.074848907 0.668061367)
## 120) Extraversion>=4.75 394 180 Severo (0.101522843 0.251269036 0.104060914 0.543147208)
## 240) education>=2.5 224 121 Severo (0.120535714 0.299107143 0.120535714 0.459821429)
## 480) orientation< 2.5 195 113 Severo (0.133333333 0.323076923 0.123076923 0.420512821)
## 960) EmotionalStability>=1.75 109 67 Moderado (0.155963303 0.385321101 0.137614679 0.321100917)
## 1920) Conscientiousness< 5.25 63 31 Moderado (0.126984127 0.507936508 0.079365079 0.285714286)
## 3840) voted< 1.5 29 11 Moderado (0.137931034 0.620689655 0.103448276 0.137931034) *
## 3841) voted>=1.5 34 20 Moderado (0.117647059 0.411764706 0.058823529 0.411764706)
## 7682) Agreeableness>=3.75 23 12 Moderado (0.130434783 0.478260870 0.086956522 0.304347826)
## 15364) Openness< 5.25 15 6 Moderado (0.133333333 0.600000000 0.000000000 0.266666667) *
## 15365) Openness>=5.25 8 5 Severo (0.125000000 0.250000000 0.250000000 0.375000000) *
## 7683) Agreeableness< 3.75 11 4 Severo (0.090909091 0.272727273 0.000000000 0.636363636) *
## 1921) Conscientiousness>=5.25 46 29 Severo (0.195652174 0.217391304 0.217391304 0.369565217)
## 3842) Openness>=3.75 39 24 Severo (0.205128205 0.256410256 0.153846154 0.384615385)
## 7684) married>=1.5 7 3 Moderado (0.000000000 0.571428571 0.285714286 0.142857143) *
## 7685) married< 1.5 32 18 Severo (0.250000000 0.187500000 0.125000000 0.437500000)
## 15370) Conscientiousness< 5.75 11 6 Leve (0.454545455 0.272727273 0.000000000 0.272727273) *
## 15371) Conscientiousness>=5.75 21 10 Severo (0.142857143 0.142857143 0.190476190 0.523809524) *
## 3843) Openness< 3.75 7 3 Normal (0.142857143 0.000000000 0.571428571 0.285714286) *
## 961) EmotionalStability< 1.75 86 39 Severo (0.104651163 0.244186047 0.104651163 0.546511628)
## 1922) Extraversion>=5.75 37 23 Moderado (0.081081081 0.378378378 0.216216216 0.324324324)
## 3844) Openness>=5.75 13 5 Moderado (0.000000000 0.615384615 0.307692308 0.076923077) *
## 3845) Openness< 5.75 24 13 Severo (0.125000000 0.250000000 0.166666667 0.458333333)
## 7690) Agreeableness< 3.75 7 3 Moderado (0.142857143 0.571428571 0.142857143 0.142857143) *
## 7691) Agreeableness>=3.75 17 7 Severo (0.117647059 0.117647059 0.176470588 0.588235294) *
## 1923) Extraversion< 5.75 49 14 Severo (0.122448980 0.142857143 0.020408163 0.714285714) *
## 481) orientation>=2.5 29 8 Severo (0.034482759 0.137931034 0.103448276 0.724137931) *
## 241) education< 2.5 170 59 Severo (0.076470588 0.188235294 0.082352941 0.652941176)
## 482) Agreeableness< 4.75 123 53 Severo (0.089430894 0.243902439 0.097560976 0.569105691)
## 964) Agreeableness>=4.25 30 18 Moderado (0.166666667 0.400000000 0.066666667 0.366666667)
## 1928) Conscientiousness< 4.25 9 4 Moderado (0.222222222 0.555555556 0.111111111 0.111111111) *
## 1929) Conscientiousness>=4.25 21 11 Severo (0.142857143 0.333333333 0.047619048 0.476190476)
## 3858) Conscientiousness>=5.75 9 5 Moderado (0.333333333 0.444444444 0.000000000 0.222222222) *
## 3859) Conscientiousness< 5.75 12 4 Severo (0.000000000 0.250000000 0.083333333 0.666666667) *
## 965) Agreeableness< 4.25 93 34 Severo (0.064516129 0.193548387 0.107526882 0.634408602)
## 1930) orientation< 2.5 73 31 Severo (0.068493151 0.246575342 0.109589041 0.575342466)
## 3860) Conscientiousness>=4.75 32 18 Severo (0.093750000 0.312500000 0.156250000 0.437500000)
## 7720) Agreeableness< 3.75 19 11 Moderado (0.105263158 0.421052632 0.210526316 0.263157895) *
## 7721) Agreeableness>=3.75 13 4 Severo (0.076923077 0.153846154 0.076923077 0.692307692) *
## 3861) Conscientiousness< 4.75 41 13 Severo (0.048780488 0.195121951 0.073170732 0.682926829) *
## 1931) orientation>=2.5 20 3 Severo (0.050000000 0.000000000 0.100000000 0.850000000) *
## 483) Agreeableness>=4.75 47 6 Severo (0.042553191 0.042553191 0.042553191 0.872340426) *
## 121) Extraversion< 4.75 1757 534 Severo (0.059191804 0.176437109 0.068298236 0.696072851)
## 242) Openness>=5.75 287 116 Severo (0.135888502 0.181184669 0.087108014 0.595818815)
## 484) Extraversion>=1.25 261 113 Severo (0.149425287 0.187739464 0.095785441 0.567049808)
## 968) Conscientiousness>=6.25 39 25 Severo (0.230769231 0.307692308 0.102564103 0.358974359)
## 1936) familysize< 2.5 19 10 Moderado (0.210526316 0.473684211 0.157894737 0.157894737) *
## 1937) familysize>=2.5 20 9 Severo (0.250000000 0.150000000 0.050000000 0.550000000) *
## 969) Conscientiousness< 6.25 222 88 Severo (0.135135135 0.166666667 0.094594595 0.603603604)
## 1938) Agreeableness< 4.25 93 42 Severo (0.139784946 0.236559140 0.075268817 0.548387097)
## 3876) orientation< 1.5 54 31 Severo (0.185185185 0.296296296 0.092592593 0.425925926)
## 7752) religion< 1.5 11 4 Moderado (0.000000000 0.636363636 0.000000000 0.363636364) *
## 7753) religion>=1.5 43 24 Severo (0.232558140 0.209302326 0.116279070 0.441860465)
## 15506) familysize< 2.5 19 11 Leve (0.421052632 0.157894737 0.105263158 0.315789474) *
## 15507) familysize>=2.5 24 11 Severo (0.083333333 0.250000000 0.125000000 0.541666667) *
## 3877) orientation>=1.5 39 11 Severo (0.076923077 0.153846154 0.051282051 0.717948718) *
## 1939) Agreeableness>=4.25 129 46 Severo (0.131782946 0.116279070 0.108527132 0.643410853) *
## 485) Extraversion< 1.25 26 3 Severo (0.000000000 0.115384615 0.000000000 0.884615385) *
## 243) Openness< 5.75 1470 418 Severo (0.044217687 0.175510204 0.064625850 0.715646259)
## 486) EmotionalStability>=1.75 840 266 Severo (0.040476190 0.201190476 0.075000000 0.683333333)
## 972) race< 65 738 245 Severo (0.044715447 0.214092141 0.073170732 0.668021680)
## 1944) orientation< 2.5 590 209 Severo (0.045762712 0.232203390 0.076271186 0.645762712)
## 3888) race>=55 213 90 Severo (0.056338028 0.258215962 0.107981221 0.577464789)
## 7776) Extraversion>=3.75 43 25 Moderado (0.069767442 0.418604651 0.139534884 0.372093023)
## 15552) gender>=1.5 36 19 Moderado (0.083333333 0.472222222 0.055555556 0.388888889)
## 31104) urban< 2.5 23 9 Moderado (0.000000000 0.608695652 0.043478261 0.347826087)
## 62208) Extraversion< 4.25 16 4 Moderado (0.000000000 0.750000000 0.000000000 0.250000000) *
## 62209) Extraversion>=4.25 7 3 Severo (0.000000000 0.285714286 0.142857143 0.571428571) *
## 31105) urban>=2.5 13 7 Severo (0.230769231 0.230769231 0.076923077 0.461538462) *
## 15553) gender< 1.5 7 3 Normal (0.000000000 0.142857143 0.571428571 0.285714286) *
## 7777) Extraversion< 3.75 170 63 Severo (0.052941176 0.217647059 0.100000000 0.629411765)
## 15554) education>=3.5 15 8 Moderado (0.066666667 0.466666667 0.133333333 0.333333333) *
## 15555) education< 3.5 155 53 Severo (0.051612903 0.193548387 0.096774194 0.658064516)
## 31110) religion>=5 55 25 Severo (0.018181818 0.345454545 0.090909091 0.545454545)
## 62220) Extraversion< 1.25 7 2 Moderado (0.000000000 0.714285714 0.000000000 0.285714286) *
## 62221) Extraversion>=1.25 48 20 Severo (0.020833333 0.291666667 0.104166667 0.583333333) *
## 31111) religion< 5 100 28 Severo (0.070000000 0.110000000 0.100000000 0.720000000) *
## 3889) race< 55 377 119 Severo (0.039787798 0.217506631 0.058355438 0.684350133) *
## 1945) orientation>=2.5 148 36 Severo (0.040540541 0.141891892 0.060810811 0.756756757) *
## 973) race>=65 102 21 Severo (0.009803922 0.107843137 0.088235294 0.794117647) *
## 487) EmotionalStability< 1.75 630 152 Severo (0.049206349 0.141269841 0.050793651 0.758730159) *
## 61) Conscientiousness< 3.75 1953 403 Severo (0.038402458 0.130568356 0.037378392 0.793650794)
## 122) Extraversion>=4.75 290 99 Severo (0.075862069 0.172413793 0.093103448 0.658620690)
## 244) Openness>=4.25 183 75 Severo (0.109289617 0.180327869 0.120218579 0.590163934)
## 488) married>=1.5 23 13 Moderado (0.173913043 0.434782609 0.043478261 0.347826087)
## 976) Agreeableness>=4.25 11 3 Moderado (0.181818182 0.727272727 0.000000000 0.090909091) *
## 977) Agreeableness< 4.25 12 5 Severo (0.166666667 0.166666667 0.083333333 0.583333333) *
## 489) married< 1.5 160 60 Severo (0.100000000 0.143750000 0.131250000 0.625000000)
## 978) Conscientiousness< 1.25 8 4 Normal (0.125000000 0.250000000 0.500000000 0.125000000) *
## 979) Conscientiousness>=1.25 152 53 Severo (0.098684211 0.138157895 0.111842105 0.651315789)
## 1958) Conscientiousness>=2.25 116 47 Severo (0.120689655 0.155172414 0.129310345 0.594827586)
## 3916) race< 65 100 45 Severo (0.120000000 0.180000000 0.150000000 0.550000000)
## 7832) Conscientiousness< 2.75 24 14 Severo (0.291666667 0.166666667 0.125000000 0.416666667)
## 15664) religion< 5 10 4 Leve (0.600000000 0.200000000 0.100000000 0.100000000) *
## 15665) religion>=5 14 5 Severo (0.071428571 0.142857143 0.142857143 0.642857143) *
## 7833) Conscientiousness>=2.75 76 31 Severo (0.065789474 0.184210526 0.157894737 0.592105263) *
## 3917) race>=65 16 2 Severo (0.125000000 0.000000000 0.000000000 0.875000000) *
## 1959) Conscientiousness< 2.25 36 6 Severo (0.027777778 0.083333333 0.055555556 0.833333333) *
## 245) Openness< 4.25 107 24 Severo (0.018691589 0.158878505 0.046728972 0.775700935) *
## 123) Extraversion< 4.75 1663 304 Severo (0.031870114 0.123271197 0.027660854 0.817197835) *
## 31) EmotionalStability< 1.25 1776 233 Severo (0.020833333 0.087274775 0.023085586 0.868806306) *
# Visualizar el árbol de decisión (puedes ajustar los parámetros según tus preferencias)
rpart.plot(modelo_cart_depresion_cp_mas)
## Warning: labs do not fit even at cex 0.15, there may be some overplotting
importancia_variables_mas <- data.frame(variable = names(modelo_cart_depresion_cp_mas$variable.importance),
importancia = modelo_cart_depresion_cp_mas$variable.importance)
# Ordenar el dataframe por importancia en orden descendente
importancia_variables_mas <- importancia_variables_mas[order(-importancia_variables_mas$importancia), ]
# Crear el gráfico de barras
barplot(importancia_variables_mas$importancia,
col = "orange", main = "Importancia de Variables",
xlab = "Variables", ylab = "Importancia")
# Rotar los nombres en el eje X después de crear el gráfico
axis(1, at = seq_along(importancia_variables_mas$variable),
labels = importancia_variables_mas$variable, las = 2, cex.names= 0.4)
## Warning in axis(1, at = seq_along(importancia_variables_mas$variable), labels =
## importancia_variables_mas$variable, : "cex.names" is not a graphical parameter
Con esto podemos ver que nuestras variables más importantes siguen siendo las de personalidad, mientras que las variables agregadas tienen muy poca importancia. Podemos verificar en qué grado usa cada variable en los splits.
tabla_variables <- as.data.frame(modelo_cart_depresion_cp_mas$frame$var[modelo_cart_depresion_cp_mas$frame$var != "<leaf>"])
names(tabla_variables) <- c("variable")
tabla_variables %>%
group_by(variable) %>%
summarise(n = n()) %>%
mutate(freq = round(n / sum(n), 2)) %>%
arrange(-n)
## # A tibble: 16 × 3
## variable n freq
## <chr> <int> <dbl>
## 1 Openness 76 0.12
## 2 Agreeableness 70 0.11
## 3 Extraversion 68 0.11
## 4 familysize 63 0.1
## 5 Conscientiousness 60 0.1
## 6 education 42 0.07
## 7 orientation 39 0.06
## 8 religion 34 0.06
## 9 EmotionalStability 30 0.05
## 10 race 30 0.05
## 11 urban 28 0.05
## 12 voted 20 0.03
## 13 engnat 16 0.03
## 14 gender 16 0.03
## 15 married 14 0.02
## 16 hand 11 0.02
Efectivamente podemos ver que las variables de personalidad son las más usadas por nuestro modelo para poder predecir, y luego aparecen el tamaño del grupo familiar, la orientación sexual, el nivel educativo alcanzado, entre otras, pero con mucha menos frecuencia.
Cuando tenemos árboles que son complejos tenemos mayor posibilidad de overfitear. Para esto, podemos realizar poda del árbol, que consiste en eliminar ramas (nodos y hojas) para reducir su complejidad. Para nuestro caso, se eliminan las ramas o sub-árboles que no traen diferencias significativas, es decir que menor reducción de impureza proporcionan.
Si bien la poda puede ser Pre-Pruning o Post-Pruning, en nuestro caso haremos Post-Pruning lo que implica partir de un árbol complejo y luego podarlo.
modelo_cart_depresion_cp_mas_pruned <- prune(modelo_cart_depresion_cp_mas, cp = 0.0065)
print(summary(modelo_cart_depresion_cp_mas_pruned))
## Call:
## rpart(formula = Depresion_cat ~ ., data = df_entrenamiento_depresion_mas,
## method = "class", control = rpart.control(cp = 1e-04))
## n= 19278
##
## CP nsplit rel error xerror xstd
## 1 0.080239144 0 1.0000000 1.0000000 0.007281152
## 2 0.058212712 1 0.9197609 0.9197609 0.007251863
## 3 0.006660373 2 0.8615481 0.8615481 0.007201572
## 4 0.006500000 4 0.8482274 0.8513740 0.007190237
##
## Variable importance
## EmotionalStability Conscientiousness Openness Agreeableness
## 73 9 5 5
## Extraversion gender married
## 4 4 2
##
## Node number 1: 19278 observations, complexity param=0.08023914
## predicted class=Severo expected loss=0.4945534 P(node) =1
## class counts: 1811 3456 4267 9744
## probabilities: 0.094 0.179 0.221 0.505
## left son=2 (8566 obs) right son=3 (10712 obs)
## Primary splits:
## EmotionalStability < 3.25 to the right, improve=1101.9040, (0 missing)
## Conscientiousness < 4.25 to the right, improve= 343.1459, (0 missing)
## Extraversion < 3.25 to the right, improve= 292.5476, (0 missing)
## Openness < 4.25 to the right, improve= 228.5022, (0 missing)
## education < 2.5 to the right, improve= 112.9697, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.25 to the right, agree=0.600, adj=0.101, (0 split)
## Agreeableness < 5.25 to the right, agree=0.582, adj=0.060, (0 split)
## Openness < 5.25 to the right, agree=0.577, adj=0.048, (0 split)
## gender < 1.5 to the left, agree=0.574, adj=0.041, (0 split)
## married < 1.5 to the right, agree=0.569, adj=0.030, (0 split)
##
## Node number 2: 8566 observations, complexity param=0.05821271
## predicted class=Normal expected loss=0.6096194 P(node) =0.4443407
## class counts: 1093 1550 3344 2579
## probabilities: 0.128 0.181 0.390 0.301
## left son=4 (4353 obs) right son=5 (4213 obs)
## Primary splits:
## EmotionalStability < 4.25 to the right, improve=221.81220, (0 missing)
## Extraversion < 3.25 to the right, improve=148.19480, (0 missing)
## Conscientiousness < 4.25 to the right, improve=127.33130, (0 missing)
## Openness < 4.25 to the right, improve= 87.23226, (0 missing)
## married < 1.5 to the right, improve= 26.90734, (0 missing)
## Surrogate splits:
## Conscientiousness < 4.75 to the right, agree=0.570, adj=0.125, (0 split)
## Openness < 5.25 to the right, agree=0.568, adj=0.122, (0 split)
## gender < 1.5 to the left, agree=0.553, adj=0.091, (0 split)
## Agreeableness < 5.25 to the right, agree=0.547, adj=0.079, (0 split)
## Extraversion < 4.25 to the right, agree=0.544, adj=0.073, (0 split)
##
## Node number 3: 10712 observations
## predicted class=Severo expected loss=0.331124 P(node) =0.5556593
## class counts: 718 1906 923 7165
## probabilities: 0.067 0.178 0.086 0.669
##
## Node number 4: 4353 observations
## predicted class=Normal expected loss=0.4812773 P(node) =0.2258014
## class counts: 520 637 2258 938
## probabilities: 0.119 0.146 0.519 0.215
##
## Node number 5: 4213 observations, complexity param=0.006660373
## predicted class=Severo expected loss=0.6104913 P(node) =0.2185393
## class counts: 573 913 1086 1641
## probabilities: 0.136 0.217 0.258 0.390
## left son=10 (2929 obs) right son=11 (1284 obs)
## Primary splits:
## Extraversion < 2.75 to the right, improve=54.10561, (0 missing)
## Conscientiousness < 3.25 to the right, improve=30.71112, (0 missing)
## Openness < 3.75 to the right, improve=24.60809, (0 missing)
## EmotionalStability < 3.75 to the right, improve=13.05618, (0 missing)
## education < 2.5 to the right, improve=10.03550, (0 missing)
## Surrogate splits:
## Openness < 2.75 to the right, agree=0.703, adj=0.024, (0 split)
## Conscientiousness < 0.75 to the right, agree=0.697, adj=0.005, (0 split)
## Agreeableness < 1.25 to the right, agree=0.696, adj=0.004, (0 split)
##
## Node number 10: 2929 observations, complexity param=0.006660373
## predicted class=Severo expected loss=0.6742916 P(node) =0.1519348
## class counts: 448 676 851 954
## probabilities: 0.153 0.231 0.291 0.326
## left son=20 (1553 obs) right son=21 (1376 obs)
## Primary splits:
## Conscientiousness < 4.25 to the right, improve=22.806050, (0 missing)
## Extraversion < 4.25 to the right, improve=15.583010, (0 missing)
## Openness < 4.25 to the right, improve=13.803440, (0 missing)
## EmotionalStability < 3.75 to the right, improve= 9.024388, (0 missing)
## education < 2.5 to the right, improve= 5.033811, (0 missing)
## Surrogate splits:
## Openness < 4.25 to the right, agree=0.589, adj=0.125, (0 split)
## education < 2.5 to the right, agree=0.553, adj=0.049, (0 split)
## gender < 1.5 to the right, agree=0.542, adj=0.025, (0 split)
## orientation < 2.5 to the left, agree=0.539, adj=0.018, (0 split)
## Agreeableness < 3.25 to the right, agree=0.534, adj=0.008, (0 split)
##
## Node number 11: 1284 observations
## predicted class=Severo expected loss=0.4649533 P(node) =0.06660442
## class counts: 125 237 235 687
## probabilities: 0.097 0.185 0.183 0.535
##
## Node number 20: 1553 observations
## predicted class=Normal expected loss=0.6471346 P(node) =0.08055815
## class counts: 233 351 548 421
## probabilities: 0.150 0.226 0.353 0.271
##
## Node number 21: 1376 observations
## predicted class=Severo expected loss=0.6126453 P(node) =0.0713767
## class counts: 215 325 303 533
## probabilities: 0.156 0.236 0.220 0.387
##
## n= 19278
##
## node), split, n, loss, yval, (yprob)
## * denotes terminal node
##
## 1) root 19278 9534 Severo (0.09394128 0.17927171 0.22134039 0.50544662)
## 2) EmotionalStability>=3.25 8566 5222 Normal (0.12759748 0.18094793 0.39038057 0.30107401)
## 4) EmotionalStability>=4.25 4353 2095 Normal (0.11945785 0.14633586 0.51872272 0.21548357) *
## 5) EmotionalStability< 4.25 4213 2572 Severo (0.13600760 0.21671018 0.25777356 0.38950866)
## 10) Extraversion>=2.75 2929 1975 Severo (0.15295323 0.23079549 0.29054285 0.32570843)
## 20) Conscientiousness>=4.25 1553 1005 Normal (0.15003220 0.22601417 0.35286542 0.27108822) *
## 21) Conscientiousness< 4.25 1376 843 Severo (0.15625000 0.23619186 0.22020349 0.38735465) *
## 11) Extraversion< 2.75 1284 597 Severo (0.09735202 0.18457944 0.18302181 0.53504673) *
## 3) EmotionalStability< 3.25 10712 3547 Severo (0.06702763 0.17793129 0.08616505 0.66887603) *
rpart.plot(modelo_cart_depresion_cp_mas_pruned)
tabla_variables_pruned <- as.data.frame(modelo_cart_depresion_cp_mas_pruned$frame$var[modelo_cart_depresion_cp_mas_pruned$frame$var != "<leaf>"])
names(tabla_variables_pruned) <- c("variable")
tabla_variables %>%
group_by(variable) %>%
summarise(n = n()) %>%
mutate(freq = round(n / sum(n), 2)) %>%
arrange(-n)
## # A tibble: 16 × 3
## variable n freq
## <chr> <int> <dbl>
## 1 Openness 76 0.12
## 2 Agreeableness 70 0.11
## 3 Extraversion 68 0.11
## 4 familysize 63 0.1
## 5 Conscientiousness 60 0.1
## 6 education 42 0.07
## 7 orientation 39 0.06
## 8 religion 34 0.06
## 9 EmotionalStability 30 0.05
## 10 race 30 0.05
## 11 urban 28 0.05
## 12 voted 20 0.03
## 13 engnat 16 0.03
## 14 gender 16 0.03
## 15 married 14 0.02
## 16 hand 11 0.02
De esta manera obtenemos un árbol podado a una complejidad 0.00065.
Vamos a comparar las métricas de CART con otros modelos.
naive_bay <- e1071::naiveBayes(Depresion_cat ~ ., data = df_entrenamiento_depresion_mas)
modelo_rlm <- nnet::multinom(Depresion_cat ~ ., data = df_entrenamiento_depresion_mas)
## # weights: 72 (51 variable)
## initial value 26724.982694
## iter 10 value 21704.033920
## iter 20 value 21296.760592
## iter 30 value 21187.219378
## iter 40 value 20599.690877
## iter 50 value 20363.027272
## iter 60 value 20199.148554
## iter 60 value 20199.148539
## iter 60 value 20199.148539
## final value 20199.148539
## converged
library(pROC)
## Warning: package 'pROC' was built under R version 4.3.2
## Type 'citation("pROC")' for a citation.
##
## Attaching package: 'pROC'
## The following objects are masked from 'package:stats':
##
## cov, smooth, var
#Definimos una funcion para calcular las métriacs
calcular_metricas <- function(modelo, datos_prueba){
predicciones <- predict(modelo, newdata = datos_prueba, type = "class")
matriz_confusion <- caret::confusionMatrix(predicciones, datos_prueba$Depresion_cat)$table
precision <- sum(diag(matriz_confusion)) / sum(matriz_confusion)
sensibilidad <- matriz_confusion[2,2] / sum(matriz_confusion[2,])
especificidad <- matriz_confusion[1,1] / sum(matriz_confusion[1,])
f1_score <- 2* (sensibilidad * precision) / (precision + sensibilidad)
# Obtener el nombre del modelo
nombre_modelo <- deparse(substitute(modelo))
# Imprimir la matriz de confusión con el nombre del modelo
cat("Matriz de confusión para", nombre_modelo, ":\n")
print(matriz_confusion)
resultados <- data.frame(
Modelo = deparse(substitute(modelo)),
Precision = precision,
Sensibilidad = sensibilidad,
Especificidad = especificidad,
F1_Score = f1_score
)
return(resultados)
}
df_prueba_depresion_mas <- df_prueba[, variables_predictoras_mas]
df_prueba_depresion_mas$Depresion_cat <- as.factor(df_prueba_depresion_mas$Depresion_cat
)
resultados_cart <- calcular_metricas(modelo_cart_depresion_cp_mas, df_prueba_depresion_mas)
## Matriz de confusión para modelo_cart_depresion_cp_mas :
## Reference
## Prediction Leve Moderado Normal Severo
## Leve 40 62 72 101
## Moderado 102 191 210 349
## Normal 221 302 906 401
## Severo 413 926 640 3325
resultados_nb <- calcular_metricas(naive_bay, df_prueba_depresion_mas)
## Matriz de confusión para naive_bay :
## Reference
## Prediction Leve Moderado Normal Severo
## Leve 0 0 0 0
## Moderado 7 16 15 26
## Normal 336 411 1204 563
## Severo 433 1054 609 3587
resultados_rlm <- calcular_metricas(modelo_rlm, df_prueba_depresion_mas)
## Matriz de confusión para modelo_rlm :
## Reference
## Prediction Leve Moderado Normal Severo
## Leve 0 0 0 0
## Moderado 0 0 0 0
## Normal 261 313 1087 379
## Severo 515 1168 741 3797
resultados_cart_pruned <- calcular_metricas(modelo_cart_depresion_cp_mas_pruned, df_prueba_depresion_mas)
## Matriz de confusión para modelo_cart_depresion_cp_mas_pruned :
## Reference
## Prediction Leve Moderado Normal Severo
## Leve 0 0 0 0
## Moderado 0 0 0 0
## Normal 320 429 1187 577
## Severo 456 1052 641 3599
tabla_resultados <- rbind(resultados_cart, resultados_cart_pruned, resultados_nb, resultados_rlm)
tabla_resultados
## Modelo Precision Sensibilidad Especificidad
## 1 modelo_cart_depresion_cp_mas 0.5401283 0.2241784 0.1454545
## 2 modelo_cart_depresion_cp_mas_pruned 0.5793487 NaN NaN
## 3 naive_bay 0.5818908 0.2500000 NaN
## 4 modelo_rlm 0.5912117 NaN NaN
## F1_Score
## 1 0.3168495
## 2 NaN
## 3 0.3497399
## 4 NaN
Con esto podemos ver algunas cosas:
En primer lugar, ningun modelo es bueno en términos prácticos, ya que estamos hablando de una precisión menor al 60%. Además, tenemos 3 modelos que no logran predecir todos los casos. Dos de ellos solo predicen 2 de las clases (Normal y Severo), 1 de ellos predice también sobre Moderado, y solo 1, el árbol sin cortar, logra predecir todas las clases, aunque con poca precision.